document.write( "Question 43035This question is from textbook algebra and trigonometry with analytic geometry
\n" );
document.write( ": How many quarts of water dose one add to 6 quarts of a 60% alcohol solution to create a 40% alchohol solution. I worked it oout to 2 qt. is that right. Thanks for looking it over with me. \n" );
document.write( "
Algebra.Com's Answer #28088 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! You start out with 6 quarts of 60% alcohol \n" ); document.write( "60% of 6 = 3.6 quarts alcohol \n" ); document.write( "The amount of alcohol never changes \n" ); document.write( "(amount alcohol / total mixture = fraction of alcohol) \n" ); document.write( "let w = amount of water to add \n" ); document.write( "3.6 / (w + 6) = .40 \n" ); document.write( ".4w + 2.4 = 3.6 \n" ); document.write( ".4w = 1.2 \n" ); document.write( "w = 3 \n" ); document.write( "add 3 quarts of water to get a 40% solution of alcohol \n" ); document.write( "check \n" ); document.write( "3.6 / (w + 6) = .40 \n" ); document.write( "3.6 / (3 + 6) = .40 \n" ); document.write( "3.6/9 = .4 \n" ); document.write( "OK \n" ); document.write( " |