document.write( "Question 597082: a certain metal is 40% tin. how many kilograms of this metal must be mixed with 80 kilograms of a metal that is 70% tin to get a metal that is 50% tin? \n" ); document.write( "
Algebra.Com's Answer #378086 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A certain metal is 40% tin. \n" ); document.write( " How many kilograms of this metal must be mixed with 80 kilograms of a metal that is 70% tin to get a metal that is 50% tin? \n" ); document.write( ": \n" ); document.write( "let x = amt of 40% tin\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( ".40x + .70(80) = .50(x+80) \n" ); document.write( ".40x + 56 = .50x + 40 \n" ); document.write( "56 - 40 = .50x - .40x \n" ); document.write( "16 = .10x \n" ); document.write( "x = 16/.1 \n" ); document.write( "x = 160 km of 40% tin required \n" ); document.write( " \n" ); document.write( " |