The problem asks us to solve the following system of linear equations for $x$ and $y$ using Cramer's rule: $(1+2k)x + 5y = 7$ $(2+k)x + 4y = 8$

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

1. Problem Description

The problem asks us to solve the following system of linear equations for xx and yy 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

First, we find the determinant of the coefficient matrix:
D=1+2k52+k4=(1+2k)(4)(5)(2+k)=4+8k105k=3k6D = \begin{vmatrix} 1+2k & 5 \\ 2+k & 4 \end{vmatrix} = (1+2k)(4) - (5)(2+k) = 4 + 8k - 10 - 5k = 3k - 6
Next, we find the determinant DxD_x by replacing the first column of the coefficient matrix with the constants:
Dx=7584=(7)(4)(5)(8)=2840=12D_x = \begin{vmatrix} 7 & 5 \\ 8 & 4 \end{vmatrix} = (7)(4) - (5)(8) = 28 - 40 = -12
Then, we find the determinant DyD_y by replacing the second column of the coefficient matrix with the constants:
Dy=1+2k72+k8=(1+2k)(8)(7)(2+k)=8+16k147k=9k6D_y = \begin{vmatrix} 1+2k & 7 \\ 2+k & 8 \end{vmatrix} = (1+2k)(8) - (7)(2+k) = 8 + 16k - 14 - 7k = 9k - 6
Using Cramer's rule, we find xx and yy as follows:
x=DxD=123k6=123(k2)=4k2x = \frac{D_x}{D} = \frac{-12}{3k-6} = \frac{-12}{3(k-2)} = \frac{-4}{k-2}
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=4k2x = \frac{-4}{k-2}
y=3k2k2y = \frac{3k-2}{k-2}