document.write( "Question 103624This question is from textbook
\n" );
document.write( ": A radiator holds 4 gallons of fluid. If it is fullwith a 20% solution how muchfluid should be drained and replaced with a 70% antifreeze mixture to result in a 50% mixture of antifreeze? \n" );
document.write( "
Algebra.Com's Answer #75344 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Start by assigning a variable to the unknown quantity. \n" ); document.write( "Let x = the number of gallons that you need to remove and replace. \n" ); document.write( "Now, when you remove x gallons from the radiator that presently holds 4 gallons of 20% solution, you can show this algebraically as: (After changing the percentages to their decimal equivalents) \n" ); document.write( "(4-x)(0.2) \n" ); document.write( "Following this, you want to add back the same amount but this time it will be x gallons of 70% solution, right? This can be shown as: \n" ); document.write( "+x(0.7) \n" ); document.write( "After the addition of the x gallons of 70% (0.7) solution, you expect to have 4 gallons of 50% (0.5) solution. So, putting this all together, you have: \n" ); document.write( "(4-x)(0.2)+x(0.7) = 4(0.5) Now you can simplify this and solve for x. \n" ); document.write( "0.8-0.2x+0.7x = 2 Combine like-terms. \n" ); document.write( "0.8+0.5x = 2 Subtract 0.8 from both sides. \n" ); document.write( "0.5x = 1.2 Finally, divide both sides by 0.5 \n" ); document.write( "x = 2.4\r \n" ); document.write( "\n" ); document.write( "Solution (no pun intended!): You need to drain 2.4 gallons of the 20% solution and replace it with 2.4 gallons of 70% soltion to obtain 4 gallons of 50% solution. \n" ); document.write( " |