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.  

Rufus Theater has 4 cinema screens:  I, II, III, IV.  The at…

Rufus Theater has 4 cinema screens:  I, II, III, IV.  The attendance for a Friday afternoon matinee are given in the following matrix A.   \(\begin{gathered} \ \quad\qquad  \ \text { Attendance }  \\\qquad  \ \qquad \quad \ \text {I}\ \quad  \text {II}\ \quad  \text {III}\ \quad  \text {IV}\   \\A=\begin{array}{cccc}\text { Child} \\\text {Student} \\\text {Adult} \\\end{array}\left\end{gathered}\) If ticket prices are $6 for children, $8 for students, and $10 for adults, in the given box answer the following questions. Write a row vector B that represents admission prices. Multiply the two matrices to determine the gross receipts for each theater. Determine the total revenue for the Rufus Center that Friday afternoon.