answer.
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
Lena [83]
1 year ago
12

The number of typos made by a student follows Poisson distribution with the rate of 1.5 typos per page. Assume that the numbers

of typos on different pages are independent. (a) Find the probability that there are at most 2 typos on a page. (b) Find the probability that there are exactly 10 typos in a 5-page paper. (c) Find the probability that there are exactly 2 typos on each page in a 5-page paper. (d) Find the probability that there is at least one page with no typos in a 5-page paper. (e) Find the probability that there are exactly two pages with no typos in a 5-page paper.
Mathematics
1 answer:
crimeas [40]1 year ago
3 0

Answer:

a) 0.8088 = 80.88% probability that there are at most 2 typos on a page.

b) 0.0858 = 8.58% probability that there are exactly 10 typos in a 5-page paper.

c) 0.001 = 0.1% probability that there are exactly 2 typos on each page in a 5-page paper.

d) 0.717 = 71.7% probability that there is at least one page with no typos in a 5-page paper.

e) 0.2334 = 23.34% probability that there are exactly two pages with no typos in a 5-page paper.

Step-by-step explanation:

Poisson distribution:

In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:

P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}

In which

x is the number of sucesses

e = 2.71828 is the Euler number

\mu is the mean in the given interval.

Binomial distribution:

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

In which C_{n,x} is the number of different combinations of x objects from a set of n elements, given by the following formula.

C_{n,x} = \frac{n!}{x!(n-x)!}

And p is the probability of X happening.

The number of typos made by a student follows Poisson distribution with the rate of 1.5 typos per page.

This means that \mu = 1.5n, in which n is the number of pages.

(a) Find the probability that there are at most 2 typos on a page.

One page, which means that \mu = 1.5

This is

P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)

In which

P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}

P(X = 0) = \frac{e^{-1.5}*(1.5)^{0}}{(0)!} = 0.2231

P(X = 1) = \frac{e^{-1.5}*(1.5)^{1}}{(1)!} = 0.3347

P(X = 2) = \frac{e^{-1.5}*(1.5)^{2}}{(2)!} = 0.2510

P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.2231 + 0.3347 + 0.2510 = 0.8088

0.8088 = 80.88% probability that there are at most 2 typos on a page.

(b) Find the probability that there are exactly 10 typos in a 5-page paper.

5 pages, which means that n = 5, \mu = 5(1.5) = 7.5.

This is P(X = 10). So

P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}

P(X = 10) = \frac{e^{-7.5}*(7.5)^{10}}{(10)!} = 0.0858

0.0858 = 8.58% probability that there are exactly 10 typos in a 5-page paper.

(c) Find the probability that there are exactly 2 typos on each page in a 5-page paper.

Two typos on a page: 0.2510 probability.

Two typos on each of the 5 pages: (0.251)^5 = 0.001

0.001 = 0.1% probability that there are exactly 2 typos on each page in a 5-page paper.

(d) Find the probability that there is at least one page with no typos in a 5-page paper.

0.2231 probability that a page has no typo, so 1 - 0.2231 = 0.7769 probability that there is at least one typo in a page.

(0.7769)^5 = 0.283 probability that every page has at least one typo.

1 - 0.283 = 0.717 probability that there is at least one page with no typos in a 5-page paper.

(e) Find the probability that there are exactly two pages with no typos in a 5-page paper.

Here, we use the binomial distribution.

0.2231 probability that a page has no typo, so p = 0.02231

5 pages, so n = 5

We want P(X = 2). So

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 2) = C_{5,2}.(0.2231)^{2}.(0.7769)^{3} = 0.2334

0.2334 = 23.34% probability that there are exactly two pages with no typos in a 5-page paper.

You might be interested in
A mechanical dart thrower throws darts independently each time, with probability 10% of hitting the bullseye in each attempt. Th
Arturiano [62]

Answer:

The probability of hitting the bullseye at least once in 6 attempts is 0.469.

Step-by-step explanation:

It is given that a mechanical dart thrower throws darts independently each time, with probability 10% of hitting the bullseye in each attempt.

The probability of hitting bullseye in each attempt, p = 0.10

The probability of not hitting bullseye in each attempt, q = 1-p = 1-0.10 = 0.90

Let x be the event of  hitting the bullseye.

We need to find the probability of hitting the bullseye at least once in 6 attempts.

P(x\geq 1)=1-P(x=0)       .... (1)

According to binomial expression

P(x=r)=^nC_rp^rq^{n-r}

where, n is total attempts, r is number of outcomes, p is probability of success and q is probability of failure.

The probability that the dart thrower not hits the bullseye in 6 attempts is

P(x=0)=^6C_0(0.10)^0(0.90)^{6-0}

P(x=0)=0.531441

Substitute the value of P(x=0) in (1).

P(x\geq 1)=1-0.531441

P(x\geq 1)=0.468559

P(x\geq 1)\approx 0.469

Therefore the probability of hitting the bullseye at least once in 6 attempts is 0.469.

3 0
1 year ago
17. It takes one minute to fill (3/7) th of a vessel. What is the time taken in
Vinil7 [7]

Answer:

Given that 1minute =3/7of the vessel

let the time taken in minutes to fill the whole of the vessel be' x' minute.

1min =3/7

xmin =whole vessel =1=7/7

=3x/7=1=x=7/3=2.3min=2min.3sec

8 0
1 year ago
Kate packs snow into 5 identical jars. Each jar represents a different depth of snow. Kate then lets the snow in each jar comple
Xelga [282]

Answer:

A, C, E

Step-by-step explanation:

From the table you can see that the water depth cahnges

0.8-0.4=1.2-0.8=1.6-1.2=2.0-1.6=0.4\ in

for every

4-2=6-4=8-6=10-8=2\ in of snow (option B is false).

This means that the function modelling this situation is linear function (option A is true and option D is false). Let the equation of this function be y=ax+b. Then

0.4=2a+b,\\ \\0.8=4a+b.

Subtract these two equations:

2a=0.8-0.4,\\ \\2a=0.4,\\ \\a=0.2.

Hence,

b=0.4-2\cdot 0.2=0.

The equation of the straight line (the graph of linear function) is y=0.2x. (option E is true) This line passes through the point (0,0), because its coordinates satisfy the equation (option C is true).

9 0
2 years ago
Read 2 more answers
P=100a÷t solve for a
pishuonlain [190]

<u><em>a=1/100pt is the correct answer.</em></u> First you had to multiply by t from both sides of equation, and it gave us, ⇒ pt=100a. And then you had to flip an equation, and it gave us, ⇒100a=pt. You can also divide by one-hundred (100) from both sides of equation, and it gave us, \frac{100a}{100}=\frac{pt}{100}. And finally, and it gave us the answer is a=1/100pt is the final answer. Hope this helps! And thank you for posting your question at here on brainly, and have a great day. -Charlie

8 0
2 years ago
Read 2 more answers
If x and y are two positive real numbers such that x 2 +4y 2 =17 and xy =2, then find the value of x- 2y. a. 3 b. 4 c. 8 d. 9
Dafna11 [192]

Answer: The value of x- 2y is a. \pm 3.

Step-by-step explanation:

Given:  x and y are two positive real numbers such that x^2+4y^2=17   and xy= 2 .

Consider (x-2y)^2=x^2-2(x)(2y)+(2y)^2\ \ \ [(a+b)^2=(a^2-2ab+b^2)]

=x^2-4xy+4y^2

=x^2+4y^2-4(xy)

Put  x^2+4y^2=17   and xy= 2 , we get

(x-2y)^2=17-4(2)=17-8=9

\Rightarrow\ (x-2y)^2=9

Taking square root on both sides , we get'

x-2y= \pm3

Hence, the value of x- 2y is a. \pm 3.

7 0
1 year ago
Other questions:
  • A share of stock in the Lofty Cheese Company is quoted at 25 1/4. Suppose you hold 30 shares of that stock, which you bought at
    10·1 answer
  • Two fifths of the square of the number j in algebraic exprission
    8·2 answers
  • The three trapezoids have the same base lengths, but different angle measures. Which trapezoid has the greatest area? Explain.
    7·2 answers
  • 1. Assume the reserve requirement is 10%. First National Bank receives a deposit of $5,400. If there is no slippage, how much co
    8·1 answer
  • I need to solve this equation: x= r-h/ y<br> for h and then for r
    11·2 answers
  • I need to know how to solve part b please!
    7·1 answer
  • Every day, a lecture may be canceled due to inclement weather with probability 0.05. Class cancelations on different days are in
    7·1 answer
  • Which diagram represents the postulate that states exactly one line exists between any two points?
    9·2 answers
  • And remember the little $4308 pizza-mistake? How many weeks would you have
    6·1 answer
  • The value of a tractor decreases over time and is given by
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!