Question:

An n-digit number is a positive number with exactly n digits. Nine hundred distinct n-digit numbers are to be formed using only the three digits 2,5 and 7. The smallest value of n for which this is possible, is

Updated On: May 19, 2024
  • 6
  • 7
  • 8
  • 9
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

Distinct n-digit numbers which can be formed using digits 2,5 and 7 are 3$^n$ We have to find n, so that $3^n \ge 900$
$\Rightarrow$ 3$^{n-2}\ge 100$
$\Rightarrow \, \, n-2 \ge 5$
$\Rightarrow $ n $\ge$ 7, so the least value of n is 7
Was this answer helpful?
0
1
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Given, that we can use the digits 2, 5, and 7 with repetition, each place in an n-digit number can be chosen in 3 different ways.
So, the total number of n-digit numbers = \(3\times3\times3\times.....n\;=\;3^n\)
According to question, \(3^n\geq900\)
Let's simplify
\(3^n\geq 3^2\times100\)
\(3^{n-2}\geq100\)

Let n=6
\(3^{6-2}\geq100\)
\(3^{4}\geq100\)
\(81\geq100\), which does not satisfy the condition

let n=7
\(3^{7-2}\geq100\)
\(3^{5}\geq100\)
\(243\geq100\), which is satisfy the condition and also the smallest number from 6,7,8 and 9

So, the correct option is (B): 7.

Was this answer helpful?
0
0

Questions Asked in JEE Advanced exam

View More Questions

Concepts Used:

Permutations and Combinations

Permutation:

Permutation is the method or the act of arranging members of a set into an order or a sequence. 

  • In the process of rearranging the numbers, subsets of sets are created to determine all possible arrangement sequences of a single data point. 
  • A permutation is used in many events of daily life. It is used for a list of data where the data order matters.

Combination:

Combination is the method of forming subsets by selecting data from a larger set in a way that the selection order does not matter.

  • Combination refers to the combination of about n things taken k at a time without any repetition.
  • The combination is used for a group of data where the order of data does not matter.