document.write( "Question 521493: You need a 95% alcohol solution. On hand, you have a 60 mL of a 15% alcohol mixture. How much pure alcohol will you need to add to obtain the desired solution?\r
\n" );
document.write( "\n" );
document.write( "You will need
\n" );
document.write( " mL of pure alcohol
\n" );
document.write( "to obtain
\n" );
document.write( " mL of the desired 95% solution. \n" );
document.write( "
Algebra.Com's Answer #346498 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! from the view of alcohol \n" ); document.write( ".15*60+a=.95(a+60) \n" ); document.write( "a=960 ml of pure alcohol\r \n" ); document.write( "\n" ); document.write( "from the view of nonalcohol \n" ); document.write( ".85*60=.05*(60+a) \n" ); document.write( "a=960 ml of pure alcohol \n" ); document.write( " |