document.write( "Question 274705: how many gallons of a 50% antifreeze soltuion must be mixed with 70 gallons of 15% antifreeze to get a mixture that is 40% antifreeze \n" ); document.write( "
Algebra.Com's Answer #200473 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .50x+.15*70=.40(70+x) \n" ); document.write( ".50x+10.5=28+.40x \n" ); document.write( ".50x-.40x=28-10.5 \n" ); document.write( ".10x=17.5 \n" ); document.write( "x=17.5/.10 \n" ); document.write( "x=175 gal of 50% antifreeze is used. \n" ); document.write( "Proof: \n" ); document.write( ".50*175+.15*70=.40(70+175) \n" ); document.write( "87.5+10.5=.40*245 \n" ); document.write( "98=98 \n" ); document.write( " \n" ); document.write( " |