document.write( "Question 1199739: An experiment consists of first rolling a die and then tossing a coin:\r
\n" );
document.write( "\n" );
document.write( "a. How many elements are there in the sample space? \r
\n" );
document.write( "\n" );
document.write( "b. Let A be the event that either a 2 or 3 is rolled first, followed by landing a head on the coin toss.
\n" );
document.write( "P(A) =
\n" );
document.write( " Present your answer as a decimal rounded to four decimal places.\r
\n" );
document.write( "\n" );
document.write( "c. Let B be the event that a number less than 3 is rolled, followed by landing a head on the coin toss. Are the events A and B mutually exclusive?\r
\n" );
document.write( "\n" );
document.write( "Yes, they are Mutually Exclusive
\n" );
document.write( "No, they are not Mutually Exclusive \n" );
document.write( "
Algebra.Com's Answer #833691 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The sample space is: \n" ); document.write( "1H \n" ); document.write( "2H \n" ); document.write( "3H \n" ); document.write( "4H \n" ); document.write( "5H \n" ); document.write( "6H \n" ); document.write( "1T \n" ); document.write( "2T \n" ); document.write( "3T \n" ); document.write( "4T \n" ); document.write( "5T \n" ); document.write( "6T \n" ); document.write( "a) Thus, there are 12 elements \n" ); document.write( "b) The possibilities are 2H and 3H. P(A) = 2/12 = 1/6 \n" ); document.write( "c) They are not mutually exclusive. These are independent events. The result of the coin toss is not affected by what number is rolled. \n" ); document.write( " |