document.write( "Question 672824: A and B do a work together in five days If A do the work with double speed and B with half the speed then they do the work in 4 days together find A alone do the work in how much time. \n" ); document.write( "
Algebra.Com's Answer #418383 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
A and B do a work together in five days If A do the work with double speed and B with half the speed then they do the work in 4 days together find A alone do the work in how much time.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Here's a slightly different approach, where we add their rates in\r\n" );
document.write( "jobs per day working alone to get their combined rate working together. \r\n" );
document.write( "We let x = A's time in days working alone and y = B's time in days\r\n" );
document.write( "working alone.  In each case 1 job is done.  Double speed means half\r\n" );
document.write( "the time and half speed means twice the time.  We get the rates in\r\n" );
document.write( "jobs per day by dividing jobs by days: \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "                                      Jobs       Time    Rate in  \r\n" );
document.write( "                                      done     in days   Jobs/day\r\n" );
document.write( "A working alone at regular speed        1          x        1/x\r\n" );
document.write( "B working alone at regular speed        1          y        1/y\r\n" );
document.write( "A working alone at double speed         1         x/2       1/(x/2) = 2/x\r\n" );
document.write( "B working alone at half-speed           1         2y        1/(2y)\r\n" );
document.write( "A&B together at regular speed           1          5        1/5   \r\n" );
document.write( "A at double speed & B at half speed     1          4        1/4\r\n" );
document.write( "\r\n" );
document.write( " The two equations come from\r\n" );
document.write( "\r\n" );
document.write( "              +  = \r\n" );
document.write( "\r\n" );
document.write( "                       \"1%2Fx\" + \"1%2Fy\" = \"1%2F5\"\r\n" );
document.write( "\r\n" );
document.write( "and \r\n" );
document.write( "\r\n" );
document.write( "               +  =     \r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "                       \"2x\" + \"1%2F%282y%29\" = \"1%2F5\"\r\n" );
document.write( "\r\n" );
document.write( "The system is:\r\n" );
document.write( "\r\n" );
document.write( "                       \"1%2Fx\" + \"1%2Fy\" = \"1%2F5\"\r\n" );
document.write( "                       \"2%2Fx\" + \"1%2F%282y%29\" = \"1%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "A slightly different way of dealing with systems with the variables\r\n" );
document.write( "in the denominators is to eliminate WITHOUT clearing of fractions to\r\n" );
document.write( "avoid getting xy terms (or ab terms in the other tutor's solution).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Multiply the first equation by -2\r\n" );
document.write( "\r\n" );
document.write( "                       \"-2%2Fx\" - \"2%2Fy\" = \"-2%2F5\"\r\n" );
document.write( "                       \"2%2Fx\" + \"1%2F%282y%29\" = \"1%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "Add the equations and get:\r\n" );
document.write( "\r\n" );
document.write( "                       \"-2%2Fy\" + \"1%2F%282y%29\"  = \"-2%2F5\" + \"1%2F4\"           \r\n" );
document.write( "\r\n" );
document.write( "Now we clear of fractions.  Multiply through by 20y\r\n" );
document.write( "                       \r\n" );
document.write( "                       -40 + 10 = -8y + 5y\r\n" );
document.write( "                            -30 = -3y\r\n" );
document.write( "                             10 = y\r\n" );
document.write( "\r\n" );
document.write( "Substitute in\r\n" );
document.write( "\r\n" );
document.write( "                       \"1%2Fx\" + \"1%2Fy\" = \"1%2F5\"\r\n" );
document.write( "                       \"1%2Fx\" + \"1%2F10\" = \"1%2F5\" \r\n" );
document.write( "\r\n" );
document.write( "Multiply through by 10x\r\n" );
document.write( "\r\n" );
document.write( "                         10 + x = 2x\r\n" );
document.write( "                             10 = x     \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So it takes them each 10 days working alone.\r\n" );
document.write( "\r\n" );
document.write( "When the variables are in the denominators it's better to\r\n" );
document.write( "eliminate WITHOUT clearing of fractions, and wait till\r\n" );
document.write( "after eliminating to clear of fractions:\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );