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
Airida [17]
3 years ago
5

A geological study indicates that an exploratory oil well drilled in a certain region should strike oil with probability 0.1. As

sume that striking oil (viewed as success) at one drilling location is independent of success at another location.
(a) Let X be the number of successful strikes if 8 wells are dug. What is the distribution of X.

(b) What is the probability of obtaining at least (inclusive) 3 oil strikes if 8 wells are dug?

(c) If 40 wells are drilled, what is the approximate probability that 8 or fewer will strike oil? Justify your choice of the approximating distribution by verifying the relevant condition(s).
Mathematics
1 answer:
bekas [8.4K]3 years ago
6 0

Answer:

(a) The distribution of <em>X</em> is Binomial distribution.

(b) The probability of obtaining at least 3 oil strikes if 8 wells are dug is 0.0381.

(c) The probability that 8 or fewer wells will strike oil is 0.9876.

Step-by-step explanation:

Let random variable <em>X </em>= number of exploratory oil well drilled in a certain region should strike oil.

(a)

The probability of successful strike is, P (X) = <em>p</em> = 0.10.

The number of wells dug is, <em>n</em> = 8.

The outcome of the random variable <em>X</em> are:

  1. Successful strike.
  2. Unsuccessful strike.

The event of striking oil at one drilling location is independent of success at another location.

The random variables satisfies all the properties of a binomial random variable.

Thus, the distribution of <em>X</em> is Binomial distribution.

(b)

The probability function of a Binomial distribution is:

P(X=x) ={n\choose x}p^{x}(1-p)^{n-x};\ x=01,2,3,...

Compute the probability of obtaining at least 3 oil strikes if 8 wells are dug as follows:

P (X ≥ 3) = 1 - P (X < 3)

              = 1 - P (X = 0) + P (X = 1) + P (X = 2) + P (X = 3)

              =1-{8\choose 0}(0.10)^{0}(1-0.10)^{8-0}-{8\choose 1}(0.10)^{1}(1-0.10)^{8-1}\\-{8\choose 2}(0.10)^{2}(1-0.10)^{8-2}\\=1-0.4305-0.3826-0.1488\\=0.0381

Thus, the probability of obtaining at least 3 oil strikes if 8 wells are dug is 0.0381.

(c)

A Poisson distribution is used to approximate the Binomial distribution  when the following conditions are satisfied:

np\leq 10\\n\geq 20\\P(Success)\ is\ small

The sample size is, <em>n</em> = 40.

The P (Success) = <em>p</em> = 0.10 (small)

Check the conditions as follows:

np=40\times0.10=4

<em>n</em> = 40 > 20.

Thus, a Poisson distribution can be used to approximate the Binomial distribution of the random variable <em>X</em>.

The random variable <em>X</em> thus follows a Poisson distribution with parameter \lambda=np=4.

The probability function of a Poisson distribution is:

P(X=x)=\frac{e^{-\lamda}\lambda^{x}}{x!};\ x=0,1,2,...

Compute the probability that 8 or fewer wells will strike oil as follows:

P (X ≤ 8) = P (X = 0) + P (X = 1) + P (X = 2) + ... + P (X = 8)

              =\frac{e^{-4}(-4)^{0}}{0!}+\frac{e^{-4}(-4)^{1}}{1!}+\frac{e^{-4}(-4)^{2}}{2!}+...+\frac{e^{-4}(-4)^{8}}{8!}\\=0.0183+0.0733+0.1465+...+0.0298\\=0.9786

Thus, the probability that 8 or fewer wells will strike oil is 0.9876.

You might be interested in
Two rigid transformations are used to map δhjk to δlmn. The first is a translation of vertex h to vertex l. What is the second t
Natalka [10]

Answer:

B a rotation about point H

Step-by-step explanation:

Two rigid transformations are used to map ΔHJK to ΔLMN. The first is a translation of vertex H to vertex L. What is the second transformation?

a reflection across the line containing HK

a rotation about point H

a reflection across the line containing HJ

a rotation about point K

8 0
3 years ago
Read 2 more answers
Please help me I’m getting timed
UNO [17]

Answer:

C

Step-by-step explanation:

or the third down from the top. Count the sides and multiply by how many layers

3 0
3 years ago
11. 5x – 3y = 6<br> Contains the point (10,-6)
omeli [17]
No solution not sure if I’m right
6 0
3 years ago
Give me one example of an item where you would need to find the area of a square. Also, Give me one example of an item where you
monitta

An example of an item where you would need to find the area of a square is a square table.

An example of an item where you would need to find the area of a rectangle is a phone that has a rectangular shape.

<h3>How to calculate the area?</h3>

It's important to note that the area of a square is the multiplication of its sides by itself. For example, if the side is 4cm, the area will be:

= 4²

= 4 × 4.

= 16cm²

The area of a rectangle will be:

= Length × Width

Assuming length and width are 5cm and 2cm. This will be:

= 5 × 2

= 10cm²

Learn more about area on:

brainly.com/question/25292087

#SPJ1

6 0
1 year ago
I don’t understand this someone pls help me! (Question 10)
Likurg_2 [28]

Answer:

  a. f(n) = n(n+1)/2

  b. 351

  c. 19

  d. no; n would not be an integer for f(n) = 17.

Step-by-step explanation:

a. The terms are 1, 3, 6, 10, ...

Each term has the term number added to the previous term. That is, first differences are 3-1 = 2, 6-3 = 3, 10-6 = 4. These differences have a constant difference of 1.

When the 2nd differences are constant, a 2nd degree polynomial can describe the sequence. It is a little bit of trouble to find that polynomial.

For the polynomial ...

  f(n)=an^2+bn+c

We can substitute values for n and f(n) to get 3 equations in 3 unknowns:

  1=a\cdot1^2+b\cdot1+c\\\\3=a\cdot2^2+b\cdot2+c\\\\6=a\cdot3^2+b\cdot3+c

Solving these equations by your favorite method gives ...

  (a, b, c) = (1/2, 1/2, 0)

That is, the function representing the relationship is ...

  f(n) = n(n+1)/2 . . . . the function describing the relationship

__

b. f(26) = 26(27) = 13(27) = 351 . . . . the number of squares in term 26

__

c. The number of the term having 190 squares can be found by solving ...

  n(n +1)/2 = 190

  n(n +1) = 380 = 19(20)

The 19th term will have 190 squares.

__

d. Terms 5 and 6 are 15 and 21.

17 is not the value of one of the terms in this sequence.

6 0
3 years ago
Other questions:
  • Select the coin which cannot be used by itself to count 0.75.
    7·1 answer
  • 5 minus the product of 2 and a number is 7 as a equation
    10·1 answer
  • The perimeter of the isosceles triangle to the right is 35 inches. what is the value of x
    11·1 answer
  • Micah walks 3/5 mile to the playground, 3/8 mile to a friend’s house, and then 1 1/10 miles to the library. About how many miles
    12·1 answer
  • Open-Ended Which of these situations can be represented by the opposite of 53? Use pencil and
    11·1 answer
  • Two buses leave Columbus, Ohio at the same time and travel in opposite directions. One bus averages 55mi/h and the other average
    6·1 answer
  • Ravi drove 871 miles in 13 hours.
    12·2 answers
  • Write an equation of the line that passes (-3,3) and is perpendicular to the line 2y=8x-6
    8·2 answers
  • Select the correct answer.
    10·1 answer
  • Jacob struggled to solve 0.96 divided by 0.2 so he solved 96 divided by 2 instead. After finding the quotient of 96 divided by 2
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!