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
Tessa spent $22 on 11 song downloads. How much did each song cost?
Reika [66]

Answer:

Each song cost $2

Step-by-step explanation:

2 times 11 is 22

Make me brainliest if this helps!

4 0
3 years ago
Read 2 more answers
Brian compared the absolute values of the numbers−12,34,and−14.Arrange the numbers from least to greatest.
solniwko [45]

Answer:

-12, -14, 34

Step-by-step explanation:

3 0
3 years ago
Buddy, Louis, Mabel and Spot are all puppies and are playing in the forest. They notice seven bees and five cockroaches, and the
Natasha2012 [34]

Answer:

188 legs

Step-by-step explanation:

A game of legs!!

In this question, we are asked to calculate the number of legs of animals present in the question.

Let’s first identify the individual brands of animals present. We have ;

4 dogs, 7 bees, 5 cockroaches, 8 spiders, 3 deers, 4 boars and 2 antlers.

A dog has 4 legs; this means total number of legs contributed by the dogs to the pool will be 4 * 4 = 16 legs

A bee has six legs; total number of bees legs is thus 7 * 6 = 42 legs

A cockroach has 6 legs; total number of cockroaches legs is 6 * 5 = 30 legs

8 spiders have a total of 8 * 8 = 64 legs

3 deers, 4 boars and 2 antlers have 4 legs each making a total of 9 * 4 = 36 legs

The total number of legs present is thus; 36 + 64 + 30 + 42 + 16 = 188 legs

6 0
3 years ago
Please help this is due in 10 minutes!!!
Mandarinka [93]

Answer:

3053.63 un³

Step-by-step explanation:

Hello!

The diameter is 18, so the radius is half of the diameter, or 9.

Using the volume of a sphere formula: \frac43\pi r^3

Solve:

  • \frac43\pi r^3
  • \frac43\pi *9^3
  • \frac43*729\pi
  • 972\pi
  • 3,053.6280592893 ≈ 3,053.63

The volume is 3053.63 un³.

7 0
2 years ago
Given that rectangle MNOP rectangle STUV what is the length of TU
Lerok [7]

Answer:

TU = 22.5 units

Step-by-step explanation:

Given that the rectangles are similar then the ratios of corresponding sides are equal, that is

\frac{UV}{OP} = \frac{TU}{NO}, substitute values, note NO = MP = 15

\frac{9}{6} = \frac{TU}{15} ( cross- multiply )

6TU = 135 ( divide both sides by 6 )

TU = 22.5 units

7 0
3 years ago
Read 2 more answers
Other questions:
  • All questions are about this system of equations:
    13·1 answer
  • If Anne can type 8 words for every 5 words. James can type if James can type 150 words how many words can Anne type? HELP PLEEEA
    14·2 answers
  • If the sides are 3 in,5 in,3.5 in<br> and the angles are 44',100',36' is it a isosceles or scalene?
    12·1 answer
  • Re-arrange this polynomial so its terms
    11·1 answer
  • I need helpppppppppppppppppppppppppppppp
    9·1 answer
  • ASAP
    6·1 answer
  • The distance an object falls when dropped from a tower varies directly as the square of the time it falls. If the object falls 1
    12·2 answers
  • Help. ill give brainliest
    14·2 answers
  • Jack went to a local restaurant and ordered the following:
    15·2 answers
  • Help help help :) I don’t know and please no fake answers
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!