document.write( "Question 405972: How many ounces of pure zinc must be added to 20 ounces of brass which is 30% zinc and 70% copper to produce brass that is 40% zinc? \n" ); document.write( "
Algebra.Com's Answer #286608 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
percent ---------------- quantity
\n" ); document.write( "30 ---------------- 20 brass
\n" ); document.write( "100 ---------------- x Zinc
\n" ); document.write( "40 ---------------- 20+x Mixture\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "30*20+100*x=40(20+x)
\n" ); document.write( "
\n" ); document.write( "600+100 x=800+40x
\n" ); document.write( "
\n" ); document.write( "100x-40x=800-600
\n" ); document.write( "
\n" ); document.write( "60x=200
\n" ); document.write( "
\n" ); document.write( "/60
\n" ); document.write( "x=3.33 ounces of pure Zinc
\n" ); document.write( "
\n" ); document.write( "
\n" );