document.write( "Question 157698: Two pumps of different sizes, working together, can empty a fuel tank in 5 hours. The larger pump can empty this tank in 4 hours less time than the smaller. If the larger pump is out of order, how long will it take the smaller one to do the job alone? \n" ); document.write( "
Algebra.Com's Answer #116204 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
not terribly sure because ran out of time but i think this is the answer.
\n" ); document.write( "let p1 = rate of the larger pump.
\n" ); document.write( "let p2 = rate of the smaller pump.
\n" ); document.write( "both pumps working for 5 hours can drain the tank.
\n" ); document.write( "so 5*p1 + 5*p2 = x where x is the amount of fuel in the tank.
\n" ); document.write( "which means p1 is pumping for 5 hours and p2 is pumping for 5 hours.
\n" ); document.write( "problem states that pump 1 can drain the tank by itself in 4 hours less than pump 2 can drain the tank by itself.
\n" ); document.write( "so p1 * (t-4) = x
\n" ); document.write( "and p2 * (t) = x
\n" ); document.write( "if they both work by themselves than they both can drain 2 * the tank.
\n" ); document.write( "so p1 * (t-4) + p2 * (t) = 2x = 10*p1 + 10*p2 since in 10 hours they can both drain the tank twice working together.
\n" ); document.write( "so, .....
\n" ); document.write( "p1 * (t-4) = 10 * p1
\n" ); document.write( "and p2 * (t) = 10 * p2
\n" ); document.write( "solving for p1 we get
\n" ); document.write( "p1 * t - 4 * p1 = 10 * p1
\n" ); document.write( "which becomes
\n" ); document.write( "p1 * t = 6 * p1
\n" ); document.write( "which becomes
\n" ); document.write( "t = 6
\n" ); document.write( "it takes p1 6 hours to drain the tank.
\n" ); document.write( "solving for p2 we get
\n" ); document.write( "p2 * t = 10 * p2
\n" ); document.write( "which becomes\r
\n" ); document.write( "\n" ); document.write( "t = 10
\n" ); document.write( "it takes p2 10 hours to drain the tank.
\n" ); document.write( "answer is it takes p2 10 hours to drain the tank.
\n" ); document.write( "p1 takes 6 hours which is 4 hours less so the equation looks sound.
\n" ); document.write( "
\n" ); document.write( "
\n" );