MHIKER
Bunuel
FRESH GMAT CLUB'S TESTS' QUESTION
How many three-digit positive integers have even number of even digits?
A. 100
B. 125
C. 300
D. 325
E. 450
Three-digit even will be from 100-998
Even digit is divided by 2
So, the number of even digits\(=\frac{(998-100)}{2}+1\)\(= 449+1= 450\) is even number too.
The answer is 450; E
Bunuel I will appreciate if you help with my solution.
Hi,
While what you wrote is completely true, this is not what the question is asking.
The question is asking how many 3 digit numbers have an even amount of even digits - not how many 3 digit numbers are divisible by 2.
For example, the number 555 has an even number of even digits (0 is even), but this would not be included in your calculation.
The proper way to solve the question is the following:
We are looking for the number of 3 digit integers that have an even number of even digits.
We can have two cases: either 2 even digits, or no even digits.
So cases are: OOO, OEE, EEO, EOE. Where E and O denote even/odd digit.
the case of OOO is easiest - there are 5 odd digits, and therefore 5 choices for each slot 5^3=125.
The case of OEE is the same as OOO. 5^3=125
The case of EEO has a small trick to it. Generally, you include 0 as an even digit, however because we have an even in the first digit, 0 cannot be included - otherwise it would be a 2 digit number, not a 3 digit (i.e 081). So the choices are now: 4*5*5 or simply 100.
The case of EOE has the same trick as EEO. So another 100 possibilities
In summary we have 125*2+100*2=450 total cases.