document.write( "Question 537492: How many grams of pure acid and how many grams of a 40% solution should be mixed together to get a total of 30 grams of a 60% solution? \n" ); document.write( "
Algebra.Com's Answer #352893 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
percent ---------------- quantity
\n" ); document.write( "Pure acid 100 ---------------- x grams
\n" ); document.write( "Acid 40 ------ 30 - x grams
\n" ); document.write( "Mixture 60.00% ---------------- 30
\n" ); document.write( "
\n" ); document.write( "100 x + 40 ( 30 - x ) = 60 * 30
\n" ); document.write( "
\n" ); document.write( "100x+1200-40x= 1800
\n" ); document.write( "100 x - 40 x=1800 - 1200
\n" ); document.write( "60 x = 600
\n" ); document.write( "/ 60
\n" ); document.write( "x= 10 grams 100.00% Pure acid
\n" ); document.write( "
\n" ); document.write( " 20 grams 40.00% acid
\n" ); document.write( "
\n" ); document.write( "
\n" );