document.write( "Question 761988: A car travels at 50 miles per hour for 3/4 hour, then at 40 miles per hour for the next 3/4 hour. What was the speed for the trip? \r
\n" );
document.write( "\n" );
document.write( "Show work. \n" );
document.write( "
Algebra.Com's Answer #463627 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A car travels at 50 miles per hour for 3/4 hour, then at 40 miles per hour for the next 3/4 hour. What was the speed for the trip? \n" ); document.write( "------------- \n" ); document.write( "d = r*t \n" ); document.write( "r = d/t \n" ); document.write( "--- \n" ); document.write( "d = 50*(3/4) + 40*(3/4) \n" ); document.write( "t = 1.5 hours \n" ); document.write( " \n" ); document.write( " |