Consider the numbers between 100 and 400. How many of these numbers are even and have no repetition of digits?
Case 1: 2 or 3 in first position and 0 in last position: 2x8x1 = 16
Case 2: 1 or 3 in first position and 2 in last position: 2x8x1 = 16
Case 3: 1,2 or 3 in first position and 4,6,8 in last position: 3x8x3 = 72
Total:104....BUT the answer is 112. What am I missing?
Case 1: 2 or 3 in first position and 0 in last position: 2x8x1 = 16
Case 2: 1 or 3 in first position and 2 in last position: 2x8x1 = 16
Case 3: 1,2 or 3 in first position and 4,6,8 in last position: 3x8x3 = 72
Total:104....BUT the answer is 112. What am I missing?