Solveeit Logo

Question

Question: A typist charges Rs. 145 for typing 10 English and 3 Hindi pages, while charges for typing 3 English...

A typist charges Rs. 145 for typing 10 English and 3 Hindi pages, while charges for typing 3 English and 10 Hindi pages are Rs. 180. Using matrices, find the charges of typing one English and one Hindi page separately. However, the typist charged only Rs. 2 per page from a poor student Shyam for 5 Hindi pages. How much less was charged from this poor boy? Which values are reflected in this problem?

Explanation

Solution

Hint: To solve this problem, we should know the basics of solving algebraic equations. We first express the word problem in the form of two variables (say x and y). We then use the technique of matrices to solve this problem. We express the equations in the form of AX = B and them solve for X by taking inverse of A and then performing product of the two matrices ( A1{{A}^{-1}} and B) to get the values of x and y.

Complete step-by-step answer:
We firstly start by writing the conditions in terms of x and y (x denotes charge for typing English page and y denotes charge for typing Hindi page). We know that a typist charges Rs. 145 for typing 10 English and 3 Hindi pages. Thus, we have,
10x + 3y = 145 -- (1)
Further, from the second condition, for 3 English and 10 Hindi pages, the charge is Rs 180. We have,
3x + 10y = 180 -- (2)
In this case, we first express the equations in the form of AX = B. where,
A = [a11 a12 a21 a22 ]\left[ \begin{aligned} & {{\text{a}}_{11}}\text{ }{{\text{a}}_{12}} \\\ & {{\text{a}}_{21}}\text{ }{{\text{a}}_{22}} \\\ \end{aligned} \right] = [10 3 3 10 ]\left[ \begin{aligned} & 10\text{ 3} \\\ & \text{3 10} \\\ \end{aligned} \right] --(3)
Also,
X = [x y ]\left[ \begin{aligned} & x \\\ & y \\\ \end{aligned} \right] -- (4)
B = [145 180 ]\left[ \begin{aligned} & 145 \\\ & 180 \\\ \end{aligned} \right] -- (5)
Now, X = A1{{A}^{-1}} B -- (A)
Now, finding A1{{A}^{-1}}, we have,
A1{{A}^{-1}} = adj(A)A\dfrac{adj(A)}{|A|} -- (B)
(where, adj(A) is adjoint of matrix A and |A| is the determinant of A)

For 2 ×\times 2 matrix ,we have,
adj(A) = [a22 -a12 -a21 a11 ]\left[ \begin{aligned} & {{\text{a}}_{\text{22}}}\text{ -}{{\text{a}}_{\text{12}}} \\\ & \text{-}{{\text{a}}_{\text{21}}}\text{ }{{\text{a}}_{\text{11}}} \\\ \end{aligned} \right]
For, A = [a11 a12  a21 a22 ]\left[ \begin{aligned} & {{\text{a}}_{11}}\text{ }{{\text{a}}_{12}}\text{ } \\\ & {{\text{a}}_{21}}\text{ }{{\text{a}}_{22}} \\\ \end{aligned} \right], |A| = a11a22a12a21{{a}_{11}}{{a}_{22}}-{{a}_{12}}{{a}_{21}} -- (C)
Now, adjoint of A (by substituting the values from (1)) is,
[10 -3 -3 10 ]\left[ \begin{aligned} & \text{10 -3} \\\ & \text{-3 10} \\\ \end{aligned} \right]
Also, |A| = 100 – 9 = 91 (from substituting the respective values in formula of (C))
X = A1{{A}^{-1}} B
X = adj(A)A\dfrac{adj(A)}{|A|}B
X = 191[10 -3 -3 10 ]\dfrac {1}{91} \cdot \left[ \begin{aligned} & \text{10 -3} \\\ & \text{-3 10} \\\ \end{aligned} \right] \cdot [145 180 ]\left[ \begin{aligned} & 145 \\\ & 180 \\\ \end{aligned} \right]
X = 191[10×1453×180 3×145+10×180 ]\dfrac{1}{91}\left[ \begin{aligned} & 10\times 145-3\times 180 \\\ & -3\times 145+10\times 180 \\\ \end{aligned} \right]
X = 191[910 1365 ]\dfrac{1}{91}\left[ \begin{aligned} & 910 \\\ & 1365 \\\ \end{aligned} \right]
X = [10 15 ]\left[ \begin{aligned} & 10 \\\ & 15 \\\ \end{aligned} \right] = [x y ]\left[ \begin{aligned} & x \\\ & y \\\ \end{aligned} \right]
Thus, x = 10 and y = 15.
Thus, charges of typing one English page are Rs 10 and one Hindi page is Rs 15.
Since, the typist charged Rs. 2 per page from a poor student Shyam for 5 Hindi pages. Thus, total charge was 2×52\times 5 = Rs 10 (for 5 pages). Normally, the charge was Rs 15 per Hindi page separately, for 5 pages, it would be 15×515\times 5 = Rs 75. Thus, Rs 65 less was charged for the poor boy. The values of humanity and kindness are reflected.

Note: An alternative way to solve the problem after converting the word problem into an algebraic equation in terms of x and y, we can solve these equations manually. That is, we can substitute the value of x (in terms of y) from one of the equations into the second equation to get the value of y and then find the value of x from the first equation.