document.write( "Question 163705: Mary Baylor drove to work on Thursday at 40 miles per hour and arrived one minute late. She left at the same time on Friday, drove at 45 miles per hour, and arrived one minute early. How far does Ms. Baylor drive to work? \n" ); document.write( "
Algebra.Com's Answer #120604 by gonzo(654)\"\" \"About 
You can put this solution on YOUR website!
let t+1 = number of minutes it took to get to work at 40 miles per hour.
\n" ); document.write( "let t-1 = number of minutes it took to get to work at 45 miles per hour.
\n" ); document.write( "-----
\n" ); document.write( "(40 * (t+1))/60 = number of miles to work.
\n" ); document.write( "and
\n" ); document.write( "(45 * (t-1))/60 = number of miles to work.
\n" ); document.write( "-----
\n" ); document.write( "since the speed is in miles per hour, and the time is in minutes, either the time has to be translated to hours or the speed has to be translated to miles per minute, which is why i divided by 60. one of them had to be divided by 60 to make them consistent with each other.
\n" ); document.write( "-----
\n" ); document.write( "since the number of miles to work is the same, then
\n" ); document.write( "(40*(t+1))/60 = (45*(t-1))/60
\n" ); document.write( "multiplying both sides of the equation by 60 to remove the denominator and it becomes
\n" ); document.write( "40*(t+1) = 45*(t-1)
\n" ); document.write( "which becomes
\n" ); document.write( "40t + 40 = 45t - 45
\n" ); document.write( "subtracting 40t from both sides of the equation and adding 45 to both sides of the equation gets
\n" ); document.write( "40 + 45 = 45t - 40t
\n" ); document.write( "which becomes
\n" ); document.write( "85 = 5t
\n" ); document.write( "which becomes
\n" ); document.write( "t = 17
\n" ); document.write( "if t = 17, then
\n" ); document.write( "t-1 = 16
\n" ); document.write( "t+1 = 18
\n" ); document.write( "-----
\n" ); document.write( "substituting in the original equation gets
\n" ); document.write( "(40*18)/60 = number of miles to work = 720/60 = 12
\n" ); document.write( "(45*16)/60 = number of miles to work = 720/60 = 12
\n" ); document.write( "-----
\n" ); document.write( "she has to drive 12 miles to get to work.
\n" ); document.write( "
\n" ); document.write( "
\n" );