document.write( "Question 400353: The cooling system in a truck contains 4 gallons of coolant that is 30% antifreeze. How much must be withdrawn and replace with 100% antifreeze to bring the coolant in the system to 50% antifreeze?\r
\n" );
document.write( "\n" );
document.write( "I have no idea where to start. \n" );
document.write( "
Algebra.Com's Answer #283424 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The cooling system in a truck contains 4 gallons of coolant that is 30% antifreeze. How much must be withdrawn and replace with 100% antifreeze to bring the coolant in the system to 50% antifreeze?\r \n" ); document.write( "\n" ); document.write( "let x=gallons of 30% coolant to be removed and replaced with 100% antifreeze. \n" ); document.write( "then 4-x gallons of 30% coolant remains initially \n" ); document.write( "then adding x gallons of 100% antifreeze will give a 50% antifreeze coolant\r \n" ); document.write( "\n" ); document.write( ".3(4-x)+100%x=.5*4 \n" ); document.write( "1.2-.3x+x=2 \n" ); document.write( ".7x=.8 \n" ); document.write( "x=8/7 gal \n" ); document.write( "ans: 8/7 gal of 30% antifreeze coolant must be removed and replaced with 100% antifreeze to bring the coolant in the system to 50% antifreeze? \n" ); document.write( " \n" ); document.write( " |