

InterviewSolution
Saved Bookmarks
1. |
If Sn=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_(<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>)=u+a(n-1/2), 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 <a href="https://interviewquestions.tuteehub.com/tag/units-1438468" style="font-weight:bold;" target="_blank" title="Click to know more about UNITS">UNITS</a> a=0.4 units</body></html> | |