Question 795369
 A secret code for a bank vault consists of 4 letters, then 4 digits and then 4 more letters. 

Question: How many codes are possible if repeats are not allowed and the second letter must be 'G' and the first digit must be '0'? 


I have tried this (26*1*24*23*1*9*8*7*22*21*20*19) but when I submit it the answer comes back incorrect. I would appreciate any help thanks.
------------
If the 2nd letter is G, then the 1st can't be 1/26, only 1 of 25.
(25*1*24*23*1*9*8*7*22*21*20*19)