Alice and Bob are playing a guessing game. Than game is played in 10 rounds. At each round, Alice draws a number from a truncated normal distribution with mu=30 & sigma=10 (values being capped between [0, 60]) and bob tries to guess the number Alice draws. • If Bob's guess is right he receives 1000 dollars • If Bob's guess is lesser than Alice's number, Bob loses 2 dollars • If Bob's guess is higher than Alice's number, Bob loses 1 dollar In a 10 rounds, what is the MAXIMUM EXPECTED money Bob can get?