Question

7.

a.

Assume that random guesses are made for nine multiple choice questions on an SAT test, so that there are n = 9 trials, each wb.

Assume that random guesses are made for 2 multiple-choice questions on a test with 2 choices for each question, so that therec.

Assume that when adults with smartphones are randomly selected, 46% use them in meetings or classes. If 8 adult smartphone us

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution-a:

Binomial distribution

X~B(9,0.2)

Use pbinomGC in R studio to get the answer:

library(tigerstats)
pbinomGC(bound=3,region="below", size=9,prob=0.2,graph=TRUE)
0.9143583

ANSWER:

P(X<3)=0.9144

Solution-b:

n=2 p=0.5

P(no correct answers)=P(X=0)

pbinomGC(bound=c(0,0),region="between", size=2,prob=0.5,graph=TRUE)

binom(2,0.5) Distribution: Shaded Area 0.25 0 X (X)d 0 00 0.2 0.3 0.4 0.5

=0.25

ANSWER:

P(no correct answers)=0.250

Solution-c:

n=8

x=6

p=0.46

Rcode:

library(tigerstats)
pbinomGC(bound=c(6,6),region="between", size=8,prob=0.46,graph=TRUE)

0.07735574

binom(8,0.46) Distribution: Shaded Area= 0.077 X (x)d 00 0 0.10 0.20

the probability is 0.0774

Rsceenshot:

RStudio ile Edit Code View Plots Session Build Debug Profile Tools Help Project Addins Go to file/function Untitled8* X Untit

Add a comment
Know the answer?
Add Answer to:
7. a. b. c. Assume that random guesses are made for nine multiple choice questions on...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT