document.write( "Question 122501: an alloy of tin is 15% tin weighs 20 pounds. a second alloy is 10% tin. how much of the second alloy must be added to the first alloy to get a 12% mixture.
\n" );
document.write( "
\n" );
document.write( "the amount would be ( ) pounds \n" );
document.write( "
Algebra.Com's Answer #89977 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! an alloy of tin is 15% tin weighs 20 pounds. a second alloy is 10% tin. how much of the second alloy must be added to the first alloy to get a 12% mixture. \n" ); document.write( ": \n" ); document.write( "Let x = no. of pounds of 10% alloy that must be added \n" ); document.write( ": \n" ); document.write( "The resulting 12% mixture would weigh (x+20) lbs \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( ".15(20) + .10x = .12(x+20) \n" ); document.write( ": \n" ); document.write( " 3 + .1x = .12x + 2.4 \n" ); document.write( ": \n" ); document.write( ".1x - .12x = 2.4 - 3 \n" ); document.write( ": \n" ); document.write( "-.02x = - .6 \n" ); document.write( "x = \n" ); document.write( "x = +30 lbs of 10 % tin required \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution, we know the final amt will weigh 20+30 = 50 \n" ); document.write( ".15(20) + .10(30) = .12(50) \n" ); document.write( " 3 + 3 = 6; confirms out solution \n" ); document.write( " |