Set 1 – Core Ideas (Ch. 8–10)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:26 AM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Z‑score

Z = (value − mean) / SD; tells how many standard deviations a value is above or below the mean.

2
New cards

Confidence Interval (CI)

An interval (two numbers) that likely contains the true parameter (p, μ, σ, or σ²) with a certain confidence level.

3
New cards

α (alpha)

The significance level; α = 1 − confidence level (e.g., 95% confidence → α = 0.05).

4
New cards

p‑value

The probability (between 0 and 1) of getting results as extreme as your sample (or more) if H₀ is true.

5
New cards

Decision rule using p and α

If p ≤ α → Reject H₀ (statistically significant). If p > α → Fail to reject H₀.

6
New cards

p vs p̂

p = true population proportion; p̂ = sample proportion = x/n.

7
New cards

μ vs x̄

μ = true population mean; x̄ = sample mean (average of sample).

8
New cards

σ vs s

σ = population standard deviation; s = sample standard deviation.

9
New cards

df (degrees of freedom) for t and χ²

df = n − 1.

10
New cards

1‑PropZInt

Use for a confidence interval for a proportion p.

11
New cards

TInterval

Use for a confidence interval for a mean μ when σ is unknown.

12
New cards

1‑PropZTest

Use for a hypothesis test about a proportion p.

13
New cards

TTest

Use for a hypothesis test about a mean μ with sample data.

14
New cards

Chi-square (χ²)

Used for confidence intervals or tests about σ or σ² (standard deviation / variance).

15
New cards

Button for CI for proportion p

STAT → TESTS → 1‑PropZInt.

16
New cards

Button for CI for mean μ

STAT → TESTS → TInterval (Data or Stats).

17
New cards

Button for test of proportion p

STAT → TESTS → 1‑PropZTest.

18
New cards

Button for test of mean μ

STAT → TESTS → TTest (never ZTest in this class).

19
New cards

Button to get Z_{α/2}

2ndVARS3:invNorm (use left‑side area).

20
New cards

Button to get t_{α/2,df}

2ndVARS4:invT (use left‑side area and df = n−1).

21
New cards

Button for P(Z > a)

2ndVARS2:normalcdf( a, 1E99 ) for standard normal.

22
New cards

Sample proportion p̂ formula

p̂ = x / n, where x = # successes, n = sample size.

23
New cards

General CI form for p

p̂ ± Z_{α/2}·√[p̂(1−p̂)/n]; use 1‑PropZInt in practice.

24
New cards

General CI form for μ

x̄ ± t_{α/2,df}·(s/√n); use TInterval in practice.

25
New cards

95% CI for p meaning

We are 95% confident that the true proportion p is between the two CI bounds.

26
New cards

95% CI for μ meaning

We are 95% confident that the true mean μ is between the two CI bounds.

27
New cards

Sample size n for proportion formula

n = \dfrac{p̂(1 - p̂)(Z_{α/2})^2}{E^2}; if no p̂ given, use 0.5 and round n UP.

28
New cards

CI for variance σ² using chi‑square structure

Lower: (n−1)s² / χ²{1−α/2,df}; Upper: (n−1)s² / χ²{α/2,df}.

29
New cards

Getting CI for σ from CI for σ²

Take square roots of lower and upper bounds.

30
New cards

Hypothesis test must include

1) H₀ and H₁, 2) Name of test (1‑PropZTest or TTest), 3) p‑value, 4) Conclusion sentence in context.

31
New cards

Rule for H₀ and H₁ symbols

H₀ uses '=' (p = p₀ or μ = μ₀); H₁ uses

32
New cards

Wording → symbol: "less than 10"

H₁: parameter < 10.

33
New cards

Wording → symbol: "greater than 0.4"

H₁: parameter > 0.4.

34
New cards

Wording → symbol: "different from 50"

H₁: parameter ≠ 50.

35
New cards

Statistically significant meaning

p ≤ α, so we reject H₀.

36
New cards

Written p‑value not between 0 and 1

It’s wrong; professor gives 0 credit for that p‑value.

37
New cards

Should I use ZTest for a mean?

No, use TTest (σ is unknown).

38
New cards

α not given in a test question

Default α = 0.05 (5%).

39
New cards

Rounding for sample size n

Always round n UP to the next whole number.