Advertisements
Advertisements
Question
Using cross-multiplication method, solve the following system of simultaneous linear equations:
2x – y = 9, 5x + y = 26
Advertisements
Solution
Given system of simultaneous linear equations:
2x – y = 9
5x + y = 26
Step 1: Write the equations in the form (a1x + b1y + c1 = 0) and (a2x + b2y + c2 = 0):
2x – y – 9 = 0
⇒ a1 = 2, b1 = –1, c1 = –9
5x + y – 26 = 0
⇒ a2 = 5, b2 = 1, c2 = –26
Step 2: Using the cross-multiplication formula:
`x/(b_1c_2 - b_2c_1) = y/(c_1a_2 - c_2a_1) = 1/(a_1b_2 - a_2b_1)`
Calculate each term:
b1c2 – b2c1 = (–1)(–26) – (1)(–9)
b1c2 – b2c1 = 26 + 9
b1c2 – b2c1 = 35
c1a2 – c2a1 = (–9)(5) – (–26)(2)
c1a2 – c2a1 = –45 + 52
c1a2 – c2a1 = 7
a1b2 – a2b1 = (2)(1) – (5)(–1)
a1b2 – a2b1 = 2 + 5
a1b2 – a2b1 = 7
So,
`x/35 = y/7`
`x/35 = 1/7`
Step 3: Solve for (x) and (y):
`x = 35/7`
x = 5
`y = 7/7`
y = 1
The solution to the system is x = 5, y = 1.
