document.write( "Question 755383: Peter drives from his home to the store at an average speed of 40 miles per hour. He returns home along the same route at an average speed of 60 miles per hour. What is his average speed in miles per hour for the entire trip? \n" ); document.write( "
Algebra.Com's Answer #459633 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Peter drives from his home to the store at an average speed of 40 miles per hour.
\n" ); document.write( "He returns home along the same route at an average speed of 60 miles per hour.
\n" ); document.write( " What is his average speed in miles per hour for the entire trip?
\n" ); document.write( ":
\n" ); document.write( "let a = his average speed for the round trip
\n" ); document.write( "let d = the one way distance
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "Go time + return time = total time
\n" ); document.write( "\"d%2F40\" + \"d%2F60\" = \"%282d%29%2Fa\"
\n" ); document.write( "We can get rid of the denominators by mult by 120a, resulting in
\n" ); document.write( "3ad + 2ad = 120(2d)
\n" ); document.write( "5ad = 240d
\n" ); document.write( "divide both sides by d
\n" ); document.write( "5a = 240
\n" ); document.write( "a = 240/5
\n" ); document.write( "a = 48 mph is the av speed for the round trip
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "We can confirm this solution, assume one way is 60 mi, then we have
\n" ); document.write( "\"60%2F40\" + \"6%2F60\" = \"%28120%29%2F48\"
\n" ); document.write( "do the math
\n" ); document.write( "1.5 + 1 = 2.5
\n" ); document.write( "
\n" );