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
Vladimir79 [104]
3 years ago
15

A company with a large fleet of cars wants to study the gasoline usage. They check the gasoline usage for 50 company trips chose

n at random, finding a mean of 27.02 mpg and sample standard deviation is 5.83 mpg. d. Please use R to construct a (two-sided) 88% CI for the mean of the general gasoline usage. Then for this answer, provide the lower bound of the CI and round to 2 decimal places. Please do not use the automagic R function. Only use functions that we've covered in class (or else you won't get credit).
Mathematics
1 answer:
Nookie1986 [14]3 years ago
6 0

Answer:

The 95% confidence interval is given by (25.71536 ;28.32464)

And if we need to round we can use the following excel code:

round(lower,2)

[1] 25.72

round(upper,2)

[1] 28.32

And the interval would be (25.72; 28.32)  

Step-by-step explanation:

Notation and definitions  

n=50 represent the sample size  

\bar X= 27.2 represent the sample mean  

s=5.83 represent the sample standard deviation  

m represent the margin of error  

Confidence =88% or 0.88

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".  

The margin of error is the range of values below and above the sample statistic in a confidence interval.  

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".  

Calculate the critical value tc  

In order to find the critical value is important to mention that we don't know about the population standard deviation, so on this case we need to use the t distribution. Since our interval is at 88% of confidence, our significance level would be given by \alpha=1-0.88=0.12 and \alpha/2 =0.06. The degrees of freedom are given by:  

df=n-1=50-1=49  

We can find the critical values in R using the following formulas:  

qt(0.06,49)

[1] -1.582366

qt(1-0.06,49)

[1] 1.582366

The critical value tc=\pm 1.582366  

Calculate the margin of error (m)  

The margin of error for the sample mean is given by this formula:  

m=t_c \frac{s}{\sqrt{n}}  

m=1.582366 \frac{5.83}{\sqrt{50}}=14.613  

With R we can do this:

m=1.582366*(5.83/sqrt(50))

m

[1] 1.304639

Calculate the confidence interval  

The interval for the mean is given by this formula:  

\bar X \pm t_{c} \frac{s}{\sqrt{n}}  

And calculating the limits we got:  

27.02 - 1.582366 \frac{5.83}{\sqrt{50}}=25.715  

27.02 + 1.582366 \frac{5.83}{\sqrt{50}}=28.325

Using R the code is:

lower=27.02-m;lower

[1] 25.71536

upper=27.02+m;upper

[1] 28.32464

The 95% confidence interval is given by (25.71536 ;28.32464)  

And if we need to round we can use the following excel code:

round(lower,2)

[1] 25.72

round(upper,2)

[1] 28.32

And the interval would be (25.72; 28.32)  

You might be interested in
Use the data for each plats growth and compare the
Mademuasel [1]
You didn’t show us the answers we can choose, how do we solve it then
4 0
3 years ago
the school that imani goes to is selling tickets to a spring musical. on the first day of ticket sales the school sold 8 adult t
9966 [12]
If we let x and y represent the prices of adult and child tickets, respectively, then we can write two equations based on the daily sales.
  8x +5y = 108
  x +14y = 67

A graphing calculator shows the solution of these equations to be
  (x, y) = (11, 4)

The price of an adult ticket is $11.
The price of a child ticket is $4.

3 0
3 years ago
Two parallel lines are crossed by a transversal
marta [7]

Answer:

80 ... ..........

Step-by-step explanation:

i got 100 on test

5 0
3 years ago
Tomas has a garden with a length of 2.45 meters and a width of 5/8 meters. Use benchmarks to estimate the area and perimeter of
Alchen [17]

Answer: The area is  1 1/4. The perimeter is 6.

Step-by-step explanation: 2.45 is about 2.5.   5/8 is about 1/2.  To find the area we need to multiply length times width.  2.5 is  2 and 1/2 which is 5/2. 5/2 times 1/2 is 5/4. To simplify it divide 5 by 4 which is 1 with remainder 1. 5/4 is 1 1/4. Therefore the area is 1 1/4 meters squared. To find the perimeter we have to add length + length + width + width. . 2.5 is the same thing as 2 1/2.  5/8 is about 1/2 if we use benchmarks.     2 1/2 + 2 1/2 +  + 1/2 + 1/2 is 6. The perimeter is 6.

5 0
3 years ago
Read 2 more answers
Combine the like terms to create an equivalent expression <br>-k-(-8k)
Blababa [14]

Answer:

-k+8k=7k is the solution

5 0
3 years ago
Other questions:
  • A cube has a surface area of 96 square inches. What is the volume of the cube
    9·1 answer
  • Write an equation of a line that passes through the point (7, 3) and is parallel to the line y = negative 2 over 3x + 3.
    14·1 answer
  • What is 7/27 simplified?
    10·2 answers
  • Please help me ive never done one like this
    10·1 answer
  • What are the areas of each shape
    10·1 answer
  • In Miami, the number of highway accidents increased by 20% over a four year period. How many accidents were there in 2013 if the
    13·1 answer
  • Coin
    15·1 answer
  • Helpppppp I don’t get it
    12·2 answers
  • Mrs. Kelso and Mr. Bonham gave each of their students a small bag of colored tiles. The students each counted the number of purp
    8·1 answer
  • Paint can be purchased in two sizes: 1 gallon for $45.99 or 1 quart for $14.99.(round to the hundredths place)a.unit ratio of 1
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!