document.write( "Question 651004:
\n" );
document.write( "A certain metal is 40% copper. How many kilograms of this metal must be mixed with 60 kilograms of a metal that is 70% copper to get a metal that is 50% copper? \n" );
document.write( "
Algebra.Com's Answer #407529 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A certain metal is 40% copper. How many kilograms of this metal must be mixed with 60 kilograms of a metal that is 70% copper to get a metal that is 50% copper? \n" ); document.write( "** \n" ); document.write( "let x=kg of 40% copper to be mixed \n" ); document.write( "x+60=kg of 50% mixture \n" ); document.write( ".. \n" ); document.write( "40%x+70%*60=50%(x+60) \n" ); document.write( ".4x+42=.5x+30 \n" ); document.write( ".1x=12 \n" ); document.write( "x=120 \n" ); document.write( "kg of 40% copper to be mixed=120 \n" ); document.write( " |