document.write( "Question 1152689: A car travels 360 km and comes back in total 19 hours, While returning speed of car is decreased by 4 km/hr than actual speed. What is the distance covered by car in 7.5 hours with actual speed \n" ); document.write( "
Algebra.Com's Answer #774762 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A car travels 360 km and comes back in total 19 hours, While returning speed of car is decreased by 4 km/hr than actual speed. \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "let s = actual speed \n" ); document.write( "then \n" ); document.write( "(s-4) = return speed \n" ); document.write( "the dist both ways is the same, write a time equation; time = dist/speed \n" ); document.write( "time out + time back = 19 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by s(s-4), cancel the denominators \n" ); document.write( "360(s-4) + 360s = 19s(s-4) \n" ); document.write( "360s - 1440 + 360s = 19s^2 - 76s \n" ); document.write( "arrange as a quadratic equation \n" ); document.write( "19s^2 - 76s - 720s + 1440 = 0 \n" ); document.write( "19s^2 - 796s + 1440 = 0 \n" ); document.write( "Use the quadratic formula; a=19 b=-796; c=1440 \n" ); document.write( "I got the reasonable solution of \n" ); document.write( "s = 40 mph is actual speed \n" ); document.write( "\"What is the distance covered by car in 7.5 hours with actual speed\" \n" ); document.write( "7.5 * 40 = 300 mi \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this find the actual time each way \n" ); document.write( "360/40 = 9 hrs \n" ); document.write( "360/36 = 10 \n" ); document.write( "----------- \n" ); document.write( "total time: 19 hrs \n" ); document.write( " |