Question

In: Math

I am having trouble with all three parts. A shelf contains 3 novels, 2 books of...

I am having trouble with all three parts.

A shelf contains 3 novels, 2 books of poetry, and 1 dictionary. We select 2 books at random in turn without replacement. Define events A and N by: A = “the dictionary is selected”, N = “at least one novel is selected”. Show your work to find each of the following:

(a) P(A' )

(b) P(N)

(c) P(A ∩ N).

Solutions

Expert Solution

(a)
Novels = 3

Poetry = 2

Dictionary = 1

Total = 6

Books selected = 2

A = Dictionary is selected

N = At least 1 Novel is selected.

Case1:

Selection 1: Dictionary is selected.

P(Selection 1) = 1/6

Selection 2: Other than Dictionary isselection.

P(Selection 2)=1 since there is only 1 Dictionary.

So,

P(Case 1) = 1/6

Case 2:
Selection 1: Dictionary is not selected.

P(Selection 1) = 5/6.

Selection 2: Dictionary is selected.

P(Selection 2) = 1/5, because number of books = 5 after 1 is selected in Selection 1.

So,

P(Case 2) = 5/6 X 1/5 = 1/6

So,

P(A) =1/6 + 1/6 = 1/3

So,

P(A') = 1 - 1/3 = 2/3

(b)

Selection 1:No novel selected.

So,

P(Selection 1)= 5/6

Selection 2: No novel selected

So,

P(Selection 2) =4/5

So,

P(NoNovel selected) = 5/6 X 4/5 = 4/6 = 2/3

So,

P(N) = 1 - 2/ 3 = 1/3

(c)

P(AN) = P(Dictionary is selected AND at least one novel is selected) = P(Dictionary AND 1 Novel selected) = 1/3 X 1/3 =1/9


Related Solutions

Please show work! I have the answers to these parts, but I am having trouble working...
Please show work! I have the answers to these parts, but I am having trouble working through the problem to find the answer. Find the solution of the IVP: d.) 5y" - y' = 0, y(0) = -1, y'(0) = -1 (answer: y(t)=4 - 5 et/5) e.) 3y" - y = 0, y(0) = 3, y(t) is bounded for 0 <= t < infinity (answer: y = 3 exp(-(1/3)sqrt(3)t) ) g.) y" + 2y' + y = 0, y(0) =...
I am working on these study questions and am having trouble understanding how it all works...
I am working on these study questions and am having trouble understanding how it all works together. Any help would be greatly appreciated!! An all equity firm is expected to generate perpetual EBIT of $50 million per year forever. The corporate tax rate is 0% in a fantasy no tax world. The firm has an unlevered (asset or EV) Beta of 1.0. The risk-free rate is 5% and the market risk premium is 6%. The number of outstanding shares is...
I am having a trouble with a python program. I am to create a program that...
I am having a trouble with a python program. I am to create a program that calculates the estimated hours and mintutes. Here is my code. #!/usr/bin/env python3 #Arrival Date/Time Estimator # # from datetime import datetime import locale mph = 0 miles = 0 def get_departure_time():     while True:         date_str = input("Estimated time of departure (HH:MM AM/PM): ")         try:             depart_time = datetime.strptime(date_str, "%H:%M %p")         except ValueError:             print("Invalid date format. Try again.")             continue        ...
I was able to calculate (a) but I am having trouble with the calculations of (b)....
I was able to calculate (a) but I am having trouble with the calculations of (b). Thanks! The following are New York closing rates for A$/US$ and $/£:                                     A$/$ = 1.5150;               $/£ = $1.2950             (a) Calculate the cross rate for £ in terms of A$ (A$/£).             (b) If £ is trading at A$1.95/£ in London (cross market) on the same day, is there an arbitrage opportunity?  If so, show how arbitrageurs with £ could profit from this opportunity and calculate the arbitrage...
I am working through this solution in rstudio and am having trouble fitting this table into...
I am working through this solution in rstudio and am having trouble fitting this table into a linear regression analysis. an answer with corrosponding r code used would be greatly appreciated A study was conducted to determine whether the final grade of a student in an introductory psychology course is linearly related to his or her performance on the verbal ability test administered before college entrance. The verbal scores and final grades for all 1010 students in the class are...
I am having trouble differentiating these. Can someone provide steps for these? I only need 1-3,...
I am having trouble differentiating these. Can someone provide steps for these? I only need 1-3, 4 is always rejecting or failing to reject null. - Hypothesis testing (4 steps) for comparing variances when sample sizes are equal. - Hypothesis testing (4 steps) for comparing variances when sample sizes are not equal. - Hypothesis testing (4 steps) with the independent-measures t statistic (variances assumed unequal). Be able to compute effect size using r^2. Thank you :)
I am taking a Data Structures and Program Design class. BUT, I am having trouble getting...
I am taking a Data Structures and Program Design class. BUT, I am having trouble getting access to the vectors so that I can compare the guesses with the random numbers. I’ve been working on this for several days and don't feel any closer to a solution and could really use some help as I really don't know how to get this to work. Thank you! The assignment is: Design an ADT for a one-person guessing game that chooses 4...
I am having the most trouble with 1d: 1. a. Prove that if f : A...
I am having the most trouble with 1d: 1. a. Prove that if f : A → B, g : B → C, and g ◦f : A → C is a 1-to-1 surjection, then f is 1-to-1 and g is a surjection. Proof. b. Prove that if f : A → B, g : B → C, g ◦ f : A → C is a 1-to-1 surjection, and g is 1-to-1, then f is a surjection. Proof. c....
I am having trouble with a C++ code that I'm working on. It is a spell...
I am having trouble with a C++ code that I'm working on. It is a spell checker program. It needs to compare two arrays, a dictionary, and an array with misspelled strings that are compared to the strings in the dictionary. the strings that are in the second array that is not in the Dictionary are assumed to be misspelled. All of the strings in the dictionary are lowercase without any extra characters so the strings that are passed into...
I am having trouble fixing my build errors. The compiler I am using is Visual Studio.Thanks....
I am having trouble fixing my build errors. The compiler I am using is Visual Studio.Thanks. #include <iostream> #include <string> #include <cstdlib> using namespace std; /* * structure to store employee details * employee details are stored as linked list */ struct Employee { private:    string full_name; //full name    double net_income; //income public:    struct Employee *next; //pointing to the next employee details in the list                        /*                   ...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT