Math 121 exam 3 Questions fully solved & verified for accuracy(A+graded)

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

1/78

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:02 PM on 6/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

79 Terms

1
New cards

p

fixed constant (qualitative)

2
New cards

^p (p hat)

sample proportion (quantitative), random variable

3
New cards

descriptive statistics

organizing and summarizing data

4
New cards

inferential statistics

formal methods for drawing conclusions and making generalizations from good data

5
New cards

case

individual or object for which we obtain information

6
New cards

variable

characteristic recorded for each case

7
New cards

stacked data format

rows represent cases and columns represent variables

8
New cards

unstacked data format

columns represent variables but rows don't represent cases

9
New cards

ordinal categorical

categories can be ordered or ranked

10
New cards

nominal categorical

categories can't be ordered or ranked

11
New cards

continuous quantitative

value to be measured

12
New cards

discrete quantitative

value to be counted

13
New cards

frequency table

frequency or count of a categorical variable

14
New cards

relative frequency

percentage or proportion for each category of variable

15
New cards

two-way table

used to show relationship between 2 categorical variables

16
New cards

levels

possible values of an explanatory variable

17
New cards

associated

if values of 1 variable tend to be related to values of other variable

18
New cards

causally associated

if changing the value of explanatory variable influences response variable value

19
New cards

lurking variable

variable with important effect on relationship among study variables, but isn't 1 of the explanatory variables studied

20
New cards

observational studies

study in which the researcher doesn't actively control value of any variable, only observes as exist (can't control for lurking variables or be used to establish causation)

21
New cards

experimental study

study in which the researcher actively controls value of one or more explanatory variables

22
New cards

randomized experimental study

study in which explanatory variable for each unit is determined randomly (can be used to establish causation)

23
New cards

single-blind

subjects don't know which group they're in

24
New cards

experimenter bias

distortion that can arise on the part of the experimenter due to how the subjects are assigned to groups

25
New cards

double-blind

neither subjects nor researchers know which group participant has been assigned to

26
New cards

distribution

pattern of variability, provides possible values variable can take on and how often these possible values occur

27
New cards

histogram

visualization of distribution of quantitative variable in which data are binned into discrete groups

28
New cards

skewed right

data piled on left and tail extends to the right

29
New cards

skewed left

data piled on right and tail extends to the left

30
New cards

bar chart

1 bar for each categorical variable (bars don't touch)

31
New cards

categorical variability

diversity of data values (many categories = high variability, few categories = low variability)

32
New cards

measures of center

mean, median, and mode

33
New cards

order statistics

ranked order

34
New cards

resistance measure

measure relatively unaffected by outliers (mean and mode)

35
New cards

measures of variability

numerical values that describe how spread out data are (variance, standard of deviation, range, and IQR (sum of deviations always 0))

36
New cards

mean absolute deviation

average of absolute value of deviations from values to mean

37
New cards

z-score

measures how many standard deviation above/below mean

38
New cards

percentile

measures indicating the value below which a given percentage of observations in a dataset falls

39
New cards

5 number summary

minimum, Q1, Q2/median, Q3, maximum

40
New cards

range

difference between maximum and minimum

41
New cards

IQR

difference between Q1 and Q3

42
New cards

residual

difference between observed response (y) and predicted response (y hat)

43
New cards

least squares regression line/line of best fit

y hat = a + bx

44
New cards

extrapolation

using a regression line to predict y for a value of x that is outside the range of data used to determine the regression line

45
New cards

theoretical probability

relative frequency of the event is the process was repeated infinitely many times

46
New cards

empirical probability

relative frequency of the event based on an experiment or real-life process (or simulation in some cases)

47
New cards

sample space

collection/set of all possible outcomes of an experiment

48
New cards

event

specific collection/set of outcomes, subset of sample space

49
New cards

mutually exclusive/disjoint

A ∩ B = 0

50
New cards

random variable

numerical quantity that changes trial to trial in a random process

51
New cards

parameter

numerical value that describes a population

52
New cards

statistic

numerical value that describes a sample

53
New cards

standard error

standard deviation of sampling distribution, measures how much statistic varies between samples

54
New cards

CLT

good approximation of sampling distribution without needing other simulations

55
New cards

confidence interval (parameter)

captures parameter for specified proportion of all samples

56
New cards

null hypothesis

claim that there's no effect/difference

57
New cards

alternative hypothesis

claim for which we seek evidence

58
New cards

reject H0

p-value < α

59
New cards

fail to reject H0

p-value >= α

60
New cards

What are the steps of a hypothesis test?

State hypotheses and define parameters, state significance level, check assumptions, calculate sample statistic, calculate standardized test statistic, find p-value, make formal decision, and write conclusion.

61
New cards

Population (N)

The entire group of individuals or instances about whom we hope to learn.

62
New cards

Sample (n)

A subset of a population, examined in hope of learning about the population.

63
New cards

Sample mean (x̄)

The arithmetic average of the values in a sample.

64
New cards

Population mean (μ)

The arithmetic average of all values in a population.

65
New cards

Sample variance (s²)

A measure of how spread out the data in a sample is from the sample mean.

66
New cards

Population variance (σ²)

A measure of how spread out the data in a population is from the population mean.

67
New cards

Sample standard deviation (s)

The square root of the sample variance, representing the average distance of sample data points from the mean.

68
New cards

Population standard deviation (σ)

The square root of the population variance, representing the average distance of population data points from the mean.

69
New cards

What is the regression equation ŷ = a + bx?

A linear model where ŷ is the predicted response, a is the y-intercept, b is the slope, and x is the observed explanatory variable.

70
New cards

Additive Rule of Probability

P(A ∪ B) = P(A) + P(B) - P(A ∩ B), used to find the probability of the union of two events.

71
New cards

Complement Rule

P(Ac) = 1 - P(A), used to find the probability of an event not occurring.

72
New cards

Null Hypothesis (H0)

The statement of no effect or no difference, which is assumed to be true until evidence suggests otherwise.

73
New cards

Alternative Hypothesis (HA)

The statement that there is an effect, a difference, or a relationship in the population.

74
New cards

What is the Interquartile Range (IQR)?

The difference between the third quartile (Q3) and the first quartile (Q1), representing the middle 50% of the data.

75
New cards

What is a p-value?

The probability of observing a test statistic at least as extreme as the one calculated, assuming the null hypothesis is true.

76
New cards

What is a confidence interval?

A range of values calculated from sample data that is likely to contain the true population parameter with a specified level of confidence.

77
New cards

What is the Margin of Error?

The range of values above and below the sample statistic that accounts for sampling variability.

78
New cards

What is the Binomial Coefficient?

A formula, denoted as nCr or (n choose k), used to calculate the number of ways to choose k successes in n trials.

79
New cards

What is the Central Limit Theorem (CLT) for proportions?

A theorem stating that the sampling distribution of a sample proportion will be approximately normal if the sample size is large enough.