document.write( "Question 376475: It takes Joe 12 hours to paint a fence, but Bob can do the job in 9 hours. How long does Joe work by himself before being joined by Sam if they finish the job working 3 hours together?\r
\n" );
document.write( "\n" );
document.write( "I've tried setting up a system of equations, but am not having much luck. I think that the first equation is x/12 + y/9 = 1, with x being the number of hours Joe works and y the number of hours Bob works, but I can't figure out the second equation. \n" );
document.write( "
Algebra.Com's Answer #267841 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! It takes Joe 12 hours to paint a fence, but Bob can do the job in 9 hours. \n" ); document.write( " How long does Joe work by himself before being joined by Sam if they finish the job working 3 hours together? \n" ); document.write( ": \n" ); document.write( "We can do it with one equation, but I'm going to ignore Sam's contribution here \n" ); document.write( ": \n" ); document.write( "Let t = time Joe worked by himself \n" ); document.write( "and \n" ); document.write( "Bob works 3 hrs \n" ); document.write( "and \n" ); document.write( "(t+3) = total time Joe worked \n" ); document.write( ": \n" ); document.write( "Let the completed job = 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Multiply by 36, results: \n" ); document.write( "3(t+3) + 4(3) = 36 \n" ); document.write( "3t + 9 + 12 = 36 \n" ); document.write( "3t + 21 = 36 \n" ); document.write( "3t = 36 - 21 \n" ); document.write( "3t = 15 \n" ); document.write( "t = \n" ); document.write( "t = 5 hrs Joe works by himself \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Let's see if that is true (Joe works 8 hrs total), \n" ); document.write( "8/12 + 1/3 = 1 \n" ); document.write( " |