Question

1. Two dice are rolled. There are 36 possible outcomes, the sample space is: (1,1) (1,2)...

1. Two dice are rolled. There are 36 possible outcomes, the sample space is:

(1,1) (1,2) (1,3) (1,4) (1,5) (1,6) (2,1) (2,2) (2,3) (2,4) (2,5) (2,6) (3,1) (3,2) (3,3) (3,4) (3,5) (3,6) (4,1) (4,2) (4,3) (4,4) (4,5) (4,6) (5,1) (5,2) (5,3) (5,4) (5,5) (5,6) (6,1) (6,2) (6,3) (6,4) (6,5) (6,6)

A = ‘second roll is a 6’

B = ‘sum of two dice equals 7’

C = ‘sum of two dice equals 3’

a. What is P(B|A)?

b. What is P(B|C)?

c. Are A and B independent? What about A and C? Show why or why not.

d. Are A and B mutually exclusive? What about A and C? Show why or why not.

e. What is P(A or B’)?

Homework Answers

Answer #1

In the solution, for any event E, we will use the notation as the number of possible outcomes favourable to E. We will also denote the sample space by  .

Part (a)

Part (b)

Part (c)

Here,

Again,

and,

Hence, and thus A and B are independent events.

Again,

Also,

Thus, and hence A and C are not independent.

Part (d)

We have already shown in Part (c) that and .

Hence, A and C are mutually exclusive events, while A and b are not.

Part (e)

Assuming that means , i.e. complement of B.

Now,

So,

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Question 1: Roll two fair dice. Then the sample space S is the following. S =...
Question 1: Roll two fair dice. Then the sample space S is the following. S = (1,1) (1,2) (1,3) (1,4) (1,5) (1,6) (2,1) (2,2) (2,3) (2,4) (2,5) (2,6) (3,1) (3,2) (3,3) (3,4) (3,5) (3,6) (4,1) (4,2) (4,3) (4,4) (4,5) (4,6) (5,1) (5,2) (5,3) (5,4) (5,5) (5,6) (6,1) (6,2) (6,3) (6,4) (6,5) (6,6) Let E be the event that the sum of the dice is odd, let F be the event that the first die lands on 1, and let G...
9K)Below is a list of all possible outcomes in the experiment of rolling two die. (If...
9K)Below is a list of all possible outcomes in the experiment of rolling two die. (If the grid pops up twice, pay attention to only one table. Having formatting issues, apologies! And thank you for your help! 1,1 1,2 1,3 1,4 1,5 1,6 2,1 2,2 2,3 2,4 2,5 2,6 3,1 3,2 3,3 3,4 3,5 3,6 4,1 4,2 4,3 4,4 4,5 4,6 5,1 5,2 5,3 5,4 5,5 5,6 6,1 6,2 6,3 6,4 6,5 6,6 Determine the following probabilities. Write your answers...
using mysql lyrics.database. i will provide the lyrics schema database info below 1. List the first...
using mysql lyrics.database. i will provide the lyrics schema database info below 1. List the first name, last name, and region of members who do not have an email. 2. List the first name, last name, and region of members who do not have an email and they either have a homephone ending with a 2 or a 3. 3. List the number of track titles that begin with the letter 's' and the average length of these tracks in...
Describe what the following query does using lyrics database with mysql. lyrics database is posted below...
Describe what the following query does using lyrics database with mysql. lyrics database is posted below 1.) select m.lastname, m.firstname, s.lastname from members m inner join salespeople s using (salesID) order by m.lastname asc; 2.) select studioID, studioname, base from salespeople sa inner join studios st on (sa.salesID = st.salesid) where base < 300 3.) SELECT artistName FROM Artists WHERE artistID IN (SELECT artistID FROM Titles) DROP TABLES IF EXISTS Artists,Genre, Members, Titles, Tracks,SalesPeople,Studios,XrefArtistsMembers; DROP TABLES IF EXISTS Authors,Publishers,Titles,Title_Authors,Royalties; DROP...
Q1. Use Union statements to show the following: list the number of artists that have a...
Q1. Use Union statements to show the following: list the number of artists that have a webaddress, the number of artists that do not have a webaddress, and the total number of artists. The output should look like: +--------------------------+----------+ | Has webaddress | count(*) | +--------------------------+----------+ | Has webaddress | 5 | | Does not have webaddress | 6 | | Total | 11 | +--------------------------+----------+ Q2. A new salesperson has been hired. Their SalesID is 5, full name is...