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