28.7k views
1 vote
How many 3-digit numbers are possible to form with all the digits being different?

User Smcphill
by
5.5k points

2 Answers

2 votes

Answer:

We can make 120 three digit distinct numbers

Explanation:

User Dsolimano
by
4.5k points
6 votes

Answer:

  • 648

Explanation:

If the number is xyz, we have:

  • x = 1 to 9, total 9 ways
  • y = 0 to 9, total 10 ways minus 1 to prevent repetition, so 9 ways
  • z = 0 to 9, total 10 ways minus 2 ways to prevent repetition, so 8 ways

Total number of possible 3-digit numbers:

  • 9*9*8 = 648
User Abhijit Srivastava
by
5.9k points