Question 1123409
.
<pre>
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


    {{{(0.2*100 + x)/(100 + x + y)}}} = 0.25   (25% of silver in the new alloy)

    {{{(0.3*100 + y)/(100 + x + y)}}} = 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 {{{(matrix(2,2, 0.75, -0.25,  -0.33, 0.67))}}} = 0.75*0.67 -0.25*0.33 = 0.42.


The determinant of the  x-associated matrix is

    det {{{(matrix(2,2, 5, -0.25, 3, 0.67))}}} = 5*0.67 + 0.25*3 = 4.1.



The determinant of the  y-associated matrix is

    det {{{(matrix(2,2, 0.75, 5, -0.33, 3))}}} = 0.75*3 + 5*0.33 = 3.9.


Thus  x = {{{4.1/0.42}}} = 9.7619,  or  9.7619 pounds of silver.

      y = {{{3.9/0.42}}} = 9.2857,  or  9.2857 pounds of lead.


<U>Answer</U>.  9.7619  pounds of silver  and   9.2857  pounds of lead should be added.
</pre>