Notice that the first one of the 6 digits cannot be 3, so we are left in that case with only 9 digits to pick from for the first option.
The last digit must be even, so we are left with just 5 possible digits (0, 2, 4, 6, 8) for the last option.
So now we build the total number of combination using the fact that the four middle digits can be any of the 10 available digits:
9 * 10 * 10 * 10 * 10 * 5 = 450000 possible combinations.