document.write( "Question 741277: Hi! I need help on this word problem (It has to do with Linear systems but i ant even figure out how to set it up)\r
\n" );
document.write( "\n" );
document.write( "A chemist needs 12 liters of a 25% acid solution. The solution is to be mixed from three solutions whose concentrations are 10%, 20%, and 50%. How many liters of each solution will satisfy each condition? \r
\n" );
document.write( "\n" );
document.write( "(a) Use 2 liters of the 50% solution.
\n" );
document.write( "10% solution =___L
\n" );
document.write( "20% solution =___L\r
\n" );
document.write( "\n" );
document.write( "(b) Use as little as possible of the 50% solution.
\n" );
document.write( "10% solution = ___ L
\n" );
document.write( "20% solution = ___L
\n" );
document.write( "50% solution = ___L\r
\n" );
document.write( "\n" );
document.write( "(c) Use as much as possible of the 50% solution.
\n" );
document.write( "10% solution ___L
\n" );
document.write( "20% solution ___L
\n" );
document.write( "50% solution ___L\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A little help on just setting it up would even be enough. Thank you!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #452067 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A chemist needs 12 liters of a 25% acid solution. \n" ); document.write( " The solution is to be mixed from three solutions whose concentrations are 10%, 20%, and 50%. \n" ); document.write( " How many liters of each solution will satisfy each condition? \n" ); document.write( "let a = amt of 10% solution \n" ); document.write( "let b = amt of 20% \n" ); document.write( "let c = amt of 50% \n" ); document.write( ": \n" ); document.write( "(a) Use 2 liters of the 50% solution. \n" ); document.write( "Then a + b = 10, therefore: \n" ); document.write( "a = (10-b) \n" ); document.write( ".10a + .20b + .50(2) = .25(12) \n" ); document.write( ".10a + .20b + 1 = 3 \n" ); document.write( ".10a + .20b = 3 - 1 \n" ); document.write( ".10a + .20b = 2 \n" ); document.write( ".10(10-b) + .20b = 2 \n" ); document.write( "1 - .1b + .2b = 2 \n" ); document.write( ".1b = 2-1 \n" ); document.write( ".1b = 1 \n" ); document.write( "b = 10 liters of 20% solution \n" ); document.write( "therefore \n" ); document.write( "10% solution =_0_L \n" ); document.write( "20% solution =_10_L \n" ); document.write( "Check this: \n" ); document.write( ".10(0) + .20(10) + .50(2) = .25(12) \n" ); document.write( "0 + 2 + 1 = 3 \n" ); document.write( "; \n" ); document.write( "(b) Use as little as possible of the 50% solution. \n" ); document.write( "Then use 0 liters of 10% solution \n" ); document.write( ".20b + .50c = .25(12) \n" ); document.write( ".20b + .50c = 3 \n" ); document.write( "replace b with (12-c) \n" ); document.write( ".2(12-c) + .50c = 3 \n" ); document.write( "2.4 - .2c + .5c = 3 \n" ); document.write( ".3c = 3 - 2.4 \n" ); document.write( ".3c = .6 \n" ); document.write( "c = .6/.3 \n" ); document.write( "c = 2 liters of 50% is minimum \n" ); document.write( "10% solution = _0_ L \n" ); document.write( "20% solution = _10_L \n" ); document.write( "50% solution = _2_L \n" ); document.write( ": \n" ); document.write( "(c) Use as much as possible of the 50% solution. \n" ); document.write( "Use 0 liters of 20% solution then \n" ); document.write( ".10a + .50c = .25(12) \n" ); document.write( ".10(12-c) + .50c = 3 \n" ); document.write( "1.2 - .1c + .5c = 3 \n" ); document.write( ".4c = 3 - 1.2 \n" ); document.write( ".4c = 1.8 \n" ); document.write( "c = 1.8/.4 \n" ); document.write( "c = 4.5 liters of 50% is max \n" ); document.write( "10% solution _7.5__L \n" ); document.write( "20% solution __ 0__L \n" ); document.write( "50% solution _4.5__L \n" ); document.write( " |