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:
mx − ny = m2 + n2 …… (1)
x + y = 2m …… (2)
Step 1: Write Equations in Standard Form
mx − ny − (m2 + n2) = 0 …… (1)
x + y − 2m = 0 …… (2)
Step 2: Compare with ax + by + c = 0
From equation (1): a1 = m, b1 = −n, c1 = −(m2 + n2)
From equation (2): a2 = 1, b2 = 1, c2 = −2m
Step 3: Apply Cross-Multiplication Formula
x / (b1c2 − b2c1) = y / (a2c1 − a1c2) = 1 / (a1b2 − a2b1)
Substitute values:
x / [ (−n)(−2m) − 1(−(m2 + n2)) ] = y / [ 1(−(m2 + n2)) − m(−2m) ] = 1 / [ m(1) − 1(−n) ]
x / (2mn + m2 + n2) = y / (−m2 − n2 + 2m2) = 1 / (m + n)
x / (m + n)2 = y / (m2 − n2) = 1 / (m + n)
Step 4: Find the Values of x and y
x / (m + n)2 = 1 / (m + n)
⇒ x = m + n
y / (m2 − n2) = 1 / (m + n)
⇒ y = (m2 − n2) / (m + n)
⇒ y = m − n
Final Answer
∴ The solution of the given system of equations is:
x = m + n and y = m − n
Conclusion
Thus, by using the cross-multiplication method, we find that the solution of the given system of linear equations is (m + n, m − n).