document.write( "Question 881503: Bill is biking across state. It takes 23 hours to complete the 213 mile ride. For the first leg he is pedaling downhill and is averaging the speed of 12 miles an hour. Upon reaching the second leg his speed is cut down to 3 miles an hour. How long did he spend biking downhill? \n" ); document.write( "
Algebra.Com's Answer #532287 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Bill is biking across state. It takes 23 hours to complete the 213 mile ride. For the first leg he is pedaling downhill and is averaging the speed of 12 miles an hour. Upon reaching the second leg his speed is cut down to 3 miles an hour. How long did he spend biking downhill? \n" ); document.write( "*** \n" ); document.write( "let x=time Bill spent biking downhill on the 1st leg of the trip \n" ); document.write( "23-x=time Bill spent on 2nd leg of the trip \n" ); document.write( "distance=speed*travel time \n" ); document.write( ".. \n" ); document.write( "12x+3(23-x)=213 \n" ); document.write( "12x+69-3x=213 \n" ); document.write( "9x=144 \n" ); document.write( "x=16 \n" ); document.write( "time Bill spent biking downhill=16 hrs \n" ); document.write( " |