document.write( "Question 993597: How much of an alloy that is 20% copper should be mixed with 600 ounces of an alloy that is 70% copper in order to get an alloy that is 30% copper? \n" ); document.write( "
Algebra.Com's Answer #612886 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let x = the weight of the 20% alloy
\n" ); document.write( "Therefore the total weight of the mixture is x + 600
\n" ); document.write( "We can write the following equation which equates the amount of copper from each of the two alloys to the total amount contained in the mixture:
\n" ); document.write( "0.2x + 0.7*600 = 0.3(x+600)
\n" ); document.write( "Solve for x:
\n" ); document.write( "0.1x = = 240
\n" ); document.write( "x = 2400 oz
\n" ); document.write( "Check:
\n" ); document.write( "0.2*2400 + 0.7*600 = 480 + 420 = 0.3(3000) = 900
\n" ); document.write( "
\n" );