document.write( "Question 1163254: The driving distance between Boston and NYC is 220 miles. At 10:00am, Alecia starts out driving from Boston to NYC and drives at an average speed of 70MPH. At 11:00am that same day, Burt starts out driving from NYC to Boston on the same route (opposite direction) and he drives at an average speed of 65MPH. Assuming neither makes any stops along the way: 1) at what time will they pass one another; and 2) how far will each have driven at that point? \n" ); document.write( "
Algebra.Com's Answer #787280 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Part 1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "t = number of hours Alecia has been driving
\n" ); document.write( "t - 1 = number of hours Burt has been driving (he starts 1 hour later, so he has been driving 1 hour less)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using the formula
\n" ); document.write( "distance = rate*time
\n" ); document.write( "we can form the expression 70t to represent how far (in miles) Alecia has driven after t hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Burt's distance expression is 65(t-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The two distance expressions must add to 220 in order for the two drivers to meet
\n" ); document.write( "70t + 65(t-1) = 220
\n" ); document.write( "70t + 65t-65 = 220
\n" ); document.write( "135t-65 = 220
\n" ); document.write( "135t = 220+65
\n" ); document.write( "135t = 285
\n" ); document.write( "t = 285/135
\n" ); document.write( "t = 2.1111111 approximately (the 1's repeat forever)
\n" ); document.write( "Multiply this with 3600 to get
\n" ); document.write( "2.1111111*3600 = 7599.99996 and that rounds to 7600
\n" ); document.write( "The rounding error occurs because the calculator can only hold so much data.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, 7600 seconds have elapsed from the time Alecia started driving to the point where the two drivers meet.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Convert from pure seconds to hours,minutes,seconds format
\n" ); document.write( "7600 seconds = 7560 seconds + 40 seconds
\n" ); document.write( "7600 seconds = (7560/60) minutes + 40 seconds
\n" ); document.write( "7600 seconds = 126 minutes + 40 seconds
\n" ); document.write( "7600 seconds = 120 minutes + 6 minutes + 40 seconds
\n" ); document.write( "7600 seconds = (120/60) hours + 6 minutes + 40 seconds
\n" ); document.write( "7600 seconds = 2 hours + 6 minutes + 40 seconds
\n" ); document.write( "7600 seconds = 2 hours, 6 minutes, 40 seconds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "They will meet 2 hours, 6 minutes, 40 seconds after 10:00 AM\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Perform clock arithmetic to get
\n" ); document.write( "10:00:00 + 02:06:40 = (10+2):(0+6):(0+40)
\n" ); document.write( "10:00:00 + 02:06:40 = 12:06:40\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Starting at 10:00 AM, and fast forwarding the duration of time found above, we arrive at 12:06:40 PM. This is the time when the two drivers meet.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer = 12:06:40 PM\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==========================================================
\n" ); document.write( "Part 2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Use the t value found back in part 1) to get
\n" ); document.write( "A = Alecia's distance traveled
\n" ); document.write( "A = 70*t
\n" ); document.write( "A = 70*2.11111111111111
\n" ); document.write( "A = 147.777777777778 miles approximately\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "and
\n" ); document.write( "B = Burt's distance traveled
\n" ); document.write( "B = 65(t-1)
\n" ); document.write( "B = 65(2.11111111111111-1)
\n" ); document.write( "B = 72.222222222222 miles approximately\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note how
\n" ); document.write( "A+B = 147.777777777778+72.222222222222 = 220
\n" ); document.write( "to help confirm we have the proper t value\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: Alecia has driven about 147.777777777778 miles while Burt has driven about 72.222222222222 miles\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );