document.write( "Question 912351: 80ml of medicine was made from a mix of three parts of water to one part solution. how much solution was used? \n" ); document.write( "
Algebra.Com's Answer #553741 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 80ml of medicine was made from a mix of three parts of water to one part solution. how much solution was used? \n" ); document.write( "*** \n" ); document.write( "let x=amt of solution used \n" ); document.write( "80-x=amt of water used \n" ); document.write( "(80-x)/x=3 \n" ); document.write( "3x=80-x \n" ); document.write( "4x=80 \n" ); document.write( "x=20 \n" ); document.write( "amt of solution used=20 ml \n" ); document.write( " \n" ); document.write( " |