Question

3.The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golferwith a swing that is said to emulate the distance hit bythe legendary champion, Byron Nelson. Ten randomly selected balls of two different brands are tested and the overall distance measured. The data are given below: Brand1 275 286 287 271 283271279275 263 267 n1-10,x S1 8.0284 273 s2- 10.0449 X1-275.7 Brand2258 244 260 265 281 271 270 263 268 n2- 10 x2 265.3,s (a) Normal probability plots of the two data sets are given below. Results of the Shapiro-Wilk test of Normality are also given below. Are we justified in assuming that the two data sets come from Normal populations? Explain briefly and use any of the results below to support your answer. R commands (in bold): Brand1-c(275,286,287,271,283,271,279,275,263,267) Brand2-c(258,244,260,265,273,281,271,270,263,268) qqnorm(Brand1)Part B and C please

0 0
Add a comment Improve this question Transcribed image text
Answer #1

R- Command

> Brand1=c(275,286,287,271,283,271,279,275,263,267)
> Brand1
[1] 275 286 287 271 283 271 279 275 263 267
> Brand2=c(258,244,260,265,273,281,271,270,263,268)
> Brand2
[1] 258 244 260 265 273 281 271 270 263 268
> t.test(Brand1,Brand2,var.equal=F,alternative="greater")

        Welch Two Sample t-test

data: Brand1 and Brand2
t = 2.5575, df = 17.166, p-value = 0.01014
alternative hypothesis: true difference in means is greater than 0
95 percent confidence interval:
3.330011      Inf
sample estimates:
mean of x mean of y
    275.7     265.3

> RR=qt(0.05,17,lower.tail=F)         ## Rejection Region
> RR
[1] 1.739607

Lower of the 95% confidence interval is 3.330011

Add a comment
Know the answer?
Add Answer to:
Part B and C please 3.The overall distance traveled by a golf ball is tested by...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mec...

    The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golfer with a swing that is said to emulate the legendary champion, Byron Nelson. Ten randomly selected balls of two brands are tested and the overall distance measured. Assume that the variances are equal. The data follow: Brand 1: 280 295 287 271 283 271 279 275 263 267 Brand 2: 270 236 260 265 273 281 271 270 263 268...

  • The overall distance traveled by a golf ball is tested by hitting the ball with Iron...

    The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golfer with a swing that is said to emulate the legendary champion, Byron Nelson. Ten randomly selected balls of two brands are tested and the overall distance measured. Assume the data are normally distributed. The data follow: Brand i Brand 2 271 286 287 271 283 271 279 275 263 267 276 259 260 265 273 281 271 270 263 268...

  • The overall distance traveled by a golf ball is tested by hitting the ball with Iron...

    The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golfer with a swing that is said to emulate the legendary champion, Byron Nelson. Ten randomly selected balls of two brands are tested and the overall distance measured. Assume that the variances are equal. The data follow: Brand 1: 288 276 287 271 283 271 279 275 263 267 Brand 2: 269 247 260 265 273 281 271 270 263 268...

  • Please show all work and circle final answers. Thank you! The overall distance traveled by a...

    Please show all work and circle final answers. Thank you! The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golfer with a swing that is said to emulate the legendary champion, Byron Nelson. Ten randomly selected balls of two brands are tested and the overall distance measured. Assume that the variances are equal. The data follow: Brand 1: 288 285 287 271 283 271 279 275 263 267 Brand 2:...

  • Plz quick help, can you show how do this problem on minitab? 10-33. + The overall...

    Plz quick help, can you show how do this problem on minitab? 10-33. + The overall distance traveled by a golf ball is tested by hitting the ball with Iron Byron, a mechanical golfer with a swing that is said to emulate the distance hit by the legendary champion, Byron Nelson. Ten randomly selected balls of two different brands are tested and the overall distance measured. The data follow: Brand 1: 275, 286, 287, 271, 283, 271, 279, 275, 263,...

  • Code is in C# Your instructor would like to thank to Marty Stepp and Hélène Martin...

    Code is in C# Your instructor would like to thank to Marty Stepp and Hélène Martin at the University of Washington, Seattle, who originally wrote this assignment (for their CSE 142, in Java) This program focuses on classes and objects. Turn in two files named Birthday.cs and Date.cs. You will also need the support file Date.dll; it is contained in the starter project for this assignment. The assignment has two parts: a client program that uses Date objects, and a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT