Answer: B. 2) 156
Digits available: 0, 1, 2, 3, 4, 5 (6 digits).
For a number to be even, its last digit must be 0, 2, or 4.
Also, the first digit cannot be 0 for a 4-digit number.
Case 1: The last digit is 0.
_ _ _ 0
The last digit is fixed as 0 (1 way).
Remaining 5 digits (1, 2, 3, 4, 5) are available for the first three places.
Number of ways to fill the first 3 places = 5P3 = 5 * 4 * 3 = 60 ways.
So, numbers ending with 0 = 60.
Case 2: The last digit is 2 or 4.
Subcase 2a: The last digit is 2.
_ _ _ 2
The last digit is fixed as 2 (1 way).
Now, we have 5 remaining digits (0, 1, 3, 4, 5).
The first digit cannot be 0. So, the first digit can be chosen from {1, 3, 4, 5} (4 ways).
After choosing the first digit, we have 4 digits remaining (including 0).
The second digit can be chosen in 4 ways.
The third digit can be chosen in 3 ways.
So, numbers ending with 2 = 4 * 4 * 3 = 48 ways.
Subcase 2b: The last digit is 4.
_ _ _ 4
Similar to Subcase 2a, the last digit is fixed as 4 (1 way).
The first digit can be chosen from {1, 2, 3, 5} (4 ways).
The second digit can be chosen in 4 ways.
The third digit can be chosen in 3 ways.
So, numbers ending with 4 = 4 * 4 * 3 = 48 ways.
Total number of even numbers = (Numbers ending with 0) + (Numbers ending with 2) + (Numbers ending with 4)
= 60 + 48 + 48 = 156.