document.write( "Question 893042: a man travels from a to b at 4km/h and from b to a at 6km/h.the total journey takes 45 minutes .find the distance travelled?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #541038 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! This is a rate * time = distance problem \n" ); document.write( "Let t1 be time to go from a to b and t2 be time to go from b to a, then \n" ); document.write( "4*t1 = 6*t2, also \n" ); document.write( "Note that 45 minutes is 3/4 hour or .75 hour, then \n" ); document.write( "t1 + t2 = .75 \n" ); document.write( "Solve for t1 \n" ); document.write( "t1 = .75 - t2 \n" ); document.write( "Substitute for t1 in first equation \n" ); document.write( "4*(.75 - t2) = 6*t2 \n" ); document.write( "3 -4t2 = 6t2 \n" ); document.write( "10t2 = 3 \n" ); document.write( "Note that 3 hours is 180 minutes \n" ); document.write( "10t2 = 180 \n" ); document.write( "t2 = 18 \n" ); document.write( "t1 = 45 -18 = 27 minutes \n" ); document.write( "Now distance from a to b is 4*27/60 = 27/15 = 9/5 = 1.8 km \n" ); document.write( "Total distance is 2 * 1.8 = 3.6 km \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |