document.write( "Question 450429: An alloy of tin is 15% tin and weighs 20 pounds. A second alloy is 10% tin. How many pounds of the second alloy must be added to the first to get a 12% mixture?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309806 by mananth(16946) You can put this solution on YOUR website! ------ percent ---------------- quantity \n" ); document.write( "Alloy I 15 ----------------20 pounds \n" ); document.write( "Alloy II 10 ----------------x pounds \n" ); document.write( "Total 12----------------20+x pounds \n" ); document.write( " \n" ); document.write( "15*20+10*x=12(20+x) \n" ); document.write( "300+10x=240+12x \n" ); document.write( "10x-12x=240-300 \n" ); document.write( "-2x=-60 \n" ); document.write( "/-2 \n" ); document.write( "x= 30 pounds 10 % Alloy II \n" ); document.write( " \n" ); document.write( " |