chaitanyareddy wrote:How many 5-digit positive integers exist where no two consecutive digits are the
same?
A.) 9*9*8*7*6
B.) 9*9*8*8*8
C.) 9^5
D.) 9*8^4
E.) 10*9^4
Here's a step by step solution using the Fundamental Counting Principle (aka "slot method")
Take the task of building a 5-digit number and break it into stages.
Stage 1: Select the 1st digit (the ten thousands digit)
The first digit can be 1,2,3,4,5,6,7,8 or 9 (can't have 0 as first digit, otherwise it's not a 5-digit number)
So, we can accomplish stage 1 in
9 ways.
Stage 2: Select the 2nd digit (the thousands digit)
Once the 1st digit has been selected, we cannot select it for the 2nd digit
So, we can accomplish stage 2 in
9 ways.
Stage 3: Select the 3rd digit (the hundreds digit)
Once the 2nd digit has been selected, we cannot select it for the 3rd digit
So, we can accomplish stage 3 in
9 ways.
Stage 4: Select the 4th digit (the tens digit)
Once the 3rd digit has been selected, we cannot select it for the 4th digit
So, we can accomplish stage 4 in
9 ways.
Stage 5: Select the 5th digit (the units digit)
Once the 4th digit has been selected, we cannot select it for the 5th digit
So, we can accomplish stage 5 in
9 ways.
By the Fundamental Counting Principle (FCP), we can complete all 5 stages (and thus create a 5-digit number) in
(9)(9)(9)(9)(9) ways ([spoiler]= 9^5 ways = C[/spoiler])
Cheers,
Brent
Aside: For more information about the FCP, we have a free video on the subject:
https://www.gmatprepnow.com/module/gmat-counting?id=775