document.write( "Question 721576: Solve the problem.
\n" );
document.write( "two pipes can fill a large tank in 10 hours. One of the pipes, used alone, takes 15 hours longer than the other to fill the tank. How long would each pipe take to fill the tank alone?\r
\n" );
document.write( "\n" );
document.write( "A) 10 hours for one
\n" );
document.write( " 20 hours for the other\r
\n" );
document.write( "\n" );
document.write( "B) 15 hours for one
\n" );
document.write( " 25 hours for the other\r
\n" );
document.write( "\n" );
document.write( "c) 15 hours for one
\n" );
document.write( " 30 hours for the other\r
\n" );
document.write( "\n" );
document.write( "d) 12.5 hours for one
\n" );
document.write( " 25 hours for the other\r
\n" );
document.write( "\n" );
document.write( "E) 25 hours for one
\n" );
document.write( " 50 hours for the other \n" );
document.write( "
Algebra.Com's Answer #442438 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! two pipes can fill a large tank in 10 hours. One of the pipes, used alone, takes 15 hours longer than the other to fill the tank. How long would each pipe take to fill the tank alone? \n" ); document.write( "*** \n" ); document.write( "let x=hours the first pipe takes to fill the tank \n" ); document.write( "Its rate=1/x \n" ); document.write( "x+15=hours the second takes to fill the tank \n" ); document.write( "Its rate=1/(x+15) \n" ); document.write( "1/10=rate of both pipes working together \n" ); document.write( "sum of individual rates = rate working together \n" ); document.write( ".. \n" ); document.write( "1/x+1/(x+15)=1/10 \n" ); document.write( "LCD: x(x+15) \n" ); document.write( "x+15+x=x(x+15)/10 \n" ); document.write( "2x+15=(x^2+15x)/10 \n" ); document.write( "20x+150=x^2+15x \n" ); document.write( "x^2-5x-150=0 \n" ); document.write( "(x-15)(x+10)=0 \n" ); document.write( "x=-10(reject) \n" ); document.write( "x=15 \n" ); document.write( "x+15=30 \n" ); document.write( "hours the first pipe takes to fill the tank=15 \n" ); document.write( "hours the second pipe takes to fill the tank=30 \n" ); document.write( "answer is c) \n" ); document.write( " \n" ); document.write( " |