document.write( "Question 875628: Please help me solve this problem:
\n" );
document.write( "Suppose it took you 30 minutes less to drive the 40 miles back home after dinner at your parent's house than it did for you to arrive there in rush-hour traffic. You drove about 15 mph faster on the way home. How fast did you drive each way? \n" );
document.write( "
Algebra.Com's Answer #528375 by mananth(16946)![]() ![]() You can put this solution on YOUR website! going speed x \n" ); document.write( "returning speed x + 15 \n" ); document.write( " \n" ); document.write( " Distance = same 40 miles 0.5 \n" ); document.write( " original time – time with increased speed = 0.5 hour \n" ); document.write( " t=d/t \r \n" ); document.write( "\n" ); document.write( "40 / x - 40 / ( x + 10 ) = 0.5 \n" ); document.write( "LCD= x ( x + 15 ) \n" ); document.write( "multiply by LCD \n" ); document.write( "40 ( x + 15 ) - 40 x = 0.5 x ( x + 15 ) \n" ); document.write( "40 x + 600 - 40 x = 0.5 X^2 + 7.5 x \n" ); document.write( "600 = 0.5 X^2 + 7.5 x \n" ); document.write( "0.5 X^2 + 7.5 x - -600 = 0 \n" ); document.write( "Find roots of the quadratic equation \n" ); document.write( "a= 0.5 b= 7.5 c= -600 \n" ); document.write( " \n" ); document.write( "x1= ( -7.5 + sqrt( 56.25 - 1200 )) / 1 \n" ); document.write( "x1=( -7.5 + 35.44 )/ 1 \n" ); document.write( "x1= 27.94 \n" ); document.write( " \n" ); document.write( "x2= ( -7 - sqrt( 49 - 20 ) / 2 \n" ); document.write( "x2=( -7.5 - 35.44 )/ 1 \n" ); document.write( "x2= -42.94 \n" ); document.write( "ignore negative\r \n" ); document.write( "\n" ); document.write( "going speed was 27.94 mph\r \n" ); document.write( "\n" ); document.write( "add 15 for returning speed \n" ); document.write( " |