document.write( "Question 587628: Jerry works 3 hours faster than David. Together they complete 5 jobs in 18 hours. How long does it take Jerry alone?\r
\n" );
document.write( "\n" );
document.write( "jerry = x
\n" );
document.write( "dave = x+3\r
\n" );
document.write( "\n" );
document.write( "1/x * 18 + (1/x+3) * 18 = 5\r
\n" );
document.write( "\n" );
document.write( "I think....but it just doesn't work how I think it should. I appreciate your help. \n" );
document.write( "
Algebra.Com's Answer #374168 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jerry works 3 hours faster than David. Together they complete 5 jobs in 18 hours. How long does it take Jerry alone? \n" ); document.write( "** \n" ); document.write( "First, I will assume the work rates for David and Jerry are for one job. \n" ); document.write( "let x=hours for Jerry to complete one job alone \n" ); document.write( "5x=hours for Jerry to complete 5 jobs alone \n" ); document.write( "1/5x=work rate for Jerry to complete 5 jobs \n" ); document.write( ".. \n" ); document.write( "(x+3) hours for David to complete one job alone \n" ); document.write( "5(x+3) hours for David to complete 5 jobs alone \n" ); document.write( "1/5(x+3)=work rate for David \n" ); document.write( ".. \n" ); document.write( "It took18 hours to complete 5 jobs (100%) \n" ); document.write( "18/5x+18/5(x+3)=1 \n" ); document.write( "LCD:5x*5(x+3) \n" ); document.write( "18*5(x+3)+18*5x=5x*5(x+3) \n" ); document.write( "90x+270+90x=25x^2+75x \n" ); document.write( "25x^2-105x-270=0 \n" ); document.write( "divide by 5 \n" ); document.write( "5x^2-21x-54=0 \n" ); document.write( "(5x+9)(x-6)=0 \n" ); document.write( "5x+9=0 \n" ); document.write( "x=-9/5 (reject, x>0) \n" ); document.write( "x-6=0 \n" ); document.write( "x=6 \n" ); document.write( "Ans: \n" ); document.write( "hours for Jerry to complete one job alone=6 hrs \n" ); document.write( "hours for Jerry to complete 5 jobs alone=5x=30 hrs \n" ); document.write( ".. \n" ); document.write( "Note:your set up correctly found the hours for Jerry to complete one job alone, but I see the problem better the way I set it up. \n" ); document.write( " |