Question

Difficulty: MediumSystems of Linear Equations

A chemist mixes xx ounces of a 40% acid solution with yy ounces of a 70% acid solution to produce a 20-ounce mixture that is 52% acid. What is the value of xyx - y?

  1. A
    -4
  2. 4Answer
  3. C
    8
  4. D
    12
  5. E
    20

Answer

4
Setting up the linear system x+y=20x + y = 20 and 0.40x+0.70y=10.40.40x + 0.70y = 10.4 leads to x=12x = 12 and y=8y = 8. Subtracting yy from xx yields 128=412 - 8 = 4.

Step-by-Step Solution

1
Set up the system of linear equations based on total solution volume and pure acid content.
Total volume equation: x+y=20x + y = 20. Pure acid equation: 0.40x+0.70y=0.52(20)=10.40.40x + 0.70y = 0.52(20) = 10.4.
The sum of the component volumes equals the total volume, and the sum of the pure acid contents equals the total acid content.
2
Multiply the acid equation by 10 to eliminate decimals.
4x+7y=1044x + 7y = 104.
Clearing decimals simplifies the subsequent elimination calculation.
3
Solve for yy using the elimination method.
Multiply x+y=20x + y = 20 by 4 to get 4x+4y=804x + 4y = 80. Subtract this from 4x+7y=1044x + 7y = 104: (4x+7y)(4x+4y)=10480    3y=24    y=8(4x + 7y) - (4x + 4y) = 104 - 80 \implies 3y = 24 \implies y = 8.
Eliminating the variable xx isolates yy.
4
Solve for xx and compute xyx - y.
x=208=12x = 20 - 8 = 12. Therefore, xy=128=4x - y = 12 - 8 = 4.
Substitute y=8y = 8 back into the first equation and calculate the requested expression.

Key Concept

Systems of Linear Equations in Mixture Problems
Rate this question