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
ben is making trail mix for 25 people. each person will get 1/8 pound of trial mix. how much trail mix does ben need to make it
worty [1.4K]
ITS 100 trAilmix be because you multiply 25 Times 1/8 and multiply the answer OF 25 Times 1/8 in 25
8 0
3 years ago
If area of a circle is 49/64 pie cm square,then find the circumference of the circle?​
tresset_1 [31]

Answer:

7/4 * pi

Step-by-step explanation:

Area of circle = pi * r^2

Find radius:

pi * 49/64 = pi * r^2

49/64 = r^2

7/8= r

Circumference of circle = 2pi * r

2 * pi * (7/8) = 7/4 * pi

Assuming that the answer is in terms of pi as the question is in terms of pi

8 0
2 years ago
Read 2 more answers
. 3 Przeczytaj zadanie.
sattari [20]

Answer:

hindi ko ma intindihan jknjjj

3 0
2 years ago
Solve the graph to find
Juliette [100K]

Answer:

Step-by-step explanation:

x=3            x=2.        x=1

y=1 *3        y=1 *2.       y=1 *1

y=1               y=1.       y=1

(3,1).            (2,1)        (1,1)

‘The others are the same. Probably you can use a calculator too

8 0
3 years ago
The following table shows the number of innings pitched by each of the Greenbury Goblins' starting pitchers during the Rockbotto
Lady_Fox [76]

Answer:

The number of innings Brantley pitched is 7.

Step-by-step explanation:

We are given that the table shows the number of innings pitched by each of the Greenbury Goblins' starting pitchers during the Rockbottom Tournament below;

         Pitcher                           Number of innings pitched

          Calvin                                            11

          Thom                                             12

          Shawn                                            7

            Kris                                               3

         Brantley                                           x

Let the number of innings Brantley pitched be 'x'.

The mean of the following data set is given by the following formula;

          Mean = \frac{\text{Sum of all data values}}{\text{Total number of observations}}

                  8 = \frac{11+12+7+3+x}{5}

                 8\times 5 =33+x

                 40 = 33+x

                  x = 40 - 33 = 7

Hence, the number of innings Brantley pitched is 7.

8 0
3 years ago
Read 2 more answers
Other questions:
  • I really need help with the last one if you could help it would be awesome! Tysm.
    5·1 answer
  • By what percent will the product of two numbers decrease if one of them is increased by 30% and the other is decreased by 30%?
    6·2 answers
  • Michael bought vegetables that weighs 4 and 1/8 pounds. How many ounces does the vegetables weigh
    9·2 answers
  • algebra 1 exam 5 - continued Use the point-slope form linear equation given to complete problems 5-18 13. what is the equation i
    6·1 answer
  • You are choosing a passcode for your new phone. It has to be a 6 digit code using the numbers 0-9. You are allowed to repeat a n
    12·1 answer
  • The slope of a line parallel to y = 7x + 8 is
    8·1 answer
  • I NEED HELP ASAP AAAAAHHHHHHHH
    6·2 answers
  • If A ⊂ B, then A ∩ B = A ∪ B. always sometimes or never
    8·1 answer
  • You have boxes that will hold 1 cubic foot, 3 cubic feet,
    9·1 answer
  • The total area of Canada is 9 984 670 km2. Calculate the side length of a square with the same area. Show your work.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!