document.write( "Question 427172: I am having trouble comming up with an an equation to solve the following problem. Please help.\r
\n" );
document.write( "\n" );
document.write( "In a certain number of hours a man traveled 36 Km. If he had travelled 1.5 Km/h faster, it would have taken 3 hours less to make the journey How many kiometers did he travel per hour. \n" );
document.write( "
Algebra.Com's Answer #297078 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I am having trouble comming up with an an equation to solve the following problem. Please help. \n" ); document.write( "In a certain number of hours a man traveled 36 Km. If he had travelled 1.5 Km/h faster, it would have taken 3 hours less to make the journey How many kilometers did he travel per hour.\r \n" ); document.write( "\n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "let x=initial speed \n" ); document.write( "x+1.5=if speed \n" ); document.write( "travel time=distance/speed \n" ); document.write( "initial travel time=36/x \n" ); document.write( "if travel time=36/x+1.5 \n" ); document.write( "difference in travel times=3=initial-if travel times \n" ); document.write( "3=36/x-36/x+1.5 \n" ); document.write( "LCD=x(x+1.5) \n" ); document.write( "36(x+1.5)-36x=3x(x+1.5) \n" ); document.write( "36x+54-36x=3x^2+4.5x \n" ); document.write( "54=3x^2+4.5x \n" ); document.write( "3x^2+4.5x-54=0 \n" ); document.write( "x^2+1.5x-18=0 \n" ); document.write( "solve by following quadratic equation:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "a=1, b=1.5, c=-18\r \n" ); document.write( "\n" ); document.write( "x=[-1.5+-sqrt(1.5^2-4*1*-18)]/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " x =[-1.5+-sqrt(75)]/2=(1.5+-8.66)/2=5.08 or -3.58(reject)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "during initial journey he traveled 5.08 kilometers/hr \n" ); document.write( " |