SOLUTION: An alloy contains 20% silver and 30% lead. How much silver and how much lead should be added to 100 pounds of the alloy in order to obtain 25% silver and 33% lead

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: An alloy contains 20% silver and 30% lead. How much silver and how much lead should be added to 100 pounds of the alloy in order to obtain 25% silver and 33% lead      Log On


   



Question 1123409: An alloy contains 20% silver and 30% lead. How much silver and how much lead should be added to 100 pounds of the alloy in order to obtain 25% silver and 33% lead
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
The initial amount of the alloy is 100 pounds.

Let x = the amount (the mass) of silver added, and

let y be the amount of lead added.


Then the total mass of the alloy will be  (100 + x + y) pounds


From the condition, you have these two equations


    %280.2%2A100+%2B+x%29%2F%28100+%2B+x+%2B+y%29 = 0.25   (25% of silver in the new alloy)

    %280.3%2A100+%2B+y%29%2F%28100+%2B+x+%2B+y%29 = 0.33   (33% of lead in the new alloy)


Equivalently


    20 + x = 0.25*(100 + x + y)    (1)

    30 + y = 0.33(*100 + x + y)    (2)


Simplify to get


    0.75x - 0.25y = 5

   -0.33x + 0.67y = 3


Apply the determinant method ( = Cramer's rule). The determinant of the coefficient matrix is


    det %28matrix%282%2C2%2C+0.75%2C+-0.25%2C++-0.33%2C+0.67%29%29 = 0.75*0.67 -0.25*0.33 = 0.42.


The determinant of the  x-associated matrix is

    det %28matrix%282%2C2%2C+5%2C+-0.25%2C+3%2C+0.67%29%29 = 5*0.67 + 0.25*3 = 4.1.



The determinant of the  y-associated matrix is

    det %28matrix%282%2C2%2C+0.75%2C+5%2C+-0.33%2C+3%29%29 = 0.75*3 + 5*0.33 = 3.9.


Thus  x = 4.1%2F0.42 = 9.7619,  or  9.7619 pounds of silver.

      y = 3.9%2F0.42 = 9.2857,  or  9.2857 pounds of lead.


Answer.  9.7619  pounds of silver  and   9.2857  pounds of lead should be added.