Question 534173
So the license plate has a format:  NNN-AAA, where N are numbers 0-9 and A are letters A-Z.
.
How many ways can NNN have a "19"?  
.
2.  Either "19_" or "_19" where "_" is any number.
.
How many ways can AAA have your first and last initial in order?  
.
2.  Assume your initials are "OK" and apply the same logic.  The AAA can be "OK_" or "_OK".
.
There are a total of 4 ways that the license plate satisfies these conditions:
.
1) "19_" "OK_"
2) "19_" "_OK"
3) "_19" "OK_"
4) "_19" "_OK"
.
Done.