document.write( "Question 30487: Could you tell me if I've presented this in the right way:
\n" );
document.write( "Next-door neighbors Bob and Jim use hoses from both houses to fill Bob's swimming pool. They know it takes 18 hours using both hoses. They also know that Bob's hose, used alone, takes 20% less time than Jim's hose alone. How much time is required to fill the pool by each hose alone?\r
\n" );
document.write( "\n" );
document.write( "let x = the faster hose
\n" );
document.write( "let .8x = the slower hose (80% capacity)
\n" );
document.write( "then
\n" );
document.write( "x+ .8x = 18
\n" );
document.write( "1.8x = 18
\n" );
document.write( "x = 10 hours for the faster hose
\n" );
document.write( ".8(10) 8 hours for the slower hose
\n" );
document.write( "= 18 total hours for both.\r
\n" );
document.write( "\n" );
document.write( "Thanks for all your help!! \n" );
document.write( "
Algebra.Com's Answer #17235 by mbarugel(146)![]() ![]() ![]() You can put this solution on YOUR website! Hello! \n" ); document.write( "There's a mistake in your solution. You know that it takes 18 hours using both hoses at the same time, but this is more time than what you found for each hose separately. If 2 hoses at the same time filled the pool in 18 hours, then each of them on their own should take MORE than 18 hours instead of 8 or 10. Here's how to solve this.\r \n" ); document.write( "\n" ); document.write( "Let's call X to the number of hours it takes for the \"slow\" hose to fill the pool on its own. Therefore, the \"fast\" hose takes 0.8X hours to fill the pool on its own. Notice that this implies the following:\r \n" ); document.write( "\n" ); document.write( "- The slow hose fills a fraction 1/X of the pool per hour (for example, if it takes 10 hours to fill the pool, it fills 1/10 of the pool per hour)\r \n" ); document.write( "\n" ); document.write( "- The fast hose filles a fraction 1/(0.8X) of the pool per hour.\r \n" ); document.write( "\n" ); document.write( "- Therefore, the two hoses at the same time fill a fraction \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And now it's just a matter of isolating X from this equation:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the slow hose takes 40.5 hours on its own to fill the pool. The fast hose takes 0.8*40.5 = 32.4 hours.\r \n" ); document.write( "\n" ); document.write( "I hope this helps!\r \n" ); document.write( "\n" ); document.write( "Get more answers at Online Math Answers.com! \n" ); document.write( " |