document.write( "Question 206292: Please Help!!
\n" );
document.write( "A pharmicist wishes to mix a solution that is 5% minoxisil. She has on hand 100 ml of a 3% solution & wishes to add some 7% solution to obtain the desired 5% solution. How much 7% solution should she add?? \n" );
document.write( "
Algebra.Com's Answer #155858 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"ml of added 7% solution\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(3%)(100) + (7%)(x) = (5%)(100 + x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 100 to clear percentages ___ 300 + 7x = 500 + 5x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = 200 ___ x = 100\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this makes sense ... \n" ); document.write( "___ you would expect that mixing equal volumes of different concentrations would give the average of the concentrations \n" ); document.write( " |