document.write( "Question 268964: A pharmacist has 2 liters of a solution containing 30% alcohol. If he wants to have a solution containing 44% alcohol, how much pure alcohol must be added? \n" ); document.write( "
Algebra.Com's Answer #197060 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is a mixture problem. Here is a table based on the given information
\n" ); document.write( "solution . . . . . . . . .% . . . . . . . . .liter . . . . . . . . .%-Liter
\n" ); document.write( "30% . . . . . . . . . . . 30. . . . . . . . . 2. . . . . . . . . . . 60
\n" ); document.write( "pure . . . . . . . . . . 100 . . . . . . . . x . . . . . . . . . . . 100x
\n" ); document.write( "mixture . . . . . . . . 44 . . . . . . . . . 2+x . . . . . . . . 88 + 44x
\n" ); document.write( "Looking at the third column, we get
\n" ); document.write( "60 + 100x = 88 + 44x
\n" ); document.write( "subtract 44x and subtract 60 from both sides to get
\n" ); document.write( "56x = 28
\n" ); document.write( "divide by 56 to get
\n" ); document.write( " x = 1/2
\n" ); document.write( "You need 1/2 liter of pure alcohol.
\n" ); document.write( "
\n" );