document.write( "Question 842256: John Doe owns a chemical manufacturing company. They are making a 500 gallon 34% acid solution. The only solutions available are 25% acid solution and a 50% acid solution.
\n" );
document.write( "How many gallons of each solution should be mixed to make the 34% acid solution?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #507490 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=500, \n" ); document.write( ".25x+.5y=.34*500 \n" ); document.write( "x = 320, y = 180 \n" ); document.write( "320 gallons of 25% \n" ); document.write( "and \n" ); document.write( "180 gallons of 50% \n" ); document.write( " \n" ); document.write( " |