

InterviewSolution
Saved Bookmarks
1. |
Find the acceleration (in m/s2) of a body which accelerates from 25 m/s to 30 m/s in 10 seconds |
Answer» <html><body><p> 0.5</p><br/><br/><p>u(<a href="https://interviewquestions.tuteehub.com/tag/initial-499269" style="font-weight:bold;" target="_blank" title="Click to know more about INITIAL">INITIAL</a> velocity) = 25m/s<br/>v(final velocity) = 30m/s<br/>t(<a href="https://interviewquestions.tuteehub.com/tag/time-19467" style="font-weight:bold;" target="_blank" title="Click to know more about TIME">TIME</a>) = 10s<br/><br/>a = (v-u)/t<br/>a = (30-25)/10<br/>a = 5/10<br/>a = 1/2<br/>a = 0.5m/s²</p></body></html> | |