document.write( "Question 65729This question is from textbook An Incremental Development
\n" );
document.write( ": A barrel contains 30 gallons of 40% antifreeze. How many gallons of an 80% antifreeze solution should be added to make the barrel contain 50% antifreeze? \n" );
document.write( "
Algebra.Com's Answer #46413 by stanbon(75887) ![]() You can put this solution on YOUR website! A barrel contains 30 gallons of 40% antifreeze. How many gallons of an 80% antifreeze solution should be added to make the barrel contain 50% antifreeze? \n" ); document.write( "------------------ \n" ); document.write( "40% antifreeze DATA: \n" ); document.write( "Amount = 30 gallons ; Amount of active ingredient = 0.40(30)= 12 gallons \n" ); document.write( "------------------ \n" ); document.write( "80% antifreeze DATA: \n" ); document.write( "Amount = x gallons ; Amount of active ingredient = 0.80x gallons \n" ); document.write( "---------------- \n" ); document.write( "50% Mixture DATA: \n" ); document.write( "Amount = x+30 gallons ; Amount of active ingredient = 0.50(x+30)gallons \n" ); document.write( "----------- \n" ); document.write( "EQUATION: \n" ); document.write( "active + active = active \n" ); document.write( "12 +0.80x = 0.50(x+30) \n" ); document.write( "12+0.08x=0.05x+15 \n" ); document.write( "0.03x=3 \n" ); document.write( "x=100 gallons of 80% antifreeze must be added. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |