document.write( "Question 384732: A, B, and C can finish a job in 6 days. If B and C work together, the job will take 9 days; if A and C work together, the job will take 8 days. In how many days can each man working alone do the job? \n" ); document.write( "
Algebra.Com's Answer #275033 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Since we must solve for 3 unknowns, we must come up with 3 separate equations.\r
\n" ); document.write( "\n" ); document.write( "let x = number of hours A can complete the job alone.
\n" ); document.write( "let y = number of hours B can complete the job alone.
\n" ); document.write( "let z = number of hours C can complete the job alone.\r
\n" ); document.write( "\n" ); document.write( "A's rate =1/x
\n" ); document.write( "B's rate = 1/y
\n" ); document.write( "C's rate = 1/z\r
\n" ); document.write( "\n" ); document.write( "sum of individual hourly rates = hourly rate when individuals work together\r
\n" ); document.write( "\n" ); document.write( "1/x + 1/y +1/z =1/6
\n" ); document.write( "1/y + 1/z = 1/9
\n" ); document.write( "1/x +1/z = 1/8\r
\n" ); document.write( "\n" ); document.write( "1/y =1/9 -1/z
\n" ); document.write( "1/x =1/8-1/z\r
\n" ); document.write( "\n" ); document.write( "1/8-1/z +1/9-1/z+1/z=1/6
\n" ); document.write( "-1/z = 1/6 -1/8 -1/9
\n" ); document.write( "-1/z = 12/72 -9/72-8/72 =-5/72
\n" ); document.write( "1/z = 5/72 = 1/14.4
\n" ); document.write( "1/y = 8/72 -5/72 =3/72 =1/24
\n" ); document.write( "1/x = 9/72 -5/72 =4/72 =1/18\r
\n" ); document.write( "\n" ); document.write( "ans: A can do the job working alone in 18 hours
\n" ); document.write( " B can do the job working alone in 24 hours
\n" ); document.write( " C can do the job working alone in 14.4 hours
\n" ); document.write( "
\n" );