document.write( "Question 640731: A certain metal is 20% 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 #403386 by sachi(548)![]() ![]() You can put this solution on YOUR website! let x kg of 20% mixed with 80 kg of 70% to get 50% \n" ); document.write( "so x*20%+80*70%=(x+80)*50% \n" ); document.write( "or 20x+5600=50x+4000 \n" ); document.write( "or 30x=1600 \n" ); document.write( "or x=1600/30=53.33 kg \n" ); document.write( "ans \n" ); document.write( " \n" ); document.write( " |