document.write( "Question 289110: matt needs 45 liters of 20% solution. He has only 15% solution and 30% solution on hand. How many liters of each solution should he combine to make the mixture? \n" ); document.write( "
Algebra.Com's Answer #209482 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! matt needs 45 liters of 20% solution. He has only 15% solution and 30% solution on hand. How many liters of each solution should he combine to make the mixture?\r \n" ); document.write( "\n" ); document.write( "% in A * amount A + % in B * amount B = % in C * amount C \n" ); document.write( "call amount A x, and amount B 45-x\r \n" ); document.write( "\n" ); document.write( "15% * x + 30% * (45 - x) = 20% * 45 \n" ); document.write( "0.15x + 0.3 * 45 - 0.3x = 0.2*45 \n" ); document.write( "0.15x + 13.5 - 0.3x = 9 \n" ); document.write( "-0.15x = -4.5 (divide both sides by -1) \n" ); document.write( "0.15x = 4.5 \n" ); document.write( "x = 30 liters of A (the 15% solution) \n" ); document.write( "and 15 liters of B (the 30% solution) \n" ); document.write( " \n" ); document.write( " |