document.write( "Question 897005: Two tanks, X and Y, are filled to capacity with jet fuel. Tank X holds 600 gallons more than tank Y. If 100 gallons were to be pumped out from each tank, tank X would then contain 3 times as much fuel as tank Y. What is the total number of gallons of fuel in the two full tanks? \n" ); document.write( "
Algebra.Com's Answer #544007 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x=y+600, \n" ); document.write( "x-100=3*(y-100) \n" ); document.write( "y+600-100=3*(y-100) \n" ); document.write( "y+500=3y-300 \n" ); document.write( "800=2y \n" ); document.write( "y=400 \n" ); document.write( "x=1000 \n" ); document.write( "check \n" ); document.write( "900=3*300 \n" ); document.write( "ok \n" ); document.write( " |