document.write( "Question 334008: Duane drove at a steady speed for 4 hours on the turnpike. He then slowd his traveling speed by 12 miles per hour for traveling on secondary roads. The entire trip took 7 hours and covered 398 miles. What was his speed on the turnpike? \n" ); document.write( "
Algebra.Com's Answer #239359 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let speed on turnpike be x mph
\n" ); document.write( "distance traveled = 4x
\n" ); document.write( "..
\n" ); document.write( "speed on secondary road = x-12
\n" ); document.write( "distance traveled = 398-4x
\n" ); document.write( "..
\n" ); document.write( "time = 398-4x / x-12
\n" ); document.write( "..
\n" ); document.write( "398-4x / x-12 + 4 = 7
\n" ); document.write( "398-4x / x-12 = 3
\n" ); document.write( "3(x-12) = 398-4x
\n" ); document.write( "3x-36= 398- 4x
\n" ); document.write( "7x = 398 +36
\n" ); document.write( "7x=434
\n" ); document.write( "x= 62 mph on turnpike
\n" ); document.write( "
\n" );