parveen110 wrote:The number of natural numbers of two or more than two digits in which digits from left to right are in increasing order is
a.127
b.128
c.502
d.501
e.512
Consider the arrangement
123456789
Now PRETEND that each digit has a lightbulb inside of it, and each lightbulb is either on or off.
If the lightbulb is ON, we can see that digit, if that lightbulb is OFF, we cannot see the digit.
So, for example, if we turn on the lightbulbs for digits 2, 5, 7 and 8, and turn off the remaining lightbulbs, we see the resulting number 2578
Notice that the digits are nicely arranged in ascending order. In fact, with this ON/OFF setup, every resulting number will have its digits arranged in ascending order.
So, all we need to do now is count the number different ways to turn on and turn off the indivudual lightbulbs.
Let's take the task of turning the lightbulbs on and off, and break it into stages.
Stage 1: Determine the lightbulb situation for digit 1
There are only two possibilities here: the lightbulb is ON or it's OFF
So, we can complete stage 1 in
2 ways
Stage 2: Determine the lightbulb situation for digit 2
There are only two possibilities here: the lightbulb is ON or it's OFF
So, we can complete stage 2 in
2 ways
Stage 3: Determine the lightbulb situation for digit 3
There are only two possibilities here: the lightbulb is ON or it's OFF
So, we can complete stage 3 in
2 ways
.
.
.
Stage 9: Determine the lightbulb situation for digit 9
There are only two possibilities here: the lightbulb is ON or it's OFF
So, we can complete stage 9 in
2 ways
By the Fundamental Counting Principle (FCP), we can complete all 9 stages (and thus create a number with its digits in ascending order) in
(2)(2)(2)(2)(2)(2)(2)(2)(2) ways (=
512 ways
IMPORTANT: Among the
512 possibilities, we have accidentally included some scenarios that don't meet the conditions in the question.
For example, among the
512 possibilities, we have accidentally included
1 scenario where ALL of the lightbulbs are off. In this case, there is NO resulting number.
Likewise, the question tells us that we must have 2 or more digits, and among the 512 possibilities, we have accidentally included
9 scenarios where EXACTLY ONE lightbulb is on (resulting in 1, 2, 3, 4,...8, and 9).
So, the number of numbers that meet the given conditions =
512 -
1 -
9
=
502
=
C
Cheers,
Brent
Aside: For more information about the FCP, watch our free video:
https://www.gmatprepnow.com/module/gmat-counting?id=775