Ok, I'm given this SSN problem. There are a number of different questions they ask and they are all pretty straight forward, for example, how many SS numbers are there.. (10^9). I'm struggling on some of the more difficult questions for exmple.. How many have exactly one 8 in the number? and How many read the same backward and foward(e.g. 122979221).
For the first one, would it be ok to assume and put the 8 in the first slot. There for, I have 9^9 * 1 ? And for the second one, Im completely lost.
For the first one, would it be ok to assume and put the 8 in the first slot. There for, I have 9^9 * 1 ? And for the second one, Im completely lost.