Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Here are all possible rolls of two dice: In[1]:= X = Flatten [Table [j + k, {j, 1, 6), {k, 1, 6)]] Out[1]= {2, 3,

image text in transcribed
image text in transcribed
Here are all possible rolls of two dice: In[1]:= X = Flatten [Table [j + k, {j, 1, 6), {k, 1, 6)]] Out[1]= {2, 3, 4, 5, 6, 7, 3, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8, 9, 5, 6, 7, 8, 9, 10, 6, 7, 8, 9, 10, 11, 7, 8, 9, 10, 11, 12} Given that a random roll is > 10, you can see by direct counting that the probability that the roll is 12 is - In [2]:= Y = Select [X, #1 >= 10 & ] Out[2]= [10, 10, 11, 10, 11, 12} Get the same result using the conditional probability formula

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logic And Computer Design Fundamentals

Authors: M. Morris Mano, Charles Kime, Tom Martin

5th Edition

0133760634, 978-0133760637

More Books

Students also viewed these Mathematics questions

Question

What does it mean when the explanatory variables are collinear?

Answered: 1 week ago