Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

21. If 13 people are selected at random and with replacement, which of the following lines of R code computes the probability that up to

21. If 13 people are selected at random and with replacement, which of the following lines of R code computes the probability that up to 7 of them have favorite color red?

A. pbinom(7, n=13, prob=0.25, lower.tail=FALSE)

B. dbinom(7, n=13, prob=0.25)

C. pnorm(7, mu=13, sigma=0.25, lower.tail=FALSE)

D. pbinom(7, n=13, prob=0.25)

E. pnorm(7, mu=13, sigma=0.25)

F. dnorm(7, mu=13, sigma=0.25)

22. If 13 people are selected at random and with replacement, which of the following lines of R code computes the probability that more than 7 of them have favorite color red?

A. pnorm(7, mu=13, sigma=0.25)

B. pbinom(7, n=13, prob=0.25)

C. dnorm(7, mu=13, sigma=0.25)

D. pbinom(7, n=13, prob=0.25, lower.tail=FALSE)

E. pnorm(7, mu=13, sigma=0.25, lower.tail=FALSE)

F. dbinom(7, n=13, prob=0.25)

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

Real Analysis Foundations And Functions Of One Variable

Authors: Miklos Laczkovich, Vera T Sós

1st Edition

1493927663, 9781493927661

More Books

Students also viewed these Mathematics questions

Question

1. Answer: 2. Answer: 3. Answer: 4. Answer: 5. Answer: 6. Answer:

Answered: 1 week ago