document.write( "Question 1197748: When A,B and C work together, they can finish
\n" ); document.write( "installing the garden in 3 days. The job could be
\n" ); document.write( "completed of A worked 4 days alone and
\n" ); document.write( "C worked 10 days alone or if B worked 5 days alone and C worked 3 days alone. How many days would it take each worker alone to complete the garden?
\n" ); document.write( "

Algebra.Com's Answer #831145 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "When A,B and C work together, they can finish installing the garden in 3 days.
\n" ); document.write( "The job could be completed of A worked 4 days alone and C worked 10 days alone
\n" ); document.write( "or if B worked 5 days alone and C worked 3 days alone.
\n" ); document.write( "How many days would it take each worker alone to complete the garden?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let  \"a\"  be the A's rate of work, in job per day;\r\n" );
document.write( "\r\n" );
document.write( "     \"b\"  be the B's rate of work, in job per day;\r\n" );
document.write( "\r\n" );
document.write( "     \"c\"  be the C's rate of work, in job per day.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the condition, we have this system of 3 equations in 3 unknowns\r\n" );
document.write( "\r\n" );
document.write( "    a + b + c = \"1%2F3\",           (1)\r\n" );
document.write( "\r\n" );
document.write( "    4a + 10c = 1,             (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    5b +  3c = 1.             (3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve, express  a = \"%281-10c%29%2F4\"  from (2), and express  b = \"%281-3c%29%2F5\"  from (3).\r\n" );
document.write( "\r\n" );
document.write( "Substitute these expressions into equation (1).  You will exclude \"b\" and \"c\" from (1)\r\n" );
document.write( "and will get single equation for unknown \"c\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"%281-10c%29%2F4\" + \"%281-3c%29%2F5\" + c = \"1%2F3\".      (4)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply both sides by 60\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    15(1-10c) + 12*(1-3c) + 60c = 20\r\n" );
document.write( "\r\n" );
document.write( "    15 - 150c + 12 - 36c + 60c = 20\r\n" );
document.write( "\r\n" );
document.write( "    27 - 126c = 20\r\n" );
document.write( "\r\n" );
document.write( "    27 - 20 = 126c\r\n" );
document.write( "\r\n" );
document.write( "       7    = 126c\r\n" );
document.write( "\r\n" );
document.write( "       c    = \"7%2F126\" = \"1%2F18\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It means that C will complete the job in 18 days working alone.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now   a = \"%281-10%2F18%29%2F4\" = \"%28%288%2F18%29%29%2F4\" = \"2%2F18\" = \"1%2F9\";\r\n" );
document.write( "\r\n" );
document.write( "      b = \"%281-3%2F18%29%2F5\" = \"%28%2815%2F18%29%29%2F5\" = \"3%2F18\" = \"1%2F6\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  A can complete the job in 9 days working alone;\r\n" );
document.write( "\r\n" );
document.write( "         B can complete the job in 6 days working alone;\r\n" );
document.write( "\r\n" );
document.write( "         C can complete the job in 18 days working alone.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );