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
If a polynomial function f(x) has roots -9 and 7-i, what must be a factor of f(x)
Likurg_2 [28]

Hello from MrBillDoesMath!

Answer:

x + 9 and (x + ( i - 7)) are factors

Discussion:

If f(x) has roots -9 and 7-i then

f(x) = g(x)(x - (-9))  (x - (7-i))            ( g(x) is a polynomial of degree less than f(x))

That is, x + 9 and (x + ( i - 7)) are factors of f(x)

BTW: if the coefficients of f(x) are real (not stated in the Question) then the conjugate of 7-i, i.e. 7 + i, is  also be a root.

Thank you,

MrB

3 0
3 years ago
Read 2 more answers
The floor of the entryway to an office building will be tranglar. Twi angles will measure 40 and the side between them will have
Hoochie [10]

Answer:

n

Step-by-step explanation:n

4 0
3 years ago
Tim picked 1 7/12 buckets of apples, and Fred picked 4 2/3 buckets of apples. How many more buckets did Fred pick?
ElenaW [278]
The answer is 2 buckets

Explain:
Tim picked 1 7/12 and Fred picked 4 2/3
These as improper fractions are 19/12
And 8/3
To make these have the same denominator you would times the 8/3 by 4 to give 32/12
Take these two away, Fred has 13 more apples.
And as we calculated it with there being 12 in each bucket there would be one full bucket but we would need another bucket for the apple left
So Fred picked 2 more buckets than Tim.
Hoped it makes sense and that I helped
3 0
3 years ago
Um help. I have no clue what to do​
Arlecino [84]

I’m not sure but I think it’s sample x

5 0
3 years ago
PLS HELP!!! 7TH GRADE MATH
Dominik [7]

Answer:

The first picture is 72 ft²

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
Other questions:
  • if the cost of 4 shirts 4 pants 2cap is 560 dollars in a shop and the cost of 9shirts 9 paints and 6 caps is 1290 dollars then f
    7·1 answer
  • Consider the quadratic function f(x) = x2 – 8x – 4. What is the value of the leading coefficient? –8 –4 0 1
    15·2 answers
  • Use your device keyboard to enter x+1= 7 in the box.<br>Check Answer​
    9·1 answer
  • Why is the rise the value for the numerator and the run the value for the denominator?
    9·1 answer
  • AYUDAAAAAAAAAAAA Un numero es 40% mas que el otro número, si la suma de 2 números es 84 busca los 2 números.
    10·1 answer
  • Which of the following is rewriting 272/3
    11·1 answer
  • What do the parentheses mean in the expression 8(5x 9x + 6)?
    5·2 answers
  • George Martin loves The Beatles. Honestly, who doesn’t? On George’s favorite Spotify playlist, 40% of the songs are by The Beatl
    11·1 answer
  • Molly shared a spool of ribbon with 12 people. Each person received 3 feet of ribbon. Which equation can she use to find
    10·1 answer
  • What percentage is 20,039.5 of 29,902.03​
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!