document.write( "Question 331900: Distance word problem\r
\n" ); document.write( "\n" ); document.write( "When Fritz drives to work, his trip takes 36 minutes. On days when he takes the train to work, his trip is only 20 minutes. What is the distance of Fritz's trip is the train travels 32 miles per hour faster than driving?
\n" ); document.write( "

Algebra.Com's Answer #237902 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
let driving speed =x
\n" ); document.write( "train speed = x+32
\n" ); document.write( "..
\n" ); document.write( "time by drive = 36 minutes . 36/60 hours=3/5 hours
\n" ); document.write( "time by train = 20 minutes. 20/60 hours = 1/3 hours
\n" ); document.write( "..
\n" ); document.write( "the distance is the same to his work place
\n" ); document.write( "..
\n" ); document.write( "distance = speed * time
\n" ); document.write( "3x/5 = 1/3 *(x+32)
\n" ); document.write( "3*3x=5*(x+32)
\n" ); document.write( "9x=5x+160
\n" ); document.write( "add -5x
\n" ); document.write( "9x-5x=5x-5x+160
\n" ); document.write( "4x= 160
\n" ); document.write( "divide by 4
\n" ); document.write( "x=40 miles.
\n" ); document.write( "
\n" ); document.write( "
\n" );