InterviewSolution
Saved Bookmarks
| 1. |
Which term of the AP: 3, 15, 27, 39, . . . will be 132 more than its `54^(t h)`term? |
|
Answer» a=3 and d=12 let say `r^(th)` term is 132 more than `54^(th)` term. a+(r-1)d=a+53d+132 (r-1)*12=53*12+132 (r-1)=64 r=65 `65^(th)` term is 132 more than `54^(th)` term |
|