document.write( "Question 1048233: In the lab Robbie has two solutions that contain alcohol and is mixing them with each other. He uses 500 mm less of solution A than solution B. Solution A is 20% alcohol in solution B is 13% alcohol. How many millimeters of solution A does he use, if the resulting mixture has 362 mm pure alcohol \n" ); document.write( "
Algebra.Com's Answer #663817 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Note: (% of pure alcohol)x (the amount of solution) gives one the amount of pure alcohol \n" ); document.write( "Mixing \n" ); document.write( "A + B = 362 pure alcohol \n" ); document.write( ".20(x-500) + .13x = 362 \n" ); document.write( ".33x = 462 \n" ); document.write( "x = 1400mm, amount of solution B \n" ); document.write( "Solution A = 900mm \n" ); document.write( " |