document.write( "Question 666473: Alberto made a trip to his friends house and back. The trip there took three hours and the trip back took four hours. He averaged 9.8 mph faster on the trip there than on the return trip. Find Alberto's average speed on the outbound trip. \n" ); document.write( "
Algebra.Com's Answer #414533 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the speed on return be x mph : time = 4 hours\r
\n" ); document.write( "\n" ); document.write( "speed going there = x+9.8 mph : Time = 3 hours\r
\n" ); document.write( "\n" ); document.write( "Distance is the same forward and return\r
\n" ); document.write( "\n" ); document.write( "d=rt\r
\n" ); document.write( "\n" ); document.write( "4x= 3(x+9.8)\r
\n" ); document.write( "\n" ); document.write( "4x= 3x+29.4 \r
\n" ); document.write( "\n" ); document.write( "x= 29.4 mph
\n" ); document.write( "
\n" );