document.write( "Question 75172: A child can get to school in 15 minutes if she rides her bike. It takes her 45 minutes if she walks. Her speed when walking is 10 km./hr. slower than her speed when riding. How far does she travel to school? \n" ); document.write( "
Algebra.Com's Answer #54009 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=her speed (rate) riding \n" ); document.write( "Then x-10=her speed (rate) walking\r \n" ); document.write( "\n" ); document.write( "distance(d)=rate(r) times time(t)or d=rt; r=d/t; t=d/r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We are told that time required to bike to school=15 min or 0.25 hr \n" ); document.write( "We are also told that time required to walk to school =45 min or 0.75 hr\r \n" ); document.write( "\n" ); document.write( "distance walking = distance riding\r \n" ); document.write( "\n" ); document.write( "distance walking=rate walking times time walking\r \n" ); document.write( "\n" ); document.write( "distance walking=(x-10)*0.75 \n" ); document.write( "distance riding = rate riding times time riding \n" ); document.write( "distance riding =x*0.25\r \n" ); document.write( "\n" ); document.write( "So our equation to solve is:\r \n" ); document.write( "\n" ); document.write( "0.75(x-10)=0.25x get rid of parens \n" ); document.write( "0.75x-7.5=0.25x subtract 0.25x and add 7.5 to both sides \n" ); document.write( "0.75x-0.25x-7.7+7.5=0.25x-0.25x+7.5 collect like terms \n" ); document.write( "0.50x=7.5 divide both sides by 0.50 \n" ); document.write( "x=15mph-speed (rate) riding\r \n" ); document.write( "\n" ); document.write( "Now we have the rate and the time, so it's easy to get the distance\r \n" ); document.write( "\n" ); document.write( "distance riding = rate times time (riding) \n" ); document.write( "distance riding = 15*0.25=3.75 mi-------------------------------------ans \r \n" ); document.write( "\n" ); document.write( "x-10=15-10=5mph-speed (rate) walking \n" ); document.write( "distance walking = rate times time (walking) \n" ); document.write( "distance walking = 5*0.75=3.75 mi-------------------------also the ans\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hope this helps---------------ptaylor\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |