Which of the following numbers will exactly divide (49<sup>15</sup> − 1)?
Aptitude
Numbers
Difficulty: Medium
Choose an option
-
A48
-
B50
-
C25
-
D98
Answer
Correct Answer: 48
Explanation
Problem Restatement
Test the divisibility of 4915 − 1 by the given options using number-theory facts.
Concept / Approach
- For any integer a, an − 1 is always divisible by (a − 1).
- If n is even, an − 1 is also divisible by (a + 1); here n = 15 (odd), so this does not apply.
Step-by-Step Reasoning
a = 49, n = 15 → a − 1 = 48Thus 4915 − 1 is divisible by 48.Check a + 1 = 50: 49 ≡ −1 (mod 50) → 4915 − 1 ≡ (−1)15 − 1 = −2 ≠ 0 (mod 50)
Final Answer
48