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 #267839 by nerdybill(7384)![]() ![]() 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. How long does Joe work by himself before being joined by Sam if they finish the job working 3 hours together? \n" ); document.write( "Let x = number of hours Joe works by himself \n" ); document.write( "then \n" ); document.write( "\"portion of work by Joe\" + \"work together\" = \"total job\" \n" ); document.write( "x/12 + 3(1/12 + 1/9) = 1 \n" ); document.write( "x/12 + (1/4 + 1/3) = 1 \n" ); document.write( "multiplying both sides by 12: \n" ); document.write( "x + (3 + 4) = 12 \n" ); document.write( "x + 7 = 12 \n" ); document.write( "x = 5 hours \n" ); document.write( " \n" ); document.write( " |