document.write( "Question 1122907: when a b and c work together they finish installing a garden in 3 days. The job could be completed if A worked 4 days alone and 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 garden?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #739085 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let \"a\" be the rate of work of A;\r\n" ); document.write( " \"b\" ---------- ''--------- B:, and\r\n" ); document.write( " \"c\" ---------- ''--------- C.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then from the condition, you have these three equations for 3 unknowns\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "3a + 3b + 3c = 1, (1)\r\n" ); document.write( "\r\n" ); document.write( "4a + 10c = 1, (2)\r\n" ); document.write( "\r\n" ); document.write( " 5b + 3c = 1. (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The setup is done, which is the key step in the solution.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Now you can use any method to solve the system. For example, you can express \"a\" via \"c\" from (2) and express \"b\" via \"c\" from (3), \r\n" ); document.write( "and then substitute it into eq(1) to find \"c\".\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "As soon as you find \"c\", you will be able to find each \"a\" and \"b\" separately from eq(2) and eq(3) respectively.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Answer. a =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |