document.write( "Question 400724: My father-in-law used to have a garden in our backyard. We worried about him weeding the whole garden by himself so we usually sent one of our children out to help. Now, if my son worked on the garden by himself it would take him 4 hours longer to weed the garden than his grandfather took. However, if he worked with my father-in-law, he worked twice as fast. Develop a formula for how long it took for both of them to weed the whole garden working together. Simplify/reduce to lowest terms.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #283725 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
if my son worked on the garden by himself it would take him 4 hours longer to
\n" ); document.write( " weed the garden than his grandfather took.
\n" ); document.write( " However, if he worked with my father-in-law, he worked twice as fast.
\n" ); document.write( " Develop a formula for how long it took for both of them to weed the whole garden working together.
\n" ); document.write( " Simplify/reduce to lowest terms.
\n" ); document.write( ":
\n" ); document.write( "let s = time required by son by himself
\n" ); document.write( "then
\n" ); document.write( "(s-4) = time required by grandpa by himself
\n" ); document.write( "and
\n" ); document.write( ".5s = son if he works with grandpa (he works twice as fast, it says)
\n" ); document.write( ":
\n" ); document.write( "Let the completed job = 1; (a weed-free garden)
\n" ); document.write( ":
\n" ); document.write( "Let t = time when they work together
\n" ); document.write( ":
\n" ); document.write( "\"t%2F%28.5s%29\" + \"t%2F%28%28s-4%29%29\" = 1
\n" ); document.write( "multiply by .5s(s-4)
\n" ); document.write( "t(s-4) + .5s(t) = .5s(s-4)
\n" ); document.write( "st - 4t + .5st = .5s^2 - 2s
\n" ); document.write( "1.5st - 4t = .5s^2 - 2s
\n" ); document.write( "Factor out t
\n" ); document.write( "t(1.5s - 4) = .5s^2 - 2s
\n" ); document.write( "t = \"%28%28.5s%5E2-2s%29%29%2F%28%281.5s-4%29%29\"
\n" ); document.write( "where
\n" ); document.write( "t = time working together
\n" ); document.write( "s = son working alone
\n" ); document.write( "
\n" ); document.write( "
\n" );