document.write( "Question 878693: Ted walked for 120 mins and biked for 90 mins. He bikes four times faster than he walks. If the total distance travels is 32 miles, then what was his walking speed in miles per hour? \n" ); document.write( "
Algebra.Com's Answer #530214 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Ted walked for 120 mins and biked for 90 mins. He bikes four times faster than he walks. If the total distance travels is 32 miles, then what was his walking speed in miles per hour? \n" ); document.write( "*** \n" ); document.write( "let x=walking speed \n" ); document.write( "4x=bike speed \n" ); document.write( "distance=travel time*speed \n" ); document.write( "120 min=2hrs \n" ); document.write( "90 min=1.5 hr \n" ); document.write( "... \n" ); document.write( "120x+90*4x=32 \n" ); document.write( "2x+1.5*4x=32 \n" ); document.write( "8x=32 \n" ); document.write( "x=4 \n" ); document.write( "walking speed in miles per hour? 4 \n" ); document.write( " \n" ); document.write( " |