Advertisements
Advertisements
प्रश्न
Using cross-multiplication method, solve the following system of simultaneous linear equations:
3x + 4y = 25, 4x + 5y = 32
Advertisements
उत्तर
Given system of simultaneous linear equations:
3x + 4y = 25
4x + 5y = 32
Step 1: Rewrite in standard form (a1x + b1y + c1 = 0):
3x + 4y – 25 = 0
4x + 5y – 32 = 0
Here, a1 = 3, b1 = 4, c1 = –25
a2 = 4, b2 = 5, c2 = –32
Step 2: Apply 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 denominator:
a1b2 – a2b1 = 3 × 5 – 4 × 4
a1b2 – a2b1 = 15 – 16
a1b2 – a2b1 = –1
Calculate numerator for (x):
b1c2 – b2c1 = 4 × (–32) – 5 × (–25)
b1c2 – b2c1 = –128 + 125
b1c2 – b2c1 = –3
Calculate numerator for (y):
c1a2 – c2a1 = (–25) × 4 – (–32) × 3
c1a2 – c2a1 = –100 + 96
c1a2 – c2a1 = –4
Step 3: Compute values:
`x = (-3)/(-1)`
x = 3
`y = (-4)/(-1)`
y = 4
