Question

Difficulty: MediumLinear Equations in One and Two Variables

A beverage producer creates two liquid mixtures, Mixture AA and Mixture BB. Mixture AA consists of 30%30\% fruit concentrate by volume, and Mixture BB consists of 70%70\% fruit concentrate by volume. A lab technician combines xx liters of Mixture AA with yy liters of Mixture BB to prepare an 8080-liter batch that contains 45%45\% fruit concentrate by volume. What is the value of xx?

Answer: 50

Answer

The value of xx is 50.
To find xx, we construct two linear equations based on total liquid volume and total fruit concentrate. The total volume equation is x+y=80x + y = 80, which gives y=80xy = 80 - x. The concentrate equation is 0.30x+0.70y=0.45(80)=360.30x + 0.70y = 0.45(80) = 36. Substituting y=80xy = 80 - x yields 0.30x+0.70(80x)=360.30x + 0.70(80 - x) = 36. Expanding gives 0.30x+560.70x=360.30x + 56 - 0.70x = 36, so 0.40x=20-0.40x = -20, which results in x=50x = 50.

Step-by-Step Solution

1
Formulate a system of two linear equations representing total volume and total concentrate volume.
System equations: x+y=80x + y = 80 and 0.30x+0.70y=360.30x + 0.70y = 36.
The sum of the component volumes equals the total mixture volume, and the sum of the pure concentrate from each component equals the total concentrate in the final mixture.
2
Substitute y=80xy = 80 - x into the concentrate equation to eliminate yy.
0.30x+0.70(80x)=360.30x + 0.70(80 - x) = 36.
Substituting one variable reduces the system to a single linear equation in one variable.
3
Simplify the single-variable linear equation and solve for xx.
0.30x+560.70x=36    0.40x=20    x=500.30x + 56 - 0.70x = 36 \implies -0.40x = -20 \implies x = 50.
Combining like terms isolates the variable xx.

Key Concept

Solving systems of two linear equations formed by weighted mixture word problems.
Rate this question