Advertisements
Advertisements
Question
Using cross-multiplication method, solve the following system of simultaneous linear equations:
x – 2y + 1 = 0, x + y + 4 = 0
Advertisements
Solution
Given the system of equations:
x – 2y + 1 = 0
x + y + 4 = 0
Step 1: Write coefficients
Rewrite in the standard form (a1x + b1y + c1 = 0) and (a2x + b2y + c2 = 0):
a1 = 1, b1 = –2, c1 = 1
a2 = 1, b2 = 1, c2 = 4
Step 2: Calculate using the cross-multiplication formula
`x = (b_1c_2 - b_2c_1)/(a_1b_2 - a_2b_1)`
`y = (c_1a_2 - c_2a_1)/(a_1b_2 - a_2b_1)`
Calculate the denominator:
a1b2 – a2b1 = (1)(1) – (1)(–2)
a1b2 – a2b1 = 1 + 2
a1b2 – a2b1 = 3
Calculate numerator for (x):
b1c2 – b2c1 = (–2)(4) – (1)(1)
b1c2 – b2c1 = –8 – 1
b1c2 – b2c1 = –9
Calculate numerator for (y):
c1a2 – c2a1 = (1)(1) – (4)(1)
c1a2 – c2a1 = 1 – 4
c1a2 – c2a1 = –3
Step 3: Substitute
`x = (-9)/3`
x = –3
`y = (-3)/3`
y = –1
The solution to the system by cross-multiplication method is x = –3, y = –1.
