document.write( "Question 257812: A mixture of acid and water is 35% acid. if the mixture contains a total of 40 Liters, how many liters of pure acid are in the mixture? How many liters of pure water are in the mixture? \n" ); document.write( "
Algebra.Com's Answer #189700 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is a mixture problem. Be careful here, as pure acid = 100% acid and water = 0% acid. As a matter of fact any time they give you water it is automatically 0 in the % column. WE have the following table based on given information:
\n" ); document.write( "liquid . . . . . . . . . .% . . . . . . . . . . .L . . . . . . . . .%xL
\n" ); document.write( "acid . . . . . .. . . . . 100 . . . . . . . . . x . . . . . . . . .100x
\n" ); document.write( "water . . . . .. . . . . 0 . . . . . . . . . .. 40-x . . . .. . . . 0
\n" ); document.write( "mix . . . . .. . . . . . 35 . . . . . . . . . .40 . . . . . .. .. . 1400
\n" ); document.write( "From the third column, we get
\n" ); document.write( " 100x = 1400
\n" ); document.write( "x = 14.
\n" ); document.write( "So we have
\n" ); document.write( "14 Liters of pure acid
\n" ); document.write( "26 liters of pure water
\n" ); document.write( "
\n" );