One formula for computing the distance an object travels is: s = (v_i + v_f) t/2
ID: 3796811 • Letter: O
Question
One formula for computing the distance an object travels is: s = (v_i + v_f) t/2 where: s = distance traveled v_i = initial velocity of the object v_f = final velocity of the object t = amount of time the object traveled a. write an algorithm for computing the distance traveled for some object. The initial velocity, the final velocity, and the amount of time the object traveled are required inputs for this problem. The output is the distance traveled. Use plain English statements (no programming instructions required), and number your steps. For our purposes you may ignore units.Explanation / Answer
Algorithm:
Step 1: start
Step 2: Declare variables s,vi,vf,t
Step 3: Read s,vi,vf,t
Step 4: Compute distance travelled as , s=((vi+vj)*t)/2
Step 5: Display s
Step 6: stop
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.