Question

Difficulty: HardSystems of Linear Equations
The system of linear equations shown below contains constants aa and bb.
12(ax4y)=x12y+62xy=b\begin{aligned} \frac{1}{2}(ax - 4y) &= x - \frac{1}{2}y + 6 \\ 2x - y &= b \end{aligned}
If the system has infinitely many solutions, what is the value of a+ba + b?

Answer: 12

Answer

The correct answer is 12.
To find the value of a+ba + b that yields infinitely many solutions, we rewrite both equations in the standard form Ax+By=CAx + By = C. Simplifying the first equation gives (a2)x3y=12(a - 2)x - 3y = 12. Multiplying the second equation 2xy=b2x - y = b by 33 gives 6x3y=3b6x - 3y = 3b. For the system to have infinitely many solutions, the two equations must be equivalent, meaning a2=6a - 2 = 6 (which gives a=8a = 8) and 3b=123b = 12 (which gives b=4b = 4). The sum of these values is 8+4=128 + 4 = 12.

Step-by-Step Solution

1
Distribute the fraction 12\frac{1}{2} on the left side of the first equation.
12ax2y=x12y+6\frac{1}{2}ax - 2y = x - \frac{1}{2}y + 6
To expand the expression and prepare it for simplification.
2
Group the xx and yy terms on the left side of the equation and the constants on the right side.
(12a1)x32y=6\left(\frac{1}{2}a - 1\right)x - \frac{3}{2}y = 6
To write the equation in standard linear form.
3
Multiply the entire equation by 22 to eliminate the fractional coefficients.
(a2)x3y=12(a - 2)x - 3y = 12
To simplify comparison with the second equation by working with integer coefficients.
4
Multiply the second equation, 2xy=b2x - y = b, by 33 to align the yy-coefficients with the first equation.
6x3y=3b6x - 3y = 3b
Two linear equations have infinitely many solutions if they represent the same line, which requires matching coefficients and constants.
5
Equate the corresponding xx-coefficients and constant terms from (a2)x3y=12(a - 2)x - 3y = 12 and 6x3y=3b6x - 3y = 3b.
a2=6    a=8a - 2 = 6 \implies a = 8 and 3b=12    b=43b = 12 \implies b = 4
To solve for the values of the constants aa and bb.
6
Calculate the sum of aa and bb.
8+4=128 + 4 = 12
To find the final requested value of a+ba + b.

Key Concept

Determining parameters for infinitely many solutions in a system of linear equations
Rate this question