How many positive three digit even numbers lesser than 700 are there with all three different digits and where the sum of the three digits is 12 or less ?
Am I supposed to write solve the expression for each of the 12 cases like solution for a + b + C=12, 11, 10...1 and then add them together?
Is there a better approach to this problem?