document.write( "Question 966356: From 2 large vessels of hydrochloric acid, labeled 15% acid and 20% acid, Kim Ekol must create 20 liters of 18% acid solution. How many liters of the 15% acid solution should she use?\r
\n" );
document.write( "\n" );
document.write( "Thank you for answering! \n" );
document.write( "
Algebra.Com's Answer #590616 by lwsshak3(11628) ![]() You can put this solution on YOUR website! From 2 large vessels of hydrochloric acid, labeled 15% acid and 20% acid, Kim Ekol must create 20 liters of 18% acid solution. How many liters of the 15% acid solution should she use? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 15% solution Kim should use \n" ); document.write( "20-x=amt of 20% solution Kim should use \n" ); document.write( "15%x+20%(20-x)=18%*20 \n" ); document.write( ".15x+4-.20x=3.6 \n" ); document.write( ".05x=0.4 \n" ); document.write( "x=8 \n" ); document.write( "How many liters of the 15% acid solution should she use? 8 \n" ); document.write( " |