In the game of roulette, a wheel consists of 38 slots, numbered 0, 00, 1, 2, ..., 36. To play the game, a metal ball is spun around the wheel and allowed to fall into one of the numbered slots. The slots numbered 0 and 00 are green, the odd numbers are red, and the even numbers are black. To simulate outcomes from spinning the wheel, a researcher used the integer distribution to randomly generate 1000 numbers from 1 to 38, where 37 represents 0 and 38 represents 00.
Required:
a. What is the probability that the metal ball lands on green or red?
b. What is the probability that the metal ball does not land one green?