document.write( "Question 941427: a car starting from rest moves with a constant acceleration of 10 mi/hr2 for 1 hour, then decelerates at a constant 5 mi/hr2 until it comes to a stop. How far has it travelled? \n" ); document.write( "
Algebra.Com's Answer #573853 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a car starting from rest moves with a constant acceleration of 10 mi/hr2 for 1 hour, then decelerates at a constant 5 mi/hr2 until it comes to a stop. How far has it travelled? \n" ); document.write( "-------------- \n" ); document.write( "s = at^2/2 \n" ); document.write( "For the 1st hour, s = 10*1/2 = 5 miles. \n" ); document.write( "It's moving at v = at = 10 mi/hr \n" ); document.write( "---------------- \n" ); document.write( "v = a*t \n" ); document.write( "t = 10/5 = 2 hours \n" ); document.write( "---- \n" ); document.write( "Its average speed for 2 hours is (10 - 0)/2 = 5 mi/hr \n" ); document.write( "s = 5*2 = 10 miles \n" ); document.write( "Total = 15 miles \n" ); document.write( " \n" ); document.write( " |