Question:

A 'frabjous' number is defined as a 3-digit number with all digits odd, and no two adjacent digits being the same. For example, 137 is a frabjous number, while 133 is not. How many such frabjous numbers exist?

Show Hint

When dealing with digit problems with restrictions, always multiply choices step by step, considering restrictions on adjacency or repetition.
Updated On: Aug 28, 2025
  • 125
  • 720
  • 60
  • 80
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Define the set of digits.
The odd digits are: \(\{1, 3, 5, 7, 9\}\). So there are 5 choices for each digit if considered independently.

Step 2: Condition for the first digit.
The number must be a 3-digit number. The first digit can be any odd digit (5 choices).

Step 3: Condition for the second digit.
The second digit must be odd, but not equal to the first digit. So there are \(5 - 1 = 4\) choices.

Step 4: Condition for the third digit.
The third digit must be odd, but not equal to the second digit. Again, there are \(4\) choices.

Step 5: Total count.
\[ \text{Total frabjous numbers} = 5 \times 4 \times 4 = 80 \]

Final Answer: \[ \boxed{80} \]

Was this answer helpful?
0
0

Questions Asked in GATE GG exam

View More Questions