82.7k views
2 votes
How many two digit numbers have one odd digit and one even digit?

User Alve
by
7.1k points

2 Answers

6 votes

Disclaimer: I'm assuming that you want any of the digit to be even, and the other to be odd, and not that you mean "the first digit odd and the second even".

You can note that there are 100 numbers with two digits, from 0 (which you can read as 00) to 99.

Now, we're only interested in those who have one odd digit and one even digit. Let's see if we can find a pattern in the numbers we do or don't want to include in our list:

Consider the numbers from 00 to 09. Since the first digit is zero, which is even, the unit digit must be odd. So, we must exlude the following numbers:


00, 02, 04, 06, 08

while the following numbers are ok:


01, 03, 05, 07, 09

Now, consider the numbers from 10 to 19. This time the first digit is one, which is odd, so the unit digit must be even. Now, we must exlude the following numbers:


11, 13, 15, 17, 19

while the following numbers are ok:


10, 12, 14, 16, 18

Can you see the pattern? If you consider any 10 consecutive numbers with the same first digit, you will always keep half of the numbers and discard the other half. In fact, if the first digit
e is even, you will keep
e1, e3, e5, e7 \text{ and } e9, while you will discard
e0, e2, e4, e6 \text{ and } e8.

If, instead, the first digit
o is odd, your choice will be the opposite: you will discard
o1, o3, o5, o7 \text{ and } o9, while you will keep
o0, o2, o4, o6 \text{ and } o8.

So, we've just proven that exactly half of the numbers with two digits have one odd digit and one even digit. We observed at the beginning that there are 100 two-digits number in total, so there are 50 numbers with one even digit and one odd digit.

User Trevorrobertsjr
by
6.7k points
5 votes

Answer:

45 is the answer

Explanation:

User Alexloehr
by
7.5k points