

InterviewSolution
Saved Bookmarks
1. |
If n is a natural number, then 92n – 42n is always divisible byA. 5B. 13C. both 5 and 13D. None of these |
Answer» 9 2n – 4 2n is of the form a 2n — b 2n. It is divisible by both a - b and a + b. So, 9 2n – 4 2n is divisible by both 9 - 4 = 5 and 9 + 4 = 13. |
|