document.write( "Question 395269: A chemist needs a 26% acid mixture, but his lab only has 20% and 35% solutions. If he needs a total of 80 liters of the 26% solution, how much of each percent acid does he need?\r
\n" );
document.write( "\n" );
document.write( "I was thinking:
\n" );
document.write( ".20(x) + .35(y) = .26(80) \r
\n" );
document.write( "\n" );
document.write( "but I'm stuck and it just doesnt' seem like the right way to do it. \n" );
document.write( "
Algebra.Com's Answer #280516 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A chemist needs a 26% acid mixture, but his lab only has 20% and 35% solutions. If he needs a total of 80 liters of the 26% solution, how much of each percent acid does he need? \n" ); document.write( "--- \n" ); document.write( "If you want to use 2 variables you made a good start. \n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "Quantity Equation: x + y = 80 liters \n" ); document.write( "Acid Equation::::0.20x+0.35y = 0.26*80 \n" ); document.write( "----------------------------------------- \n" ); document.write( "Multiply thru 1st by 20 \n" ); document.write( "Multiply thru 2nd by 100 \n" ); document.write( "----- \n" ); document.write( "20x + 20y = 20*80 \n" ); document.write( "20x + 35y = 26*80 \n" ); document.write( "---- \n" ); document.write( "Subtract 1st from 2nd and solve for \"y\": \n" ); document.write( "15y = 6*80 \n" ); document.write( "y = 32 liters (amt. of 35% solution needed) \n" ); document.write( "--- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x+y = 80 \n" ); document.write( "x + 32 = 80 \n" ); document.write( "x = 48 liters (amt. of 20% solution needed) \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |