document.write( "Question 1019704: Two grain-collecting machines can collect all the grain from a field 9 days faster than if the first one was doing it alone and 4 days faster than if the second one was working alone. How long does it take each grain-collecting machine to collect all the grain by itself? \n" ); document.write( "
Algebra.Com's Answer #635691 by ikleyn(52911)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Two grain-collecting machines can collect all the grain from a field 9 days faster than if the first one was doing it alone,
\n" ); document.write( "and 4 days faster than if the second one was working alone. How long does it take each grain-collecting machine
\n" ); document.write( "to collect all the grain by itself?
\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let f be the number of days for the first  grain-collecting machines to collect all the grain from a field, if it works alone.\r\n" );
document.write( "\r\n" );
document.write( "Let s be the number of days for the second grain-collecting machines to collect all the grain from a field, if it works alone.\r\n" );
document.write( "\r\n" );
document.write( "Then  the rate of the first  machine is \"1%2Ff\" of the \"field-per-day\", \r\n" );
document.write( "while the rate of the second machine is \"1%2Fs\" of the \"field-per-day\".\r\n" );
document.write( "When both machines work simultaneously, their combined rate is \"1%2Ff+%2B+1%2Fs\" of the \"field-per-day\".\r\n" );
document.write( "Hence, two machines working together can can collect all the grain from the field in \"1%2F%281%2Ff+%2B+1%2Fs%29\" days.\r\n" );
document.write( "Therefore, from the first part of the condition you have this equation:\r\n" );
document.write( "f - \"1%2F%281%2Ff+%2B+1%2Fs%29\" = 9.   (1)\r\n" );
document.write( "\r\n" );
document.write( "From the second part of the condition you have this equation:\r\n" );
document.write( "s - \"1%2F%281%2Ff+%2B+1%2Fs%29\" = 4.   (2)\r\n" );
document.write( "\r\n" );
document.write( "Thus you have the system of two non-linear equations (1) and (2). \r\n" );
document.write( "Do not be scared: still there is a way to solve it.\r\n" );
document.write( "\r\n" );
document.write( "Distract equation (2) (both sides) from equation (1). You will get\r\n" );
document.write( "\r\n" );
document.write( "f - s = 5,   or   f = s + 5.   (3)\r\n" );
document.write( "\r\n" );
document.write( "Now substitute the expression  f = s + 5  from (3) into equation (1). You will get a single equation for the unknown s:\r\n" );
document.write( "\r\n" );
document.write( "(s+5) - \"1%2F%281%2F%28s%2B5%29+%2B+1%2Fs%29\" = 9.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve it, step by step:\r\n" );
document.write( "\r\n" );
document.write( "(s+5) - \"1%2F%28s%2F%28s%2A%28s%2B5%29%29+%2B+%28s%2B5%29%2F%28s%2A%28s%2B5%29%29%29%29\" = 9,  --->  s+5 - \"%28s%2A%28s%2B5%29%29%2F%282s%2B5%29\" = 9,  --->  . . .  --->  \"s%5E2+-+8s+-+20\" = \"0\".\r\n" );
document.write( "\r\n" );
document.write( "To solve the last quadratic equation, factor it: \"s%5E2+-+8s+-+20\" = (s-10)*(s+2),\r\n" );
document.write( "and you will get the unique solution to the problem  s = 10.  (The other root is negative and, therefore, doesn't suit).\r\n" );
document.write( "\r\n" );
document.write( "Answer. It will take 10 days for the second machine to complete the job working alone.\r\n" );
document.write( "        It will take 15 = 10+5 days for the first  machine to complete the job working alone.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );