Solveeit Logo

Question

Question: Solve the following simultaneous equations using Cramer’s rule . \[3x - y = 7\] and \[x + 4y = 11\...

Solve the following simultaneous equations using Cramer’s rule .
3xy=73x - y = 7 and x+4y=11x + 4y = 11
A.x=3,y=2x = 3,y = 2
B.x=4,y=5x = 4,y = 5
C.x=5,y=8x = 5,y = 8
D.x=4,y=4x = 4,y = 4

Explanation

Solution

Hint : In the given question , the Cramer’s Rule is a method that uses determinants to solve systems of equations that have the same number of equations as variables . In this method we calculate the values of xx and yy using the formula DxD\dfrac{{{D_x}}}{D} and DyD\dfrac{{{D_y}}}{D} respectively , where Dx{D_x} is determinant obtained using the coefficient of yy and constants of equations . Dy{D_y} is the determinant obtained using the coefficient of xx and constants of equations . DD is the determinant obtained using the coefficients of xx and yy .

Complete step-by-step answer :
Given : 3xy=73x - y = 7 and x+4y=11x + 4y = 11
First we will calculate DD , which is obtained using the coefficients of xx and yy. Therefore ,
31 14 \left| \begin{gathered} 3&-1\\\ 1&4\\\ \end{gathered} \right|
Here , the first column consists of coefficients of xx and the second column consists of coefficients of yy .
Now solving the determinant we get ,
D=4×31×(1)D = 4 \times 3 - 1 \times \left( { - 1} \right)
On simplifying we get ,
D=13D = 13
Now we will calculate Dx{D_x} .

7&-1 \\\ 11&4 \\\ \end{gathered} \right|$$ Here , the first column consists of constants from both the equations and the second column consists of coefficients of $$y$$. Now solving the determinant we get , $${D_x} = 7 \times 4 - 11 \times \left( { - 1} \right)$$ On simplifying we get , $${D_x} = 39$$ . Similarly for $${D_y}$$ instead of $$y$$ coefficients we write constants from both the equations and coefficients of $$x$$ in the first column . $${D_y} = \left| \begin{gathered} 3&7 \\\ 1&11 \\\ \end{gathered} \right|$$ On solving we get $${D_y} = 11 \times 3 - 1 \times 7$$ On simplifying we get , $${D_y} = 26$$ . Now using the formula for values of $$x$$ and $$y$$, we have $$x = \dfrac{{{D_x}}}{D}$$ On putting the values we get $$x = \dfrac{{39}}{{13}}$$ On solving we get , $$x = 3$$ Similarly , for $$y$$ we have $$y = \dfrac{{{D_y}}}{D}$$ On putting the values we get $$y = \dfrac{{26}}{{13}}$$ On solving we get , $$y = 2$$ **So, the correct answer is “Option A”.** **Note** : The Cramer’s rule is a short method to find the solutions for simultaneous equations as compared to other methods but use this method in the solutions when asked to do so . Also , when the number of variables are increased then the complexity of the solution also increases as you have to calculate the determinant of $$4 \times 4$$ or any other figure.