document.write( "Question 215530: A pharmacist wishes to mix a solution that is 8% Minoxidil. She has on hand 80 ml of a 4% solution and wishes to add some 10% solution to obtain the desired 8% solution. How much 10% solution should she add? \n" ); document.write( "
Algebra.Com's Answer #162913 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A pharmacist wishes to mix a solution that is 8% Minoxidil. \n" ); document.write( " She has on hand 80 ml of a 4% solution and wishes to add some 10% solution to obtain the desired 8% solution. \n" ); document.write( "How much 10% solution should she add? \n" ); document.write( "; \n" ); document.write( "let x = amt of 10% solution required \n" ); document.write( ": \n" ); document.write( ".04(80) + .10x = .08(x+80) \n" ); document.write( "; \n" ); document.write( "3.2 + .10x = .08x + 6.4 \n" ); document.write( ": \n" ); document.write( ".10x - .08x = 6.4 - 3.2 \n" ); document.write( ": \n" ); document.write( ".02x = 3.2 \n" ); document.write( "x = \n" ); document.write( "x = 160 ml of 10% solution required \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check: \n" ); document.write( ".04(80) + .10(160) = .08(160+80) \n" ); document.write( "3.2 + 16 = .08(240) \n" ); document.write( "19.2 = 19.2 \n" ); document.write( " \n" ); document.write( " |