Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I hope you can help me with the following question. I appreciate it greatly. Thank you! The question: Example a) On this example we

Hello, I hope you can help me with the following question. I appreciate it greatly.

Thank you!

The question:

Example

a) On this example we will examine the probability a couple who has 8 children has exactly 5 boys.

b) Next we will look at the probability that they have more than 5 boys.

c) Finally we will look at the probability that they have at most 5 boys.

Assume a .5 chance of having a boy.

Solution can be solved using excel.

a) On this example we will examine the probability a couple who has 8 children has exactly 5 boys.

Type this in an excel cell

=binom.dist(5,8,.5,False)

and then hit enter

.21875 would be the answer

b) Next we will look at the probability that they have more than 5 boys.

Type this in an excel cell

=1-binom.dist(5,8,.5,True)

and then hit enter

.144531 would be the answer

c) Finally we will look at the probability that they have at most 5 boys.

Assume a .5 chance of having a boy.

Type thisin an excel cell

=binom.dist(5,8,.5,True)

and hit enter

.855469 would be the answer

My question now using the foregoing scenario:

A teacher has a total of 10 students of both girls and boys.

A.) find the probability of the teachers students were exactly 4 girls.

mya

b.) Find the probability of the teacher will not have less than 4 girls.

C.) Find the probability of the teachers will have at the most 4 girls.

Can you provide an excel document example of the answer as well?

Thank you so much!

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

Essential Discrete Mathematics For Computer Science

Authors: Harry Lewis, Rachel Zax

1st Edition

0691190615, 9780691190617

More Books

Students also viewed these Mathematics questions

Question

What are the benefits of making a to-do list? (p. 299)

Answered: 1 week ago