document.write( "Question 629386: How many gallons of 30% alcohol solution and 45% alcohol solution must be mixed to get 9 gallons of 35% alcohol solution ?
\n" );
document.write( "How much of each solution is used, 30% and 45% ?\r
\n" );
document.write( "\n" );
document.write( "I really do not understand how to work this problem out, I'm confused and my answers don't make sence. \n" );
document.write( "
Algebra.Com's Answer #396243 by Alan3354(69443) You can put this solution on YOUR website! How many gallons of 30% alcohol solution and 45% alcohol solution must be mixed to get 9 gallons of 35% alcohol solution ? \n" ); document.write( "How much of each solution is used, 30% and 45% ? \n" ); document.write( "================================= \n" ); document.write( "t = amt of 30% \n" ); document.write( "f = amt of 45% \n" ); document.write( "------ \n" ); document.write( "t + f = 9 (total solution) \n" ); document.write( "30*t + 45*f = 35*9 (total alcohol) \n" ); document.write( "----- \n" ); document.write( "t = 9 - f \n" ); document.write( "30*t + 45*f = 35*9 \n" ); document.write( "Sub for t \n" ); document.write( "30*(9-f) + 45*f = 35*9 \n" ); document.write( "Solve for f, then solve for t \n" ); document.write( "Can you finish it? \n" ); document.write( " \n" ); document.write( " |