document.write( "Question 213793: an adult sets out from home to pick up their child from school, and walks at a pace that will take 10 minutes to get to the school. At exactly the same time,the child leaves school to walk home at a pace that will take 20 minutes to get home. After how long will they meet? How would you justify your solution to the child? \n" ); document.write( "
Algebra.Com's Answer #161529 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
an adult sets out from home to pick up their child from school,
\n" ); document.write( " and walks at a pace that will take 10 minutes to get to the school.
\n" ); document.write( " At exactly the same time,the child leaves school to walk home at a pace that
\n" ); document.write( " will take 20 minutes to get home.
\n" ); document.write( "After how long will they meet?
\n" ); document.write( ";
\n" ); document.write( "Let t = time interval when they walk towards each other
\n" ); document.write( ":
\n" ); document.write( "From the information given, we can say the adult walks twice as fast as the child
\n" ); document.write( "Let s = walking speed of the child
\n" ); document.write( "then
\n" ); document.write( "2s = walking speed of the adult
\n" ); document.write( "and
\n" ); document.write( "3s = their relative speed walking towards each other
\n" ); document.write( ":
\n" ); document.write( "Write a dist equation Dist = speed * time
\n" ); document.write( ":
\n" ); document.write( "Combined dist = child walking 20 min to home
\n" ); document.write( "3s(t) = 20s
\n" ); document.write( "divide both sides by s
\n" ); document.write( "3t = 20
\n" ); document.write( "t = \"20%2F3\"
\n" ); document.write( "t = 6\"2%2F3\" min
\n" ); document.write( "or
\n" ); document.write( "Combined dist = adult walking 10 min
\n" ); document.write( "3s(t) = 10(2s)
\n" ); document.write( "3s(t) = 20t
\n" ); document.write( "divide both sides by s
\n" ); document.write( "3t = 20
\n" ); document.write( "t = \"20%2F3\"
\n" ); document.write( "t = 6\"2%2F3\" min
\n" ); document.write( ":
\n" ); document.write( " How would you justify your solution to the child?
\n" ); document.write( ":
\n" ); document.write( "You can say since I walk twice as fast as you do, I will cover twice the
\n" ); document.write( "distance.
\n" ); document.write( "therefore
\n" ); document.write( "in 6\"2%2F3\" min, child covers \"1%2F3\" the dist
\n" ); document.write( "and
\n" ); document.write( "in 6\"2%2F3\" min, adult covers \"2%2F3\" the dist (twice as fast)
\n" ); document.write( "
\n" );