In a coding system, 'FISH' is represented as '614891'. If 'F' is 6, 'I' is 9, 'S' is 19, and 'H' is 8, what is the code for 'BIRD' where 'B' is 2, 'I' is 9, 'R' is 18, and 'D' is 4?
Answer: A. 29184
The code for 'BIRD' is formed by concatenating the numerical values of each letter: B=2, I=9, R=18, D=4, resulting in '29184'.