document.write( "Question 300150: It takes Jack 9 hours longer to paint the fence than Mike. Together, they can paint the fence in 20 hours. How long will it take each person to paint the fence?\r
\n" );
document.write( "\n" );
document.write( "I tried solving this as an inverse work-rate problem using \r
\n" );
document.write( "\n" );
document.write( "1/A + 1/B = 20 but I can't get it to work. \n" );
document.write( "
Algebra.Com's Answer #215441 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 20/x+20/(x+9)=1 \n" ); document.write( "The one means one job \n" ); document.write( "We are trying to find what fraction of the job Jack does and what fraction of the job Mike does. Together it has to add up to one whole job or 100% of the job \n" ); document.write( "20/x is how much Mike does in the4 20 hour job \n" ); document.write( "20/(x+9) is the part Jack does since he takes longer. \n" ); document.write( "jack can do it in x+9 hours and so he does 1/(x+9) in one hour. \n" ); document.write( "in 20/(x+9) he does his part of the 20 hour job\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so we multiply 20/x by (x+9)/(x+9) \n" ); document.write( "and we multiply 20/(x+9) by x/x \n" ); document.write( "(20*(x+9)+20x)/x*(x+9)=1 \n" ); document.write( "(40x+180)=x^2+9x \n" ); document.write( "0=x^2-31x-180 \n" ); document.write( "we want factors of -180 that add up to -31 \n" ); document.write( "-18 and 10 sum -8 \n" ); document.write( "-36 and 5 -31 \n" ); document.write( "ok \n" ); document.write( "(x-36)*(x+5)=0 \n" ); document.write( "x=36 and x=-5 \n" ); document.write( "reject negative \n" ); document.write( "x=36 \n" ); document.write( "20/36+20/45=1 \n" ); document.write( "5/9+4/9=1 \n" ); document.write( "jack take 45 hours alone and mike takes 36 alone \n" ); document.write( "and together they take 20 hours \n" ); document.write( "in 20 hours jack does 4/9 of the job and mike does 5/9 \n" ); document.write( " \n" ); document.write( " |