1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
jonny [76]
3 years ago
10

Assume that the proportion of voters who prefer Candidate A is p = 0.617 . Organization D conducts a poll of n = 5 voters. Let X

represent the number of voters polled who prefer Candidate A. Use some form of appropriate technology (e.g., your calculator or statistics software like Excel, R, or StatDisk) to find the cumulative probability distribution.

Mathematics
1 answer:
I am Lyosha [343]3 years ago
7 0

Answer:

Figure attached. See explanation below

Step-by-step explanation:

Previous concepts  

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".  

Solution to the problem

Let X the random variable of interest "number of voters polled who prefer Candidate A", on this case we now that:  

X \sim Binom(n=5, p=0.617)  

The probability mass function for the Binomial distribution is given as:  

P(X)=(nCx)(p)^x (1-p)^{n-x}  

Where (nCx) means combinatory and it's given by this formula:  

nCx=\frac{n!}{(n-x)! x!}  

We can create the cumulative distribution function with the following R code:

> x<-seq(0,5,1)

> y<-dbinom(x,5,p=0.617)

> plot(x,y,type = "h", main="PMF function") # the pmf function

> x= rbinom(n=10000,5, 0.617)

> P= ecdf(x)

> plot(P) # The cdf function

You might be interested in
A container is shaped like a triangular prism. Each base of the container is anequilateral triangle with the dimension shown. Th
IrinaVladis [17]

Answer:The lateral surface area Al of the triangular prism is 270cm^2

Step-by-step explanation:

An equilateral triangle has all 3 sides equal = 6 cm each

The height of the container is 15cm

Lateral surface area,Al =(a + b + c)h

Al= (6+6+6)15

Al= (18)15 = 270cm^2

3 0
3 years ago
Please help...........................
Mkey [24]

Answer:

Answer 3, 8 \sum_{n=0}^{27} n

Step-by-step explanation:

If every element of the sum is multiplied by 8, we can just pull the 8 in front of the sum symbol.

8 0
2 years ago
Yuto has a bag containing 3 red marbles, 5 blue marbles, 2 green marbles, and 8 yellow marbles. Rin reaches into the
yarga [219]

Answer:

17

Step-by-step explanation:

Initial marbles : 3+5+2+8 = 18

After taking blue marble out : 18 - 1 = 17

8 0
2 years ago
I don't get it. Can you also explain why and the steps
Fynjy0 [20]
I think this shows more helpful to u 
any other question about this ask me!!

7 0
3 years ago
HELP! My teacher didn't teach half the material! How do I do this!?!?!?!
Sladkaya [172]

Answer:

<h2>x=-0.3</h2>

Step-by-step explanation:

1-(-7.2x+3.5)=5+3(7.4x-1) first parenthesis

1+7.2x-3.5=5+22.2x-3  

7.2x-2.5=2+22.2x (x on one side and numbers on other)

22.2x-7.2x= -2-2.5

15x=4.5 divide by 15

x=-4.5/15

<h2>x=-0.3</h2>

5 0
3 years ago
Other questions:
  • ​On the directed line segment from R to S on the coordinate plane ​above, what are the coordinates of the point that partitions
    7·1 answer
  • Explain how to write 5/8 as a product of a whole number and a unit fraction
    14·1 answer
  • Solve x^2 + 5x - 6 = 0
    5·1 answer
  • Does anyone know this?
    14·1 answer
  • Simplify (2^3)^-2<br> -1/64<br> 1/64<br> 2<br> 64
    14·1 answer
  • . In a deck of 52 playing cards, are the odds favorable that you will draw a heart or a diamond?
    14·1 answer
  • Hello :) <br> Please help me solve this <br><br> Explain answer
    12·2 answers
  • 36% of the members in a gym are females. There are 252 female gym members
    6·2 answers
  • I need help, ASAP!! Thank you
    7·1 answer
  • Simplify 16a^2 ÷a+3a x 2​
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!