document.write( "Question 1066541: From the same place at 7am,A started walking in north at the speed of 5km/hr. After 1hour B started cycling in the east at the speed of 16km/hr. At what time will they will be at distance of 52km apart from each other.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681769 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! From the same place at 7am,A started walking in north at the speed of 5km/hr. \n" ); document.write( " After 1hour B started cycling in the east at the speed of 16km/hr. \n" ); document.write( " At what time will they will be at distance of 52km apart from each other. \n" ); document.write( ": \n" ); document.write( "let t = time in hrs for the walker to be 52 km from the cyclist \n" ); document.write( "and \n" ); document.write( "(t-1) = time for the cyclist to be 52km from the walker \n" ); document.write( "then \n" ); document.write( "5t = the distance walked \n" ); document.write( "and \n" ); document.write( "16(t-1) = distance cycled \n" ); document.write( "or we can write it as: \n" ); document.write( "(16t-16) \n" ); document.write( ": \n" ); document.write( "Using pythag \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "combine like terms to form a quadratic equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Using the quadratic formula I got a positive solution of \n" ); document.write( "t = 4 hrs, added to 7 Am, they were 52 km away at 11 AM \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check this for yourself \n" ); document.write( "Walker: 4*5 = 20 mi \n" ); document.write( "Cyclist: 3*16 = 48 mi \n" ); document.write( "dist = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |