Solve the System of Linear Equations Using Cross-Multiplication Method
Video Explanation
Watch the video below to understand the complete solution step by step:
Solution
Question: Solve the following system of equations using cross-multiplication method:
x + ay = b …… (1)
ax − by = c …… (2)
Step 1: Write Equations in Standard Form
x + ay − b = 0 …… (1)
ax − by − c = 0 …… (2)
Step 2: Compare with ax + by + c = 0
From equation (1): a1 = 1, b1 = a, c1 = −b
From equation (2): a2 = a, b2 = −b, c2 = −c
Step 3: Apply Cross-Multiplication Formula
x / (b1c2 − b2c1) = y / (a2c1 − a1c2) = 1 / (a1b2 − a2b1)
Substitute values:
x / [ a(−c) − (−b)(−b) ] = y / [ a(−b) − 1(−c) ] = 1 / [ 1(−b) − a(a) ]
x / ( −ac − b2 ) = y / ( −ab + c ) = 1 / ( −b − a2 )
Step 4: Find the Values of x and y
x / ( −ac − b2 ) = 1 / ( −b − a2 )
⇒ x = (ac + b2) / (a2 + b)
y / ( −ab + c ) = 1 / ( −b − a2 )
⇒ y = (ab − c) / (a2 + b)
Final Answer
∴ The solution of the given system of equations is:
x = (ac + b2) / (a2 + b)
y = (ab − c) / (a2 + b)
Conclusion
Thus, by using the cross-multiplication method, we find that the solution of the given system of linear equations is ( (ac + b2) / (a2 + b), (ab − c) / (a2 + b) ).