document.write( "Question 406681: One pump can fill a tank with oil in 10 hours. together with a second pump, it can fill the tank in 6 hours. how long will it take the second peump to fill the tank if it is used alone?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #286897 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! One pump can fill a tank with oil in 10 hours. together with a second pump, it can fill the tank in 6 hours. how long will it take the second peump to fill the tank if it is used alone? \n" ); document.write( ". \n" ); document.write( "Let x = time (hrs) it takes second pump to fill alone \n" ); document.write( "then \n" ); document.write( "6(1/10 + 1/x) = 1 \n" ); document.write( "multiplying both sides by 10x: \n" ); document.write( "6(x + 10) = 10x \n" ); document.write( "6x + 60 = 10x \n" ); document.write( "60 = 4x \n" ); document.write( "15 hours = x \n" ); document.write( " \n" ); document.write( " |