InterviewSolution
| 1. |
Find out the missing values in the following the data. |
|
Answer» Since 4 known values of y are given, then 4th leading difference may be zero. Δ40 = (y – 1 )4 = y4 – 4y3 + 6y2 – 4y1 + y0 = 0 (i) and the second equation can be obtained by increasing the suffixes of each term of ‘Y’ by one, keeping the coefficients same; we get: Δ41 = (y – 1)4 = y5 – 4y4 + 6y3 – 4y2 + y1 = 0 …………. (ii) From equation (i) y4 – 4y3 + 6y2 – 4y1 + y0 = 0 ie., 38 – 4(33) + 6y2 – 4(20) + 13 = 0 So, by simplifying, 38 – 132 + 6y2 – 80 + 13 = 0 ; 6y2 – 161 We get y2 =26.83 From (ii) y5 – 4y4 + 6y3 – 4y2 + y = 0 = 0 y5 – 4(38) + 6(33) -4(26.83) + 20 = 0 y5 – 152 + 198 – 107.32 + 20 = 0 ∴ y = 41.32. |
|