document.write( "Question 1184361: Jack, Kay, and Lynn deliver advertising flyers in a small town. If each person works alone, it takes Jack 2 hours to deliver all the flyers, and it takes Lynn 5 hours longer than Kay. Working together, they can deliver all the flyers in 60% of the time it takes Kay working alone. How long does it take Kay to deliver all the flyers alone? \n" ); document.write( "
Algebra.Com's Answer #815024 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jack, Kay, and Lynn deliver advertising flyers in a small town. \n" ); document.write( " If each person works alone, it takes Jack 2 hours to deliver all the flyers, and it takes Lynn 5 hours longer than Kay. \n" ); document.write( " Working together, they can deliver all the flyers in 60% of the time it takes Kay working alone. \n" ); document.write( " How long does it take Kay to deliver all the flyers alone? \n" ); document.write( ": \n" ); document.write( "let x = time required by K working alone \n" ); document.write( "then \n" ); document.write( ".6x = time required all working together \n" ); document.write( "and \n" ); document.write( "(x+5) = time required by Lynn alone \n" ); document.write( "also \n" ); document.write( " 2 hrs = Jack's time alone \n" ); document.write( ": \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( "jack + Kay + Lynn = completed job \n" ); document.write( " \n" ); document.write( "multiply by 2x(x+5) \n" ); document.write( ".6x(x(x+5) + .6x(2(x+5) + .6x(2x) = 2x(x+5) \n" ); document.write( ".6x^2(x+5) + 1.2x(x+5) + 1.2x^2 = 2x^2 + 10x \n" ); document.write( "divide thru by x \n" ); document.write( ".6x(x+5) + 1.2(x+5) + 1.2x = 2x + 10 \n" ); document.write( ".6x^2 + 3x + 1.2x + 6 + 1.2x - 2x = 10 \n" ); document.write( ".6x^2 + 3.4x = 10 - 6 \n" ); document.write( "A quadratic equation \n" ); document.write( ".6x^2 + 3.4x - 4 = \n" ); document.write( ": \n" ); document.write( "Using the quadratic formula a=.6, b=3.4, b=-4 \n" ); document.write( "x=1 is the positive solution \n" ); document.write( "Kay works 1 hr alone to complete the job \n" ); document.write( " |