1a. Suppose I have a gaming web site that can only handle 10players at the same time, or else my server will crash. I have 50users. Each user is online and playing the game 20% of the time.What is the probability that my server will crash. 1b Now supposethat it is acceptable if the crashing probability is less than 1%.What is the maximum number of users my server can handle? 1c. Whatis the maximum number of users I can support if my server is twiceas large and can handle 20 simultaneous players?