04/28/2025
Z-Scores and Probabilities
Z-Score Formula: The formula to calculate the z-score is given by:
where:- $x$: value of the observation
- $\mu$: mean of the distribution
- $\sigma$: standard deviation of the distribution
Example Calculation:
- For values $x=132$, $\mu=120$, and $\sigma=5$, the calculation would be:
- For values $x=132$, $\mu=120$, and $\sigma=5$, the calculation would be:
Finding Probability:
- The probability corresponding to $z=2.4$ is found using a z-table:
- Result: 0.9918 (implying a 99.18% probability that a value is less than 132).
Sample Size and Z-Scores
Z-Score with Sample Size: The formula is adjusted for sample size $n$:
Example Calculation:
- For $x=306$, $\mu=300$, and $n=25$, with standard deviation $\sigma=4$:
- For $x=306$, $\mu=300$, and $n=25$, with standard deviation $\sigma=4$:
Probability Corresponding to Z-Score:
- The probability of a z-score greater than 7.5 is extremely small: .
Conditional Probability Concepts
Definitions:
- Conditional Probability: This is the probability of an event occurring given that another event has already occurred.
- Formula:
Example Calculation:
- For a female who answers yes, probability computed as:
.
- For a female who answers yes, probability computed as:
Hypothesis Testing and Critical Values
Critical Value Calculation:
- Given $\alpha = 0.05$, critical value z-score would be:
- Usage: For hypothesis testing, check if test statistic falls in the rejection region.
- Given $\alpha = 0.05$, critical value z-score would be:
Test Setup: Null hypothesis (H0) and alternative hypothesis (H1) defined as:
- H0: mean = 22.1
- H1: mean < 22.1 (for a one-tailed test)
Test Statistic Calculation:
- Example Calculation:
- For given values, :
- , which would result in rejecting H0.
Linear Regression Calculations
Linear Regression Equation:
- The formula for the line of best fit is represented as:
- The formula for the line of best fit is represented as:
Example Calculation:
- If $B0 = 4.11$ and $B1 = 0.637$, then plugging $X=8$ yields:
- Residual calculation: .
- If $B0 = 4.11$ and $B1 = 0.637$, then plugging $X=8$ yields:
Combinatorics and Binomial Probability
Combinations Formula: To determine the number of ways to choose $x$ successes out of $n$ trials:
Binomial Probability Formula:
- The probability of exactly $x$ successes is given by:
- For example, with $n=12$, $x=3$, and $p=0.66$, use binomial calculations:
- $C(12, 3) imes (0.66)^3 imes (0.34)^{9}$.
- Calculator steps involve the binom PDF function, returning probabilities immediately.
- The probability of exactly $x$ successes is given by: