document.write( "Question 1114594: Mrs. Ernsthausen wants to create a sugar solution for her hummingbird feeder. She has a 20% sugar solution. She has learned that a 25% sugar solution is optimal. How many cups of pure sugar and 20% sugar solution does she need to mix together to make two cups of 25% sugar solution? \n" ); document.write( "
Algebra.Com's Answer #753151 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
x = 20% sugar solution
\n" ); document.write( "y = 100% (pure) sugar solution
\n" ); document.write( "
\n" ); document.write( "Make two equations. The first equation is the total amount of solution. The second equation is the total amount of sugar in the solution.\r
\n" ); document.write( "\n" ); document.write( "x + y = 2
\n" ); document.write( "0.20x + y = 0.25(2)
\n" ); document.write( "
\n" ); document.write( "Clean up the second equation:
\n" ); document.write( "x + y = 2
\n" ); document.write( "0.20x + y = 0.50
\n" ); document.write( "
\n" ); document.write( "Multiply the second equation by -1:
\n" ); document.write( "x + y = 2
\n" ); document.write( "-0.20x - y = -0.50
\n" ); document.write( "
\n" ); document.write( "Add the two equations together:
\n" ); document.write( "0.80x = 1.50
\n" ); document.write( "
\n" ); document.write( "Solve for x:
\n" ); document.write( "x = 1.875
\n" ); document.write( "
\n" ); document.write( "We now know the 20% solution (x) is 1.875 cups. Because x + y = 2...or, 1.875 + y = 2...that means the pure sugar solution (y) is 0.125 cups.
\n" ); document.write( "
\n" );