Question

Do people under 40 defecate more than 3 times a day? I need to find a proper hypothesis testing and I am unsure of what...

Do people under 40 defecate more than 3 times a day? I need to find a proper hypothesis testing and I am unsure of what data to actually use to construct the claim, NULL, ALT, SIGNIFICANCE LEVEL and appropiate test statistics. (AGE/TIMES PER DAY)

40 4
43 1
42 2
70 1
66 3
27 2
69 4
70 1
47 3
48 1
43 2
28 2
37 6
20 1
20 0
39 5
24 5
21 3
20 1
21 3
18 1
22 1
23 1
19 2
23 2
17 4
42 1
45 2
24 2
67 1
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

Do people under 40 defecate more than 3 times a day? I need to find a proper hypothesis testing and I am unsure of what data to actually use to construct the claim, NULL, ALT, SIGNIFICANCE LEVEL and appropiate test statistics. (AGE/TIMES PER DAY)

There are 17 people under the age 40.

Sorted data

age

TIMES PER DAY

17

4

18

1

19

2

20

1

20

0

20

1

21

3

21

3

22

1

23

1

23

2

24

5

24

2

27

2

28

2

37

6

39

5


 
> 3

Upper tail test

(H t Vn

calculated t= -1.4286

Table value of t with 16 DF at 0.05 level =1.7459

Rejection Region: Reject Ho if t > 1.7459

Calculated t = -1.4286 , not in the rejection region

The null hypothesis is not rejected.

There is not enough evidence to support the claim, people under 40 defecate more than 3 times a day.

t Test for Hypothesis of the Mean

Data

Null Hypothesis                m=

3

Level of Significance

0.05

Sample Size

17

Sample Mean

2.4118

Sample Standard Deviation

1.6977

Intermediate Calculations

Standard Error of the Mean

0.4118

Degrees of Freedom

16

t Test Statistic

-1.4286

Upper-Tail Test

Upper Critical Value

1.7459

p-Value

0.9138

Do not reject the null hypothesis

Add a comment
Know the answer?
Add Answer to:
Do people under 40 defecate more than 3 times a day? I need to find a proper hypothesis testing and I am unsure of what...
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
  • Conduct a formal hypothesis test of the claim that the mean longevity is less than 57...

    Conduct a formal hypothesis test of the claim that the mean longevity is less than 57 days. Test at significance α=0.05. Your written summary of this test must include the following: Your null and alternate hypotheses in the proper format. The type of distribution you used to construct the interval (t or normal). The P-value and its logical relationship to α (≤ or >). Your decision regarding the null hypothesis: reject or fail to reject. A statement regarding the sufficiency/insufficiency...

  • For each variable of interest, do the following: 1. Find the mean, five-number summary, range, variance,...

    For each variable of interest, do the following: 1. Find the mean, five-number summary, range, variance, and standard deviation. Display these numbers in a format that is easy to understand. 2. For each variable of interest, use its five-number summary to construct a boxplot. Each boxplot must be constructed horizontally, and must be accompanied by a brief descriptive paragraph that assesses whether the data appear to be symmetrical, left-skewed, or right-skewed. Construct a 95% confidence interval for the mean μ...

  • Complete function long_list_printer.print_list(). When it's finished, it should be able to print this list, a =...

    Complete function long_list_printer.print_list(). When it's finished, it should be able to print this list, a = [ [93, 80, 99, 72, 86, 84, 85, 41, 69, 31], [15, 37, 58, 59, 98, 40, 63, 84, 87, 15], [48, 50, 43, 68, 69, 43, 46, 83, 11, 50], [52, 49, 87, 77, 39, 21, 84, 13, 27, 82], [64, 49, 12, 42, 24, 54, 43, 69, 62, 44], [54, 90, 67, 43, 72, 17, 22, 83, 28, 68], [18, 12, 10,...

  • 48 57 Amy Bakery has four shops in different area in a city. Monthly sales (in...

    48 57 Amy Bakery has four shops in different area in a city. Monthly sales (in thousands of dollars) from a random of 24 months from each of the 4 shops given in Table 1. Table 1: Monthly sales (in thousands of dollars) North East South West 77 75 97 60 45 42 60 54 56 49 68 47 44 39 58 57 63 61 69 51 75 63 79 50 90 81 99 73 32 47 46 41 41...

  • For the following frequency distribution, what is the cumulative frequency for the class “30-under 40”? Class...

    For the following frequency distribution, what is the cumulative frequency for the class “30-under 40”? Class interval Frequency 10-under 20 20 20-under 30 16 30-under 40 30 40-under 50 18 20 36 66 30 83 2. 57 23 35 18 35 26 51 47 29 21 46 43 29 23 39 26 41 19 36 28 31 42 52 29 18 28 46 33 28 20 Class Interval Frequencies 16 - under 23 23 - under 30 30 - under...

  • *Please show excel function* What is the probability that a student will be over 60 inches...

    *Please show excel function* What is the probability that a student will be over 60 inches tall? (assume that the data are normally distributed with the population standard deviation =4.25) Height in inches Student 1 64 2 63 3 63 4 63 5 63 6 65 7 66 8 66 9 67 10 68 11 68 12 66 13 68 14 78 15 76 16 75 17 75 18 73 19 73 20 72 21 70 22 70 23 70...

  • A statistics professor would like to build a model relating student scores on the first test...

    A statistics professor would like to build a model relating student scores on the first test to the scores on the second test. The test scores from a random sample of 21 students who have previously taken the course are given in the table. Test Scores Student First Test Grade Second Test Grade 1 86 78 2 47 61 3 95 82 4 53 66 5 69 74 6 97 86 7 59 66 8 45 62 9 44 60...

  • Suppose a binary tree data (in tiny written size) is stored in an array (A) as...

    Suppose a binary tree data (in tiny written size) is stored in an array (A) as given below and root is placed at “0”index. Note the array indices are in larger written size (0 to 74). Show the traversal data of the given tree for a)      In-Order Traversal b)     Post Order Traversal A 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 28 13 36 15 9 22 44 7 10 75 33 19 15...

  • Write a C program to assign natural numbers 1 to 100 into a one-dimensional integer array....

    Write a C program to assign natural numbers 1 to 100 into a one-dimensional integer array. Display all the values in the array on the screen. For each number in the array, determine if the number contains digit 7 or is divisible by 7. Display all those numbers on the screen. Original array: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27...

  • can someone take a look to these 3 pictures and fill in the blanks. I need...

    can someone take a look to these 3 pictures and fill in the blanks. I need to show work and understand the answers. thank you! Birth to 36 months: Girls Head circumference-for-age and Welght-for-length percentiles NAME RECORD # Birth 3 69 12 15 18 21 24 27 30 33 36 AGE (MONTHS cm in ina cm 52 19--48 46 46-18 42 50 22 48 15--38 2044 19--42 18-40 38 36 34 -32 13 16 13 28 E 11 24 H...

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