document.write( "Question 654333: how much of an alloy that is 30% copper should be mixed with 100 ounces of an alloy that is 80% copper in order to get an alloy that is 40% copper? \n" ); document.write( "
Algebra.Com's Answer #408672 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how much of an alloy that is 30% copper should be mixed with 100 ounces of an alloy that is 80% copper in order to get an alloy that is 40% copper? \n" ); document.write( "** \n" ); document.write( "let x=amt of 30% copper to be mixed \n" ); document.write( "x+100=amt of 40% copper alloy \n" ); document.write( ".. \n" ); document.write( "30%x+80%*100=40%(x+100) \n" ); document.write( ".3x+80=.4x+40 \n" ); document.write( ".x=40 \n" ); document.write( "x=400 \n" ); document.write( "amt of 30% copper to be mixed=400 ounces \n" ); document.write( " |