document.write( "Question 348479: A car is making a 12 mile trip. It travels the first 6 miles at 30 miles per hour and the last 6 miles at 60 miles per hour. What is the car's average speed for the entire trip? \n" ); document.write( "
Algebra.Com's Answer #249150 by tuasoo(1)\"\" \"About 
You can put this solution on YOUR website!
Time taken to travel first 6 miles = 6/30 hr = 0.2 hr
\n" ); document.write( "Time taken to travel last 6 miles = 6/60 hr = 0.1 hr
\n" ); document.write( "Total time taken to travel the 12 miles trip = 0.3 hr
\n" ); document.write( "Therefore, the car's average speed for the entire trip = 12/0.3 mph = 40 mph.
\n" ); document.write( "
\n" );