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
aleksandr82 [10.1K]
3 years ago
5

The Statistical Bulletin published by Metropolitan Life Insurance Co. reported that 2% of all American births result in twins. I

f a random sample of 8000 births is taken, find the mean, variance, and standard deviation of the number of births that would be result in twins
Mathematics
1 answer:
nikdorinn [45]3 years ago
8 0

Answer:

mean = 160

Variance = 156.8

Standard deviation = 12.52

Step-by-step explanation:

This is solved by the binomial distribution model for approximation.

n = number of random sample in which for this question, n= 8000

p = probability of success = 2% = 0.02

Mean of the sample = Expected value which approximates the average number of cases to expect from the larger sample chosen.

Mean = np = 0.02 × 8000 = 160

Variance = np(1-p) = 160(1-0.02) = 156.8

Standard deviation = √variance = √156.8 =12.52

You might be interested in
A rectangular prism has a length of 414 in., a width of 3 in., and a height of 114 in.
pshichka [43]
I would say B. Volume = L x W x H
5 0
3 years ago
Read 2 more answers
A regular polygon has an exterior angle of 7.5 what is the sum of the interior angle
AVprozaik [17]

Answer:

540

Step-by-step explanation:

8 0
3 years ago
Given the line below.
Roman55 [17]

Answer:

The equation of the line in point slope form is equal to

y+2=(x+2)

Step-by-step explanation:

The picture of the question in the attached figure

step 1

Find the slope

The formula to calculate the slope between two points is equal to

m=\frac{y2-y1}{x2-x1}

we have

(-2,-2) and (2,2)

substitute the values

m=\frac{2+2}{2+2}=1

step 2

Find the equation of the line in point slope form

y-y1=m(x-x1)

we have

m=1\\(x1,y1)=(-2,-2)

substitute the values in the formula

y-(-2)=(1)(x-(-2))\\y+2=(x+2)

5 0
3 years ago
The blueprint for a new swimming pool uses the scale 3/4
beks73 [17]

Answer:

3 in wide by 4.5 in long.

Step-by-step explanation:

3/4=0.75

I divided the given dimensions by two, so I could multiply .75 by the sets of twos instead of dividing 3/4 by two and multiplying that by 12 and 8.

.74 x 4 = 3

.75 x 6 = 4.5

7 0
3 years ago
Solve these recurrence relations together with the initial conditions given. a) an= an−1+6an−2 for n ≥ 2, a0= 3, a1= 6 b) an= 7a
8_murik_8 [283]

Answer:

  • a) 3/5·((-2)^n + 4·3^n)
  • b) 3·2^n - 5^n
  • c) 3·2^n + 4^n
  • d) 4 - 3 n
  • e) 2 + 3·(-1)^n
  • f) (-3)^n·(3 - 2n)
  • g) ((-2 - √19)^n·(-6 + √19) + (-2 + √19)^n·(6 + √19))/√19

Step-by-step explanation:

These homogeneous recurrence relations of degree 2 have one of two solutions. Problems a, b, c, e, g have one solution; problems d and f have a slightly different solution. The solution method is similar, up to a point.

If there is a solution of the form a[n]=r^n, then it will satisfy ...

  r^n=c_1\cdot r^{n-1}+c_2\cdot r^{n-2}

Rearranging and dividing by r^{n-2}, we get the quadratic ...

  r^2-c_1r-c_2=0

The quadratic formula tells us values of r that satisfy this are ...

  r=\dfrac{c_1\pm\sqrt{c_1^2+4c_2}}{2}

We can call these values of r by the names r₁ and r₂.

Then, for some coefficients p and q, the solution to the recurrence relation is ...

  a[n]=pr_1^n+qr_2^n

We can find p and q by solving the initial condition equations:

\left[\begin{array}{cc}1&1\\r_1&r_2\end{array}\right] \left[\begin{array}{c}p\\q\end{array}\right] =\left[\begin{array}{c}a[0]\\a[1]\end{array}\right]

These have the solution ...

p=\dfrac{a[0]r_2-a[1]}{r_2-r_1}\\\\q=\dfrac{a[1]-a[0]r_1}{r_2-r_1}

_____

Using these formulas on the first recurrence relation, we get ...

a)

c_1=1,\ c_2=6,\ a[0]=3,\ a[1]=6\\\\r_1=\dfrac{1+\sqrt{1^2+4\cdot 6}}{2}=3,\ r_2=\dfrac{1-\sqrt{1^2+4\cdot 6}}{2}=-2\\\\p=\dfrac{3(-2)-6}{-5}=\dfrac{12}{5},\ q=\dfrac{6-3(3)}{-5}=\dfrac{3}{5}\\\\a[n]=\dfrac{3}{5}(-2)^n+\dfrac{12}{5}3^n

__

The rest of (b), (c), (e), (g) are solved in exactly the same way. A spreadsheet or graphing calculator can ease the process of finding the roots and coefficients for the given recurrence constants. (It's a matter of plugging in the numbers and doing the arithmetic.)

_____

For problems (d) and (f), the quadratic has one root with multiplicity 2. So, the formulas for p and q don't work and we must do something different. The generic solution in this case is ...

  a[n]=(p+qn)r^n

The initial condition equations are now ...

\left[\begin{array}{cc}1&0\\r&r\end{array}\right] \left[\begin{array}{c}p\\q\end{array}\right] =\left[\begin{array}{c}a[0]\\a[1]\end{array}\right]

and the solutions for p and q are ...

p=a[0]\\\\q=\dfrac{a[1]-a[0]r}{r}

__

Using these formulas on problem (d), we get ...

d)

c_1=2,\ c_2=-1,\ a[0]=4,\ a[1]=1\\\\r=\dfrac{2+\sqrt{2^2+4(-1)}}{2}=1\\\\p=4,\ q=\dfrac{1-4(1)}{1}=-3\\\\a[n]=4-3n

__

And for problem (f), we get ...

f)

c_1=-6,\ c_2=-9,\ a[0]=3,\ a[1]=-3\\\\r=\dfrac{-6+\sqrt{6^2+4(-9)}}{2}=-3\\\\p=3,\ q=\dfrac{-3-3(-3)}{-3}=-2\\\\a[n]=(3-2n)(-3)^n

_____

<em>Comment on problem g</em>

Yes, the bases of the exponential terms are conjugate irrational numbers. When the terms are evaluated, they do resolve to rational numbers.

6 0
2 years ago
Other questions:
  • The drawing shows three situations in which a block is attached to a spring. The position labeled "0 m" represents the unstraine
    9·1 answer
  • Wright each fraction as a decimal <br> 8 24/25
    7·2 answers
  • A coach gives her players the option of running around their field twice or around their entire stadium once. The following diag
    7·1 answer
  • A triangle has a base of 7m and an area of 17.5 squared. What is the height?
    15·1 answer
  • Plz help Which statements are true about the circle shown below? Select three options.
    9·2 answers
  • Amy earns $300 per week working at a shoe store. She also earns $4 for each pair of shoes she sells. This week, she wants to ear
    14·2 answers
  • Apply the distributive property to: 2(6*+4)
    11·1 answer
  • Help pls dont give wrong answer just for points! .Question:There are 267 students and 21 adults going on a school trip.An equal
    11·1 answer
  • Little help please just a little.
    10·1 answer
  • A ceramic vase that cost an antique store $7 was marked $63. What is the percentage markup on the price of the ceramic vase?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!