Question

Difficulty: MediumSystems of Linear Equations

A chemist needs to mix a 10%10\% acid solution with a 30%30\% acid solution to create a 100100-milliliter mixture. If the final mixture must be 18%18\% acid, how many milliliters of the 10%10\% acid solution should the chemist use?

  1. A
    40
  2. 60Answer
  3. C
    70
  4. D
    80

Answer

60 milliliters
The correct answer is 60 milliliters. Defining xx as the volume of the 10%10\% solution and yy as the volume of the 30%30\% solution gives the system of equations x+y=100x + y = 100 and 0.10x+0.30y=180.10x + 0.30y = 18. Substituting y=100xy = 100 - x into the second equation yields 0.10x+300.30x=180.10x + 30 - 0.30x = 18. Simplifying this equation gives 0.20x=12-0.20x = -12, which simplifies to x=60x = 60.

Step-by-Step Solution

1
Define variables for the volume of each solution and set up the system of equations representing the total volume and the total amount of pure acid.
Let xx be the number of milliliters of the 10%10\% acid solution, and let yy be the number of milliliters of the 30%30\% acid solution. The system is:
x+y=1000.10x+0.30y=18\begin{aligned} x + y &= 100 \\ 0.10x + 0.30y &= 18 \end{aligned}
To represent the physical relationships between the two solutions mathematically.
2
Solve the first equation for yy in terms of xx and substitute this expression into the second equation.
y=100xy = 100 - x
0.10x+0.30(100x)=180.10x + 0.30(100 - x) = 18
To reduce the system to a single linear equation in terms of xx.
3
Distribute the coefficients, combine like terms, and solve for xx.
0.10x+300.30x=180.10x + 30 - 0.30x = 18
0.20x+30=18-0.20x + 30 = 18
0.20x=12-0.20x = -12
x=60x = 60
To isolate xx and determine the volume of the 10%10\% acid solution.

Key Concept

Solving systems of linear equations in two variables using substitution or elimination.
Rate this question