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
Yuri [45]
3 years ago
12

You are on the market for a new car. You want to check whether there is a significant difference between the fuel economy of mid

-size domestic cars and mid-size import cars. You sample 17 domestic car makes and find an average fuel economy of 34.904 MPG with a standard deviation of 4.6729 MPG. For imports, you sample 15 cars and find an average MPG of 28.563 MPG with a standard deviation of 8.4988. Construct a 90% confidence interval for the difference between the true average fuel economies in question. Assume the difference will represent (domestic - import). You can also assume that the standard deviations are statistically the same between the two populations.
Mathematics
1 answer:
horrorfan [7]3 years ago
3 0

Answer:

Step-by-step explanation:

Hello!

The objective is to test if there is a difference between the fuel economy of mid-size domestic cars and mid-size import cars.

For this there are two samples taken:

X₁: Fuel economy of a domestic car.

Sample 1

n₁= 17 domestic cars

X[bar]₁= 34.904 MPG

S₁= 4.6729 MPG

X₂: Fuel economy of an import car.

Sample 2

n₂= 15 import cars

X[bar]₂= 28.563 MPG

S₂= 8.4988 MPG

To estimate the difference between the average economic fuel of domestic cars and import cars, assuming both variables have a normal distribution and both population variances are unknown but equal, the statistic to use is a t-test for two independent samples with pooled sample variance:

(X[bar]₁-X[bar]₂)±t_{n_1+n_2-2;1-\alpha /2} * (Sa*\sqrt{\frac{1}{n_1} +\frac{1}{n_2} } )

Sa^2= \frac{(n_1-1)S_1^2+(n_2-1)S^2_2}{n_1+n_2-2}

Sa^2= \frac{16*(4.6729)^2+14*(8.4988)^2_2}{17+15-2}= 45.35

Sa= 6.73

t_{n_1+n_2-2;1-\alpha /2} = t_{30; 0.95}= 1.697

(34.904-28.563)±1.697* (6.73*\sqrt{\frac{1}{17} +\frac{1}{15} } )

6.341±1.697*2.38

[2.30;10.38]

With a confidence level of 90%, you'd expect that the difference between the average economic fuel of domestic cars and import cars will be contained in the interval [2.30;10.38].

I hope it helps!

You might be interested in
NEED ANSWER ASAP!
sveta [45]

Answer:

the answer is c

4.5feets

30 feets

7 0
3 years ago
Can someone help me do part two please? It’s very important send a picture or something. I don’t even care if you tell me the st
Nataly_w [17]
<h3>Explanation:</h3>

1. "Create your own circle on a complex plane."

The equation of a circle in the complex plane can be written a number of ways. For center c (a complex number) and radius r (a positive real number), one formula is ...

  |z-c| = r

If we let c = 2+i and r = 5, the equation becomes ...

  |z -(2+i)| = 5

For z = x + yi and |z| = √(x² +y²), this equation is equivalent to the Cartesian coordinate equation ...

  (x -2)² +(y -1)² = 5²

__

2. "Choose two end points of a diameter to prove the diameter and radius of the circle."

We don't know what "prove the diameter and radius" means. We can show that the chosen end points z₁ and z₂ are 10 units apart, and their midpoint is the center of the circle c.

For the end points of a diameter, we choose ...

  • z₁ = 5 +5i
  • z₂ = -1 -3i

The distance between these is ...

  |z₂ -z₁| = |(-1-5) +(-3-5)i| = |-6 -8i|

  = √((-6)² +(-8)²) = √100

  |z₂ -z₁| = 10 . . . . . . the diameter of a circle of radius 5

The midpoint of these two point should be the center of the circle.

  (z₁ +z₂)/2 = ((5 -1) +(5 -3)i)/2 = (4 +2i)/2 = 2 +i

  (z₁ +z₂)/2 = c . . . . . the center of the circle is the midpoint of the diameter

__₁₂₃₄

3. "Show how to determine the center of the circle."

As with any circle, the center is the <em>midpoint of any diameter</em> (demonstrated in question 2). It is also the point of intersection of the perpendicular bisectors of any chords, and it is equidistant from any points on the circle.

Any of these relations can be used to find the circle center, depending on the information you start with.

As an example. we can choose another point we know to be on the circle:

  z₄ = 6-2i

Using this point and the z₁ and z₂ above, we can write three equations in the "unknown" circle center (a +bi):

  • |z₁ - (a+bi)| = r
  • |z₂ - (a+bi)| = r
  • |z₄ - (a+bi)| = r

Using the formula for the square of the magnitude of a complex number, this becomes ...

  (5-a)² +(5-b)² = r² = 25 -10a +a² +25 -10b +b²

  (-1-a)² +(-3-b)² = r² = 1 +2a +a² +9 +6b +b²

  (6-a)² +(-2-b)² = r² = 36 -12a +a² +4 +4b +b²

Subtracting the first two equations from the third gives two linear equations in a and b:

  11 -2a -21 +14b = 0

  35 -14a -5 -2b = 0

Rearranging these to standard form, we get

  a -7b = -5

  7a +b = 15

Solving these by your favorite method gives ...

  a +bi = 2 +i = c . . . . the center of the circle

__

4. "Choose two points, one on the circle and the other not on the circle. Show, mathematically, how to determine whether or not the point is on the circle."

The points we choose are ...

  • z₃ = 3 -2i
  • z₄ = 6 -2i

We can show whether or not these are on the circle by seeing if they satisfy the equation of the circle.

  |z -c| = 5

For z₃: |(3 -2i) -(2 +i)| = √((3-2)² +(-2-i)²) = √(1+9) = √10 ≠ 5 . . . NOT on circle

For z₄: |(6 -2i) -(2 +i)| = √((6 -2)² +(2 -i)²) = √(16 +9) = √25 = 5 . . . IS on circle

4 0
3 years ago
What the percentage of 3/5
fiasKO [112]
3 divide by 5 is 0.6 and you move the decimal two places to the right and your percentage is 60%
3 0
3 years ago
Read 2 more answers
Help me out, please!!!! Need an answer asap!!!
Kazeer [188]

Answer:

D

Step-by-step explanation:


8 0
3 years ago
Read 2 more answers
Can you write a 5 sentence summary about the substitution method?
MAXImum [283]

Answer:

The method of solving "by substitution" works by solving one of the equations (you choose which one) for one of the variables (you choose which one), and then plugging this back into the other equation, "substituting" for the chosen variable and solving for the other. Then you back-solve for the first variable.

Step-by-step explanation:

6 0
3 years ago
Other questions:
  • A mechanic charges $45 per hour and parts cost $125 write an expression for the total if the mechanic works h hours
    9·1 answer
  • A bakery used 2 cups for flour to make a full size cake if they wanted to make a cake that was 1/10 the size how many cups of fl
    14·1 answer
  • When Arjun makes hot cocoa, he adds 20ml of chocolate syrup for every 3 ounces of hot water. Arjun's brother, Eli, adds 45mL of
    15·1 answer
  • Suppose that 15 inches of wire costs 45 cents. At the same rate, how many inches of wire can be bought for 24 cents? Please help
    6·1 answer
  • Is this statement true or false?<br> If sin 30º = 0.5, then sin -- 0.5 = 30°.<br> true<br> false
    13·1 answer
  • Please help due soon! I'm giving brainliest answer :)
    14·1 answer
  • Please help <br>I will make Brainleist if you give correct answer ​
    12·1 answer
  • Round 7.04 to the nearest tenths
    10·2 answers
  • Divide n^3+3n+1 by n-3 find remainder and quotient
    6·1 answer
  • Solve for x .<br><br> 3(2 x - 3) + 4(2 - x ) = 0<br><br> 17/10<br><br> -17/10<br><br> 1/2
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!