In the early 1970's, Canada Post started using six-character postal codes. Each postal code uses three letters and three digits in an alternating pattern. How many different Canadian postal codes are possible?
The first one is a permutation problem. The big difference between permutation and combination is that permutation cares about the order of things while combination does not. We need to alternate letters and numbers. So there's two initial cases. The first one is when we start with a letter first. There are 26 * 10 * 26 * 10 * 26 * 10 = 17,576,000 different postal codes if we started with a letter first. If we started with a number first then there are 10 * 26 * 10 * 26 * 10 * 26 = 17,576,000 different postal codes. Therefore, the total number of postal codes are 17,576,000 + 17,576,000 = 35,152,000. http://answers.yahoo.com/question/index?qid=20110605073935AAZppbp
Join our real-time social learning platform and learn together with your friends!