document.write( "Question 202364: while waiting for a train, bong takes a bus ride at 60 kph to a certain point and then walks back leisurely at 10 kph. The bus takes 15 minutes less than his walking. how far has he walked and for how long?
\n" ); document.write( "this what i did:
\n" ); document.write( "d=60(15-t)
\n" ); document.write( "d=10t
\n" ); document.write( "d=900-60t
\n" ); document.write( "60t+10t=900-60t i transposed the 60t
\n" ); document.write( "70t=900 and i divide both sides by 70 but i cant get the answer for the 900
\n" ); document.write( "Please if you can even include how to get the answer thanks in advance
\n" ); document.write( "

Algebra.Com's Answer #152590 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
You're on the right track, but have an error in the logic used to represent the bus ride time
\n" ); document.write( "Let t be the time it takes to walk in hours. Then bus ride time is \"t-15%2F60\" (remember your time needs to be in the same units. So we have to convert 15 minutes into hours)
\n" ); document.write( "You know that \"Distance=Rate+%2A+time\"
\n" ); document.write( "And you also know the distance is the same in both directions.
\n" ); document.write( "So \"BusDistance+=+WalkingDistance\"
\n" ); document.write( "\"BusRate%2ABusTime+=+WalkingRate%2AWalkingTime\"
\n" ); document.write( "\"60+%2A+%28t-%281%2F4%29%29+=+10%2At\" <--- this is where your error in bustime messed you up
\n" ); document.write( "\"60t+-+15+=+10t\"
\n" ); document.write( "\"50t+=+15\"
\n" ); document.write( "\"t+=+0.3\" hours
\n" ); document.write( "That's 18 minutes.
\n" ); document.write( "If Bong walks at 10kph for 0.3 hours, thats \"Distance+=+%2810k%2Fh%29%2A0.3h\" = \"3k\"
\n" ); document.write( "
\n" );