Question

In: Math

A Theater has n numbered seats, and n tickets are distributed among n persons. Compute the...

A Theater has n numbered seats, and n tickets are distributed among n persons. Compute the probability that

(a) exactly two persons will be seated at seats corresponding to their ticket numbers if all the seats are occupied at random.

(b) at least two persons will be seated at seats corresponding to their ticket numbers if all the seats are occupied at random.

Solutions

Expert Solution


Related Solutions

in java Print a list of seats in a theater. Rows are numbered, columns lettered, as...
in java Print a list of seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E. Print a space after each seat. Create a nested loop to print the following: 1A 1B 1C 1D 3A 3B 3C 3D 5A 5B 5C 5D
Given numRows and numColumns, print a list of all seats in a theater. Rows are numbered,...
Given numRows and numColumns, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E. Print a space after each seat, including after the last. Use separate print statements to print the row and column. Ex: numRows = 2 and numColumns = 3 prints: 1A 1B 1C 2A 2B 2C import java.util.Scanner; public class NestedLoops {    public static void main (String [] args) {       Scanner scnr = new Scanner(System.in);      ...
Given numRows and numCols, print a list of all seats in a theater. Rows are numbered,...
Given numRows and numCols, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E. Print a space after each seat, including after the last. Ex: numRows = 2 and numCols = 3 prints: 1A 1B 1C 2A 2B 2C #include <iostream> using namespace std; int main() {    int numRows = 2;    int numCols = 3;    // Note: You'll need to define more variables    /* Your solution goes...
Given numRows and numColumns, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E.
4.8.2: Nested loops: Print seats. C++Given numRows and numColumns, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E. Print a space after each seat, including after the last. Ex: numRows = 2 and numColumns = 3 prints:1A 1B 1C 2A 2B 2C#includeusing namespace std;int main() {int numRows;int numColumns;int currentRow;int currentColumn;char currentColumnLetter;cin >> numRows;cin >> numColumns;/* Your solution goes here */cout << endl;return 0;}
A theater has 500 seats, divided into orchestra, main, and balcony seating. Orchestra seats sell for...
A theater has 500 seats, divided into orchestra, main, and balcony seating. Orchestra seats sell for $50, main seats for $35, and balcony seats for $25. If all the seats are sold, the gross revenue to the theater is $17,100. If all the main and balcony seats are sold, but only half the orchestra seats are sold, the gross revenue is $14,600. How many balcony seats are there?
4. An airline sells 338 tickets for a flight to Manila which has 335 seats. It...
4. An airline sells 338 tickets for a flight to Manila which has 335 seats. It is estimated that 98% of all ticketed passengers show up for the flight. Find the probability that the flight will depart with (at least one) empty seats? (10)
ABC Theater runs multiple shows each month. Each of the 5 theaters has 100 seats. The...
ABC Theater runs multiple shows each month. Each of the 5 theaters has 100 seats. The selling price for each ticket is $10, no matter which show or time of day. Adults, Seniors and Children admissions are all $10 each. Given the following financial data: ABC Theaters pays $8,000 rent for the theater equipment each month ABC Theaters owns the building and records depreciation of $1,500 each month The management has determined that there is a variable cost of $2...
A movie theater has at most 90 seats available. Each adult movie ticket costs $14, and...
A movie theater has at most 90 seats available. Each adult movie ticket costs $14, and each child movie ticket costs $8. To make a profit, the theater must bring in more than $852 in ticket sales per show. A) In terms of A and C, write an inequality that represents the restriction on total occupancy. B) In terms of A and C, write an inequality that represents the restriction on total ticket sales. C) Make a graph that represents...
5. A flight from New York to Atlanta has 146 seats. Advance tickets purchased cost $74....
5. A flight from New York to Atlanta has 146 seats. Advance tickets purchased cost $74. Last-minute tickets cost $114. Demand for full-fare tickets is normally distributed with a mean of 92 and standard deviation of 30. What booking limit maximizes expected revenues? Assume there are no no-shows and always enough advanced purchasers to fill the flight.
Compute the following probabilities: a. If Y is distributed N(3, 3), find Pr(Y ≤ 3). b....
Compute the following probabilities: a. If Y is distributed N(3, 3), find Pr(Y ≤ 3). b. Y is distributed N(-1, 25), find Pr(Y > 0). c. Y is distributed N(5, 25), find Pr(0 ≤ Y ≤ 10)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT