document.write( "Question 217284: a pharmacist wishes to mix a solution that is 3% minoxidil. She has on hand 100 ml of a 2% solution and wishes to add some 5% solution to obtain the desired 3% solution. How much 5% solution should she add? \n" ); document.write( "
Algebra.Com's Answer #163841 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! .05x+.02(100-x)=.03(100) \n" ); document.write( ".05x+2-.02x=3 \n" ); document.write( ".03x=1 \n" ); document.write( "x=33.33 ml of 5% \n" ); document.write( " |