document.write( "Question 389252: 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
\n" );
document.write( " get a 12% mixture? \n" );
document.write( "
Algebra.Com's Answer #275789 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! 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 \n" ); document.write( " get a 12% mixture? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "%A * amount A + %B * amount B = %C * amount C \n" ); document.write( "15% * 20 + 10% * B = 12% * (20 + B) \n" ); document.write( "0.15 * 20 + 0.1 * B = 0.12 * (20 + B) \n" ); document.write( "3 + 0.1B = 2.4 + 0.12B \n" ); document.write( "0.6 = 0.12B - 0.1B \n" ); document.write( "0.6 = 0.02B \n" ); document.write( "B = 30 \n" ); document.write( "30 pounds of the second alloy to get 50 pounds of 12% tin \n" ); document.write( " \n" ); document.write( " |