Consider Question 23. Suppose now there are 10 infected pers…

Consider Question 23. Suppose now there are 10 infected persons. we want to use R to do one simulation to find out in total how many new cases will be generated by these 10 existing cases (that is, we want to simulate this random experiment in R instead of calculating theoretical values). Which of the following R code is correct?  

For the given problem, fill-in the answer with the correct n…

For the given problem, fill-in the answer with the correct number value.    The Rufus Cafe has a special lunch menu in which the diner chooses a soup or salad, a main course, and a dessert. There are `S1` choices of soups, `S2` choices of salads, `M` choices of the main courses, and `D` choices of desserts. Determine how many different three-course meals diners can order for lunch.