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
How many hours will it take to complete a 76km bike ride if you go bike ride if you go 14km per hour the whole time?
soldi70 [24.7K]

To find the number of hours, divide the total distance by the speed.

Hours = 76 km / 14 km per hour

Hours = 4.529

Round the answer as needed.

8 0
3 years ago
Brent is a researcher for a food company. He is on a team creating a reduced-calorie version of its flagship cracker. The team w
Andre45 [30]

Answer:

Step-by-step explanation:

Hello!

The research team created a cracker with fewer calories. The average content of calories of the new crackers per serving of 6 should be less than 60.

To test it a random sample of 26 samples of the new cracker was taken and the calories per serving were measured.

Then the study variable is

X: calories of a 6 serve sample of the new reduced-calorie version. (cal)

The variable has a normal distribution with a population standard deviation of 0.82 cal.

To test the claim that the new crackers have on average less than 60 calories, the parameter of interest is the population mean (μ) and the hypotheses are:

H₀: μ ≥ 60

H₁: μ < 60

α: 0.01

Since the variable has a normal distribution and the population variance is known, the best statistic to use to conduct the test is a Standard Normal

Z= \frac{(X[bar]-Mu)}{\frac{Sigma}{\sqrt{n}}  } ~N(0;1)

This test is one tailed to the left, wich means that the null hypothesis will be rejected at low levels of the statistic.

Z_{\alpha } = Z_{0.01} = -2.334

If Z ≤ -2.334, the decision is to reject the null hypothesis.

If Z > -2.334, the decision is to not reject the null hypothesis.

Using the data of the sample I've calculated the sample mean.

X[bar]= ∑X/n= 1548.61/26= 59.56 cal

Z_{H_0}= \frac{(59.56-60)}{\frac{0.82}{\sqrt{26} } } = -2.736

The observed Z value is less than the critical value, so the decision is to reject the null hypothesis.

At a level of significance of 1%, you can conclude that the population mean of calories of the samples of new crackers is less than 60 cal.

I hope it helps!

6 0
3 years ago
If the end points of the diameter of a circle are (9,4) and (5,2) what is the standard form equation of the circle
timurjin [86]

Answer:

(x - 7)² + (y - 3)² = 5

Step-by-step explanation:

The center (h , k) is the midpoint of two end points of diameter

h = (9 + 5) / 2 = 7

k = (4 + 2) / 2 = 3

Equation of circle: (x - h)² + (y - k)² = r²

r = (√(9 - 5)² + (4 - 2)²) / 2 = √5

Equation: (x - 7)² + (y - 3)² = 5

6 0
3 years ago
Natalie is cutting construction paper into rectangles for a project. She needs to cut one rectangle that is 6 inches x 13 1/2 in
Leya [2.2K]

Answer:

1. 81

2. 108 1/2

3. 189 1/2

Step-by-step explanation:

7 0
3 years ago
Please answer this asap
TEA [102]

Answer:

angle nol equals 67⁰

Step-by-step explanation:

since they make a straight line they both equal 180⁰ when added together

6 0
2 years ago
Read 2 more answers
Other questions:
  • A pool has a depth of 12 feet and a width of 14 feet.If it holds 1680 cubic feet of water, what is the length of the pool?
    6·1 answer
  • an ice cream company did a survey among high school students. it was found that 86 students liked vanilla ice cream and 48 of th
    10·1 answer
  • Kristen just deposited $6,500 into a new bank account that pays 4.5% interest the first year and 3% compounded annually each yea
    6·2 answers
  • Help me I got 25 missing assignments
    13·2 answers
  • PLEASE ANSWER FAST WILL BRAINLIST!!!
    9·2 answers
  • Is f(x)=5x and g(x)=x/5 inverse of each other?
    7·1 answer
  • A carpet is in the shape of a rectangle 6 metres by 4 metres. Mel wants to put tape all around the edges of the carpet. Work out
    7·1 answer
  • Hey guys I have a hard time with these questions. Can someone explain it to me? :)
    6·2 answers
  • Convert 8/20<br> to a decimal.
    12·1 answer
  • Describe all of the transformations occurring as the parent function f(x) = x^3 is transformed into g(x) = -0.5(3(x+4))^3 -8
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!