document.write( "Question 1035152: A chemist has a solution which is 60% pure acid and another solution which is 35% pure acid. How many grams of the 35% solution should he use to make 3000 grams of a solution which is 50% pure acid? \n" ); document.write( "
Algebra.Com's Answer #649769 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of grams of 35% solution the chemist needs.
\n" ); document.write( "Then the number of grams of 60% solution would be 3000-x.
\n" ); document.write( "The set up looks like this:
\n" ); document.write( ".35x + .60(3000-x) = .50(3000)
\n" ); document.write( "Now solve for x...
\n" ); document.write( ".35x + 1800 - .60x = 1500
\n" ); document.write( "-.25x = -300
\n" ); document.write( "x = 1200 grams of 35% solution
\n" ); document.write( "
\n" );