Question:

The largest natural number \(n\) such that \(3^n\) divides \(66!\) is:

Show Hint

To find the highest power of a prime dividing \(n!\), use successive divisions by powers of the prime.
Updated On: Apr 25, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 31

Approach Solution - 1

To find the maximum value of n such that (66)! is divisible by 3n, we need to count the number of factors of 3 in (66)!, since each factor of 3 contributes to the divisibility by 3.
To count the number of factors of 3 in (66)!, we can use the formula:
\([\frac{66}{3}]+[\frac{66}{9}]+[\frac{66}{27}]+[\frac{66}{81}]\)
 = 22 + 7 + 2 + 0 = 31,
where ⌊x⌋ denotes the greatest integer less than or equal to x.
This means that (66)! is divisible by 331. Therefore, the maximum value of n such that (66)! is divisible by \(3^n\) is n = 31.
So, the correct answer is 31

Was this answer helpful?
5
4
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Step 1: Use Legendre’s formula.
The largest power of a prime \(p\) dividing \(n!\) is given by: \[ \left\lfloor \frac{n}{p} \right\rfloor + \left\lfloor \frac{n}{p^2} \right\rfloor + \left\lfloor \frac{n}{p^3} \right\rfloor + \dots \] Step 2: Apply for \(p = 3\) and \(n = 66\).
\[ \left\lfloor \frac{66}{3} \right\rfloor + \left\lfloor \frac{66}{9} \right\rfloor + \left\lfloor \frac{66}{27} \right\rfloor = 22 + 7 + 2 = 31. \] Final Answer: The largest \(n\) is 31.
Was this answer helpful?
0
0

Concepts Used:

Mathematical Reasoning

Mathematical reasoning or the principle of mathematical reasoning is a part of mathematics where we decide the truth values of the given statements. These reasoning statements are common in most competitive exams like JEE and the questions are extremely easy and fun to solve.

Types of Reasoning in Maths:

Mathematically, reasoning can be of two major types such as:

  1. Inductive Reasoning - In this, method of mathematical reasoning, the validity of the statement is examined or checked by a certain set of rules, and then it is generalized. The principle of mathematical induction utilizes the concept of inductive reasoning.
  2. Deductive Reasoning - The principle is the opposite of the principle of induction. Contrary to inductive reasoning, in deductive reasoning, we apply the rules of a general case to a provided statement and make it true for particular statements. The principle of mathematical induction utilizes the concept of deductive reasoning.