document.write( "Question 307392: An alloy of copper is 10% copper and weighs 25 pounds. A second alloy is 18% copper. How much (to the nearest tenth lb.) of the second alloy must be added to the first alloy to get a 13% mixture. \n" ); document.write( "
Algebra.Com's Answer #219894 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.10*25+.18x=.13(25+x)
\n" ); document.write( "2.5+.18x=3.25+.13x
\n" ); document.write( ".18x-.13x=4.5-3.25
\n" ); document.write( ".05x=.75
\n" ); document.write( "x=.75/.05
\n" ); document.write( "x=15 pounds of 18% copper is needed.
\n" ); document.write( "Proof:
\n" ); document.write( ".10*25+.18*15=.13(25+15)
\n" ); document.write( "2.5+2.7=.13*40
\n" ); document.write( "5.2=5.2
\n" ); document.write( "
\n" );