document.write( "Question 1001290: it tom covered the first 200 miles of a trip going 50mph, and the last 100 miles going 40mph, what was the average speed? \n" ); document.write( "
Algebra.Com's Answer #618536 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 200+100= 300 Total trip was 300. \n" ); document.write( "200/300= 2/3 of his trip at 50mph \n" ); document.write( "100/300= 1/3 of his trip at 40mph \n" ); document.write( "2/3*50+1/3*40= 2/3*50/1+1/3*40/1 \n" ); document.write( "= (2*50)/3*1)+(1*40)/(3*1) \n" ); document.write( "= 100/3+40/3 \n" ); document.write( "= 33.333+13.333 \n" ); document.write( "= 46.667mph was his average speed. \n" ); document.write( " |