document.write( "Question 85236: Problem:
\n" );
document.write( "Working together, pipe I and Pipe II can fill a tank in 12 hours. Pipe I takes twice as long as pipe II to fill the tank. How long would it take for pipe II, working by itself, to fill the tank.\r
\n" );
document.write( "\n" );
document.write( "solution: Suppose pipe II takes x hours,
\n" );
document.write( " then pipe I takes 2X hours.\r
\n" );
document.write( "\n" );
document.write( " together they take 12 hours.
\n" );
document.write( " so x + 2x = 12hours
\n" );
document.write( " 3x = 12
\n" );
document.write( " x = 4\r
\n" );
document.write( "\n" );
document.write( "But I was told that my problem is wrong... and it is to solved using the formulae: work done = rate * time.\r
\n" );
document.write( "\n" );
document.write( "I got this problem in my exam so i do not have the ISBN.
\n" );
document.write( "Plz help me find answer for this\r
\n" );
document.write( "\n" );
document.write( "Thanking u in advance..\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61423 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Working together, pipe I and Pipe II can fill a tank in 12 hours. Pipe I takes twice as long as pipe II to fill the tank. How long would it take for pipe II, working by itself, to fill the tank. \n" ); document.write( "------------- \n" ); document.write( "You do the problem with rates, not with hours. \n" ); document.write( "-------------- \n" ); document.write( "Pipes together DATA: \n" ); document.write( "Time = 12 hr./job ; Rate = 1/12 job/hr \n" ); document.write( "-------------------- \n" ); document.write( "Pipe II DATA: \n" ); document.write( "Time = x hrs./job ; Rate = 1/x job/hr \n" ); document.write( "---------------------- \n" ); document.write( "Pipe I DATA: \n" ); document.write( "Time = 2x hrs./jog ; Rate = 1/2x job/hr \n" ); document.write( "----------------- \n" ); document.write( "EQUATION: \n" ); document.write( "rate + rate = together rate \n" ); document.write( "1/x + 1/2x = 1/12 \n" ); document.write( "Multiply thru by 12x to get: \n" ); document.write( "12 + 6 = x \n" ); document.write( "x=18 hrs (time it would take Pipe II to do the job) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |