document.write( "Question 1018701: a car travels for a total of 11 hours. the car averages 75 miles per hour for w hours and averages 60 miles per hour for the rest of the trip. express the total distance traveled by the car in terms of w \n" ); document.write( "
Algebra.Com's Answer #634810 by Alan3354(69443) You can put this solution on YOUR website! a car travels for a total of 11 hours. the car averages 75 miles per hour for w hours and averages 60 miles per hour for the rest of the trip. express the total distance traveled by the car in terms of w \n" ); document.write( "--------------- \n" ); document.write( "d = 75*w + 60*(11-w) \n" ); document.write( "d = 15w + 660 miles \n" ); document.write( " |