We are asked to solve the following system of linear equations using Cramer's rule: $(1+2k)x + 5y = 7$ $(2+k)x + 4y = 8$

AlgebraLinear EquationsCramer's RuleDeterminantsSystem of Equations
2025/5/26

1. Problem Description

We are asked to solve the following system of linear equations using Cramer's rule:
(1+2k)x+5y=7(1+2k)x + 5y = 7
(2+k)x+4y=8(2+k)x + 4y = 8

2. Solution Steps

Cramer's rule states that for a system of linear equations:
ax+by=eax + by = e
cx+dy=fcx + dy = f
The solutions for xx and yy are given by:
x=DxDx = \frac{D_x}{D}
y=DyDy = \frac{D_y}{D}
Where:
D=abcd=adbcD = \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc
Dx=ebfd=edbfD_x = \begin{vmatrix} e & b \\ f & d \end{vmatrix} = ed - bf
Dy=aecf=afecD_y = \begin{vmatrix} a & e \\ c & f \end{vmatrix} = af - ec
In our case:
a=1+2ka = 1+2k
b=5b = 5
c=2+kc = 2+k
d=4d = 4
e=7e = 7
f=8f = 8
First, we calculate DD:
D=(1+2k)(4)(5)(2+k)=4+8k105k=3k6D = (1+2k)(4) - (5)(2+k) = 4 + 8k - 10 - 5k = 3k - 6
Next, we calculate DxD_x:
Dx=(7)(4)(5)(8)=2840=12D_x = (7)(4) - (5)(8) = 28 - 40 = -12
Then, we calculate DyD_y:
Dy=(1+2k)(8)(7)(2+k)=8+16k147k=9k6D_y = (1+2k)(8) - (7)(2+k) = 8 + 16k - 14 - 7k = 9k - 6
Now, we can find xx and yy:
x=DxD=123k6=123(k2)=4k2=42kx = \frac{D_x}{D} = \frac{-12}{3k-6} = \frac{-12}{3(k-2)} = \frac{-4}{k-2} = \frac{4}{2-k}
y=DyD=9k63k6=3(3k2)3(k2)=3k2k2y = \frac{D_y}{D} = \frac{9k-6}{3k-6} = \frac{3(3k-2)}{3(k-2)} = \frac{3k-2}{k-2}

3. Final Answer

x=42kx = \frac{4}{2-k}
y=3k2k2y = \frac{3k-2}{k-2}