document.write( "Question 719731: how many quarts of water must be added to 5 qt of 80% antifreeze solution to make 50 % antifreeze solution .
\n" );
document.write( " In my attempt
\n" );
document.write( " let x = # of quarts of water
\n" );
document.write( "0.80(X)+0.8(5) =0.50 solution not sure if this is correct
\n" );
document.write( "my answer was 5.625 quarts water
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #441475 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! If we add x quarts of water to 5 quarts of the 80% solution, then we will end up with x + 5 quarts of our final solution. And this final solution is supposed to be 50% antifreeze. So an expression for the amount of antifreeze in the final solution would be: \n" ); document.write( "0.50 * (x + 5) or 0.50x + 2.5 \n" ); document.write( "The quarts of water you add will contribute no antifreeze to the final mixture. So the antifreeze you start with, 0.80*5 = 4, will be the same amount of antifreeze you end up with in the mixture. So: \n" ); document.write( "4 = 0.50x + 2.5 \n" ); document.write( "This is an equation which will give us the solution to this problem. \n" ); document.write( "Subtracting 2.5: \n" ); document.write( "1.5 = 0.50x \n" ); document.write( "Dividing by 0.50 (or multiplying by 2) we get: \n" ); document.write( "3 = x \n" ); document.write( "So we add 3 quarts of water to the 5 quarts of 80% antifreeze to get 50% antifreeze. \n" ); document.write( " \n" ); document.write( " |