Home » Aptitude » Numbers

Which of the following numbers will exactly divide (49<sup>15</sup> − 1)?

Difficulty: Medium

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion