document.write( "Question 900309: A metalworker has a metal alloy that is 30% copper and another that is 70% copper how many kilograms of each alloy should the metalworker combine to create 50kg of a 62% copper alloy?\r
\n" );
document.write( "\n" );
document.write( "thanks for the help \n" );
document.write( "
Algebra.Com's Answer #545921 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=50, \n" ); document.write( "0.3*a+0.7*b=0.62*50 \n" ); document.write( "a=50-b \n" ); document.write( "0.3*(50-b)+0.7*b=31 \n" ); document.write( "15-0.3b+0.7*b=31 \n" ); document.write( "0.4*b=16 \n" ); document.write( "b=40 \n" ); document.write( "a=50-b \n" ); document.write( "a=10 at 30% b=40 at 70% \n" ); document.write( "check \n" ); document.write( "0.3*10+0.7*40=0.62*50 \n" ); document.write( "3+28=31 \n" ); document.write( "31=31 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |