Advertisements
Advertisements
Question
Using cross-multiplication method, solve the following system of simultaneous linear equations:
5x + 7y = 31, 7x + 5y = 29
Advertisements
Solution
Given the system of simultaneous linear equations:
5x + 7y = 31
7x + 5y = 29
Step-wise calculation:
Rewrite the equations in the form:
5x + 7y – 31 = 0
⇒ a1 = 5, b1 = 7, c1 = –31
7x + 5y – 29 = 0
⇒ a2 = 7, b2 = 5, c2 = –29
Using the formula for cross-multiplication:
`x/(b_1c_2 - b_2c_1) = y/(c_1a_2 - c_2a_1) = 1/(a_1b_2 - a_2b_1)`
Calculate each part:
b1c2 – b2c1 = 7 × (–29) – 5 × (–31)
b1c2 – b2c1 = –203 + 155
b1c2 – b2c1 = –48
c1a2 – c2a1 = (–31) × 7 – (–29) × 5
c1a2 – c2a1 = –217 + 145
c1a2 – c2a1 = –72
a1b2 – a2b1 = 5 × 5 – 7 × 7
a1b2 – a2b1 = 25 – 49
a1b2 – a2b1 = –24
Thus, `x/(-48) = y/(-72) = 1/(-24)`.
Solve for (x) and (y):
`x = (-48)/(-24)`
x = 2
`y = (-72)/(-24)`
y = 3
The solution to the system is x = 2, y = 3.
