

InterviewSolution
Saved Bookmarks
1. |
If S_(n)=2+0.4n find initial velocity and acceleration |
Answer» <html><body><p></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :We have `S_(n)=<a href="https://interviewquestions.tuteehub.com/tag/u-1435036" style="font-weight:bold;" target="_blank" title="Click to know more about U">U</a>+a(n-(1)/(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>))` <br/> `S_(n)=(u-(a)/(2))+an` <br/> `S_(n)=2+0.4n` <a href="https://interviewquestions.tuteehub.com/tag/comparing-2531631" style="font-weight:bold;" target="_blank" title="Click to know more about COMPARING">COMPARING</a> with above <a href="https://interviewquestions.tuteehub.com/tag/equation-974081" style="font-weight:bold;" target="_blank" title="Click to know more about EQUATION">EQUATION</a> <br/> `U=2.2` units `a=0.4` units</body></html> | |