Marble Problem Example
Problem details: A jar contains:
3 red marbles
4 blue marbles
5 green marbles
Two marbles are drawn at random with replacement.
Let defined variable y represent the number of red marbles drawn.
Possible values for y:
0, 1, or 2 red marbles.
Calculation of probability for exactly one red marble drawn.
Probability Calculation Steps
Case 1: First marble drawn is red.
Probability = .
Probability that the second marble is not red = .
Case 2: First marble drawn is not red, second marble drawn is red.
Probability = and .
Total probability formula combines both cases:
Total Probability = .
Result = ≈ 0.409 (40.9%).
Finding the Probability of Drawing One or More Red Marbles
Two methods:
Compute .
Use complement rule: P(y \geq 1) = 1 - P(y < 1) = 1 - P(y=0).
Individual Probabilities
Previous result: .
Probability for both marbles being red:
, → Total = .
Summarize findings:
Probability of at least one red marble = ≈ 0.454.
Introduction to Density Curves
Density curves: Smooth curves modeling distribution shapes.
Key Properties of Density Curves
Always on or above the horizontal axis.
Total area under the curve = 1 (100%).
Normal Distribution
A variable is normally distributed if it reflects a normal curve shape in a histogram, referred to as the bell curve.
Empirical Rule:
68% data lies within 1 standard deviation from the mean.
95% data lies within 2 standard deviations from the mean.
99.7% data lies within 3 standard deviations from the mean.
Types of Normal Distribution
Standard Normal Distribution:
Mean = 0, Standard Deviation = 1.
The area represents probability, where exactly half (0.5) lies below zero and the other half above.
General Normal Distribution Characteristics:
Symmetric about the mean.
Can be standardized using .
Example: Cholesterol Levels in US Females
Data regarding cholesterol levels follows a normal distribution:
Mean = 206 mg/dL;
Standard Deviation = 44.7 mg/dL.
Calculating Z-Scores:
Example cholesterol level: 180 mg/dL.
Z-score = interprets how below the mean this value falls.
Using Area Under Curve for Probability
Area under the curve corresponds to the probability that a random sample falls within specified intervals.
Normal CDF Function Use
To find probabilities within a range, inputs required will include lower bound, upper bound, mean, and standard deviation.
Example of equilibrium between specific cholesterol levels.
Finding Percentiles with Reverse Norm
Find weights separating top 10% using the Inverse Norm function.
Example with salmon weight distributions:
Mean = 12 lbs, Standard Deviation = 2.5 lbs.
Area under curve for finding percentiles adjusts accordingly.
Resulting weight for top 10% = 15.2 lbs.
Battery Lifespan Example Analysis
Mean battery life = 50 hours; Standard deviation = 6 hours.
Bottom 25% separation calculated with Inverse Norm returning 45.95 hours.
Final Exam Review
Practice using calculators for Normal CDF for a range of probabilities including:
Standardization and the interpretation of results.
Class concludes with review on how percentiles are computed, ensuring clear understanding of the inverse norm application for determining weights in various contexts.