The given spinner is spun twice, and the two numbers got are used to form a 2-digit number. How many different 2-digits numbers are possible?
The number of ways we can get 2-digit numbers:
The first digit can be 1, 2, 3, 4, 5
= 5 ways
The second digit can also be 1, 2, 3, 4, 5
= 5 ways.
The number of ways we can get a 2-digit number:
5 × 5 = 25 ways.