document.write( "Question 941459: bob drove from home to work at 50 miles per hour. After work traffic was heavier and he drove home at 45 miles per hour. His drive time to and from work wa 1 hour and 16 minutes. How far does bob live from work? solve \n" ); document.write( "
Algebra.Com's Answer #573886 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
bob drove from home to work at 50 miles per hour.
\n" ); document.write( " After work traffic was heavier and he drove home at 45 miles per hour.
\n" ); document.write( " His drive time to and from work was 1 hour and 16 minutes.
\n" ); document.write( " How far does bob live from work? solve
\n" ); document.write( ":
\n" ); document.write( "let d = the distance one-way to and from work
\n" ); document.write( "change 1 hr 16 min to hrs. 1 + 16/60 = 1.267 hrs
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( "\"d%2F50\" + \"d%2F45\" = 1.267
\n" ); document.write( "multiply equation by 450 to get rid of the denominators
\n" ); document.write( "450*\"d%2F50\" + 450*\"d%2F45\" = 1.267(450)
\n" ); document.write( "Cancel the denominators
\n" ); document.write( "9d + 10d = 570
\n" ); document.write( "19d = 570
\n" ); document.write( "d = 570/19
\n" ); document.write( "d = 30 miles to work
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Confirm this by finding the the actual time eahc way
\n" ); document.write( "30/50 = .6
\n" ); document.write( "30/45 = .667
\n" ); document.write( "----------------
\n" ); document.write( "total = 1.267
\n" ); document.write( "
\n" );