document.write( "Question 276744: How many pounds of an alloy containing 60% copper must be melted with an alloy containing 20% copper to obtain 4 pounds of an alloy containing 35% copper? \n" ); document.write( "
Algebra.Com's Answer #201628 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.60x+.20(4-x)=.35*4
\n" ); document.write( ".60x+.8-.20x=1.4
\n" ); document.write( ".40x=1.4-.8
\n" ); document.write( ".40x=.6
\n" ); document.write( "x=.6/.4
\n" ); document.write( "x=1.5 pounds of 60% copper is needed.
\n" ); document.write( "4-1.5=2.5 pounds of 20% copper is needed.
\n" ); document.write( "Proof:
\n" ); document.write( ".60*1.5+.20*2.5=.35*4
\n" ); document.write( ".9+.5=1.4
\n" ); document.write( "1.4=1.4
\n" ); document.write( "
\n" );