document.write( "Question 362020: Dmitri needs 5 liters of a 43% solution of sulfuric acid for a research project in molecular biology. He has two supplies of sulfuric acid solution: one is an unlimited supplyo f the 40% solution and the other an unlimited supply of the 45% solution. How many liters of each solution should Dmitri use? \n" ); document.write( "
Algebra.Com's Answer #258039 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Dmitri needs 5 liters of a 43% solution of sulfuric acid for a research project in molecular biology. He has two supplies of sulfuric acid solution: one is an unlimited supply of the 40% solution and the other an unlimited supply of the 45% solution. How many liters of each solution should Dmitri use?\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "% A * amount A + %B * amount B = %C * amount C \n" ); document.write( "40% * A + 45% * B = 43% * 5 liters \n" ); document.write( "let B = 5 - A \n" ); document.write( "0.40 * A + 0.45 * (5 - A) = 0.43 * 5 \n" ); document.write( "0.4A + 2.25 - 0.45A = 2.15 \n" ); document.write( "-0.05A = -0.1 \n" ); document.write( "A = 2 liters of the 40% \n" ); document.write( "B = 5 - A = 5 - 2 = 3 liters of the 45% \n" ); document.write( " \n" ); document.write( " |