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
Out of numbers: 5, 7, 21, 25, 28, 35, 42, 56, 75, and 80, choose those which are multiples of 4 or 7
Anestetic [448]

Answer:

Multiples of 4= 28

Multiples of 7= 7,21,28,35,42

Step-by-step explanation:

I hope this helps, and have a great day! :)

7 0
3 years ago
Solve equation for the indicated variable <br> U=5a, for a
Evgen [1.6K]

I just did this is my math! ;)

U = 5a

U / 5 = 5a / 5

U / 5 = a

Hope this helps! If so, please mark brainliest!

4 0
3 years ago
How can you find f(2) if f(x) = 3x2 – 2?
Olegator [25]

Answer:

10

Step-by-step explanation:

Plug in 2 for x.

f(2) = 3·(2)²-2

=3·4-2

=12-2

=10

8 0
3 years ago
Read 2 more answers
URGENT!!!!!!!! PLEASE HELP ASAP TIMED!!!!!!!!!!!!!!!
barxatty [35]

Step-by-step explanation:

Given that,

Perpendicular = 17 units

Hypotenuse = 25 units

We need to find the value of x.

Using Pythagoras theorem to find x.

Hypotenuse² = base²+perpendicular²

25² = x² + 17²

x = 18.3 units

So, the value of x is equal to 18.3 units. No, the sides do not form a Pythagorean triplet.

4 0
3 years ago
What is the common reason for filing a 1040x
belka [17]
File a Form 1040-X to amend a tax return.
8 0
3 years ago
Other questions:
  • A mailbox 4 ft high casts a 5 ft shadow. How tall is a street light that casts a 26 ft shadow at the same time of the day? (to t
    11·1 answer
  • Solve for g.<br> 6(2g-1)=13g
    8·2 answers
  • If a=mg-kv2/m,find,correct to the nearest whole number the value of v when a=2.8,m=12,g=9.8 and k=8/3
    6·1 answer
  • Giving away brainliest. Basic question. :)
    11·1 answer
  • Identify all the sets to which the number belongs. Choose from rational number, irrational number, whole number, an integer.
    7·1 answer
  • Please help with explanation.
    6·1 answer
  • Help me please just need this last one and I’ll be done please help me if you can
    15·1 answer
  • SOMEONE PLEASE HELP!! i’ll give brainliest
    15·1 answer
  • Brody earns $14 per hour for the first 40 hours worked in a week and $21 per hour for any hours over 40 that he worked. Brody ea
    6·2 answers
  • A city has 5 new houses for every 9 old houses. If there are 35 new houses in the city, how many old houses are there?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!