InterviewSolution
Saved Bookmarks
| 1. |
find the indicated terms of the sequence whose nth terms are ( n -1 )( 2 - n )( 3 - n ) ; a1,a2,a3 |
| Answer» Here we have, an = (n - 1)(2 - n)(3 - n)Put n = 1a1\xa0= 1(1 - 1)(2 - 1)(2 - 2)(3 + 2) = 0Put n = 2a2\xa0= 2(2 - 1) (2 - 2)(3 + 2) = 0Put n = 3a3\xa0= 3(3 - 1)(2 - 3)(3 + 3) =\xa03 (2) (-1) (6) =\xa036 | |