Number of natural numbers less than 7000 using digits 0,1,3,7,9 ( Repetition Allowed) is -
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let k ∈ N satisfies the given condition. There are 4 cases:
Case 1: 1 0 0 0 ≤ k < 7 0 0 0
The 1st digit may take only 1 and 3, a total of 2 choices. For the remaining 3 digits, it may take all of them, with 5 choices.
⇒ there are 2 × 5 × 5 × 5 = 2 5 0 possible numbers
Case 2: 1 0 0 ≤ k ≤ 9 9 9
The 1st digit may take only 1, 3, 7 and 9, a total of 4 choices. For the remaining 2 digits, it may take all of them, with 5 choices.
⇒ there are 4 × 5 × 5 = 1 0 0 possible numbers
Case 3: 1 0 ≤ k ≤ 9 9
The 1st digit may take only 1, 3, 7 and 9, a total of 4 choices. For the remaining digit, it may take all of them, with 5 choices.
⇒ there are 4 × 5 = 2 0 possible numbers
Case 4: 0 < k ≤ 9
These can only take 1, 3, 7 and 9, a total of 4 numbers.
∴ there are a total of 2 5 0 + 1 0 0 + 2 0 + 4 = 3 7 4 natural numbers that satisfy the condition.
Clarification: 0 is excluded because 0 is a whole number, but not a natural or a counting number. Natural numbers starts at 1, 2, 3, ...