document.write( "Question 637573: You are given a prescription for 100 mL of a 30% hydrochloric acid solution. The pharmacy carries 90% hydrochloric acid solution. How many mL of the concentration solution are needed to fill this prescription? \n" ); document.write( "
Algebra.Com's Answer #403755 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! You are given a prescription for 100 mL of a 30% hydrochloric acid solution. The pharmacy carries 90% hydrochloric acid solution. How many mL of the concentration solution are needed to fill this prescription? \n" ); document.write( "** \n" ); document.write( "let x=amt of the concentration solution needed to fill this prescription \n" ); document.write( "90x=30%*100 \n" ); document.write( ".9x=30 \n" ); document.write( "x=30/.9 \n" ); document.write( "x=3+1/3 \n" ); document.write( "amt of the concentration solution needed to fill this prescription=3+1/3 mL \n" ); document.write( " |