

InterviewSolution
Saved Bookmarks
1. |
How many no. common terms in the arithmetic progression is 3,7,11,.....,407 and 2,9,16,.....,709. |
Answer» For the first AP, a =3, d = 4Hence, any nth term would be given by 3+(n-1)4 = 4n-1Also, since 407 is the last term, so, 407 = 4n-1 i.e. maximum value of n can be 102For the second AP, a = 2, d = 7Hence any mth term would be given by 2+(m-1)7 = 7m - 5Also, since 709 is the last terms, so, 709 = 7m-5 i.e. maximum value of m can be 102To find the terms common to both the APs, we can equate the nth term of first AP to the mth term of the second AP4n -1 = 7m-54n = 7m-4Now, since n is a whole number, so 7m-4 needs to be divisible by 4.So, then, m can be equal to all multiples of 4 till 102 i.e. 4, 8, 12, 16, 20, 24, ......100So, the number of terms common to the 2 APs would be 25. > | |