Question
Question: How do you find the values of x and y given \(\left[ \begin{matrix} 4x-3y \\\ x+y \\\ \e...
How do you find the values of x and y given 4x−3y x+y =11 1 ?
Solution
We define the meaning of equality of two matrices. From the given relation of 4x−3y x+y =11 1 , we equate their corresponding elements. We get two equations of two unknowns. We solve them to get the values of x and y.
Complete step-by-step solution:
In the given relation we have been given equality of two matrices.
Let’s assume that A and B are two matrices where A=[aij] and B=[bij]. Here aij and bij are the ith row and jth column elements of the matrices A and B respectively.
If both the matrices are of the same order then the equality A=B gives us aij=bij.
This means equality of two same order matrices gives equality of corresponding elements of those two matrices.
For our given relation of 4x−3y x+y =11 1 , let’s assume M=4x−3y x+y ;N=11 1 .
Both matrices are of order (2×1).
That’s why we can equalise corresponding elements of those matrices.
4x−3y x+y =11 1 gives 4x−3y=11....(i) and x+y=1.....(ii).
We have two unknowns and two equations to solve.
We multiply 3 with the equation (ii) and add that to equation (i).
We get 3(x+y)=3⇒3x+3y=3.....(iii)
Now adding (4x−3y)+(3x+3y)=11+3. Simplifying we get
7x=14⇒x=714=2
From the value of x, we get y=1−x=1−2=−1.
Therefore, the values of x and y is x=2,y=−1.
Note: Order mismatch of matrices can’t solve the equality of matrices. The corresponding elements can’t be projected with one another. The equality of (m×n) ordered matrix with (n×m) ordered matrix is also not possible.