asked 143k views
0 votes
A car traveling at 28 m/s starts to decelerate steadily. It comes to a complete stop in 7 seconds. What is its acceleration?

2 Answers

6 votes
The function that models the scenario is
v = init_v + acceleration * time

Plug the values into the equation,
0 = 28 + a * 7 => -28 = a * 7 => a = - 28/7 m/s.
answered
User Yahya
by
8.1k points
4 votes
The car's acceleration can be modeled by the following formula:


a = (v_f - v_i)/(t)

vf represents the final velocity of the car. vi represents the initial velocity of the car. t represents the total time it took for the car to get from its initial to its final velocity.

We already have our values for our velocities and time. Plug them into the equation:


\text{Initial velocity: 28 m/s}^(2)

\text{Final velocity: 0 m/s}^2

\text{Time: 7 seconds}


(0-28)/(7) = -(28)/(7) = \boxed{-4}

The acceleration of the car is -4 m/s, or -4 meters per second.
answered
User Rochadsouza
by
7.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.