document.write( "Question 561723: I have some mixture problems i need help with. Can you please help me?\r
\n" );
document.write( "\n" );
document.write( "I have to use a formula %*amount=product\r
\n" );
document.write( "\n" );
document.write( "Gus has on hand a 5% alcohol solution and a 20% alcohol solution. He needs 30 liters of a 10% alcohol solution. How many liters of each solution should he mix together to obtain the 30 liters?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "My table i made is \r
\n" );
document.write( "\n" );
document.write( " Liters % total liters
\n" );
document.write( "5% sol. x-.05 .05 .05x
\n" );
document.write( "20% sol. y .20 .20y
\n" );
document.write( "mixture x+y=10 .01\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Can you please help me know what I should do or what I did wrong? \n" );
document.write( "
Algebra.Com's Answer #364392 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Gus has on hand a 5% alcohol solution and a 20% alcohol solution. \n" ); document.write( " He needs 30 liters of a 10% alcohol solution. \n" ); document.write( " How many liters of each solution should he mix together to obtain the 30 liters? \n" ); document.write( ": \n" ); document.write( "There is an easier way to do this \n" ); document.write( "let x = 20% solution \n" ); document.write( "then since the result is to be 30 liter: \n" ); document.write( "(30-x) = 5% solution \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( ": \n" ); document.write( ".20x + .05(30-x) = .10(30) \n" ); document.write( ".20x + 1.5 - .05x = 3 \n" ); document.write( ".20x - .05x = 3 - 1.5 \n" ); document.write( ".15x = 1.5 \n" ); document.write( "x = \n" ); document.write( "x = 10 liters of 20% solution \n" ); document.write( "then \n" ); document.write( "30-10 = 20 liters of 5% solutions \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check this \n" ); document.write( ".2(10) + .05(20) = .10(30) \n" ); document.write( "2 + 1 = 3; confirms our solutions solution of 10 and 20 \n" ); document.write( " |