edited by
212 views
0 votes
0 votes

Let $\text{S}$ be the set of all $4$ -digit numbers created using just the digits $1,2,3,4,5$ such that no two successive digits are the same. If the numbers in $\text{S}$ are arranged in ascending order, what is the $100$ th number in this sequence?

  1. $2135$
  2. $2324$
  3. $2315$
  4. $2352$
  5. $2415$

     

edited by

1 Answer

1 votes
1 votes

An approach of position possibilities of 4 digits can solve this efficiently.

As they have told we arrange in ascending order lets start with first position fixed as _1_ 

In the next 3 positions of 4 digits

2nd position =  _4_ (2,3,4,5 = 4)

3rd position = _4_(includes 1 and leaving the used digit in 2nd position so = 4

4th position = _4_(leaving the used digit in 3rd position = 4)

total = 4*4*4 = 64 possibilities when 1 is fixed at first position

Now lets fix _2_ in first position then fix _1_ in second position the possibilities in

3rd position = _4_(includes 2 and leaving the used digit in 2nd position i.e 1 so = 4 )

4th position = _4_(leaving the used digit in 3rd position so = 4 )

so 4*4 = 16 

total 64 +16 = 80

Now to fix _2_ in first position then fix _2_ in second position is not possible as that no two successive digits are the same is the condition.

Now lets fix _2_ in first position then fix _3_ in second position the possibilities are

3rd position = _4_(includes 2 and leaving the used digit in 2nd position i.e 3 so = 4)

4th position = _4_(leaving the used digit in 3rd position so = 4)

so 4*4 = 16 

total 80 +16 = 96

next we need 4 numbers to get 100th one so 2412, 2413, 2414, 2415  

Hence the option is E – 2415 

 

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Jan 13
198 views
For any positive integer $\text{N}$, let $\text{p(N)}$ be the probability that a uniformly random number $a \in\{1, \ldots, N\}$ has an odd number of factors (including 1...