document.write( "Question 1120960: A chemical company makes two brands of antifreeze. The first brand is
\n" );
document.write( "35%
\n" );
document.write( " pure antifreeze, and the second brand is
\n" );
document.write( "85%
\n" );
document.write( " pure antifreeze. In order to obtain
\n" );
document.write( "50
\n" );
document.write( " gallons of a mixture that contains
\n" );
document.write( "65%
\n" );
document.write( " pure antifreeze, how many gallons of each brand of antifreeze must be used?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736680 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "An easy way to solve mixture problems like this, in which two ingredients are being mixed, is to use the fact that the ratio in which the two ingredients must be mixed is exactly determined by where the percentage of the mixture lies between the percentages of the two ingredients. \n" ); document.write( "The percentages of the two ingredients are 35% and 85%; the percentage of the mixture is 65%. \n" ); document.write( "65% is three-fifths of the way from 35% to 85%. (65-35 = 30; 85-35 = 50; 30/50 = 3/5) \n" ); document.write( "So 3/5 of the mixture must be the ingredient with the higher percentage of antifreeze. \n" ); document.write( "So 3/5 of the 50 gallons, or 30 gallons, should be the 85% antifreeze; the other 2/5, or 20 gallons, should be the 35% antifreeze. \n" ); document.write( "Check: \n" ); document.write( "(.85)(30)+(.35)(20) = 25.5+7 = 32.5 \n" ); document.write( "(.65)(50) = 32.5 \n" ); document.write( " |