π Math Self-Study Notebook
Linear Functions Β· Arithmetic Sequences Β· Scatter Plots | 20 Key Practice Problems
20
Total
0
Correct β
0
Wrong β
20
Remaining
0 / 20 completed
π Linear Functions
SLOPE-INTERCEPT FORM \(y = mx + b\)
β’ m = slope β "steepness / direction of the line"
β’ b = y-intercept β "where the line crosses the y-axis (x = 0)"
β’ Slope formula: RISE over RUN \(= \dfrac{y_2 - y_1}{x_2 - x_1}\)
β’ Positive slope β | Negative slope β | Zero slope β horizontal
β’ m = slope β "steepness / direction of the line"
β’ b = y-intercept β "where the line crosses the y-axis (x = 0)"
β’ Slope formula: RISE over RUN \(= \dfrac{y_2 - y_1}{x_2 - x_1}\)
β’ Positive slope β | Negative slope β | Zero slope β horizontal
\(y = 2x + 3\) β slope = 2, y-intercept = 3
When x increases by 1, y increases by 2. The line goes up to the right β
When x increases by 1, y increases by 2. The line goes up to the right β
1
β Basic | Reading slope-intercept form
For the linear function \(y = -3x + 5\), which correctly identifies the slope and y-intercept?
In \(y = mx + b\): m is slope, b is y-intercept.
\(y = \mathbf{-3}x + \mathbf{5}\) β slope = β3, y-intercept = 5
β οΈ Common mistake: dropping the negative sign. The slope is β3, not 3!
\(y = \mathbf{-3}x + \mathbf{5}\) β slope = β3, y-intercept = 5
β οΈ Common mistake: dropping the negative sign. The slope is β3, not 3!
2
β Basic | Calculating slope from two points
What is the slope of the line passing through the points \((1,\,2)\) and \((3,\,8)\)?
Slope \(= \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{8 - 2}{3 - 1} = \dfrac{6}{2} = \mathbf{3}\)
Remember: RISE Γ· RUN β always divide the change in y by the change in x!
Remember: RISE Γ· RUN β always divide the change in y by the change in x!
3
ββ Intermediate | Writing the equation of a line
A line has slope \(2\) and passes through the point \((1,\,5)\). What is its equation?
Plug \(m = 2\) and point \((1, 5)\) into \(y = mx + b\):
\(5 = 2(1) + b \Rightarrow b = 3\)
β΄ \(y = 2x + 3\)
β οΈ B is wrong: don't use the y-value of the point as the y-intercept directly!
\(5 = 2(1) + b \Rightarrow b = 3\)
β΄ \(y = 2x + 3\)
β οΈ B is wrong: don't use the y-value of the point as the y-intercept directly!
4
ββ Intermediate | x-intercept vs y-intercept
What is the x-intercept of the linear function \(y = 4x - 8\)?
Hint: the x-intercept is where the line crosses the x-axis β set y = 0!
Hint: the x-intercept is where the line crosses the x-axis β set y = 0!
x-intercept: set \(y = 0\) β \(0 = 4x - 8 \Rightarrow x = 2\)
y-intercept: set \(x = 0\) β \(y = -8\)
β οΈ Trick alert: x-intercept β y = 0 | y-intercept β x = 0
y-intercept: set \(x = 0\) β \(y = -8\)
β οΈ Trick alert: x-intercept β y = 0 | y-intercept β x = 0
5
ββ Intermediate | Behaviour of graphs
Which statement is true about a linear function with a negative slope?
Negative slope β graph falls from left to right β
β’ POSITIVE slope: rises β β xβ means yβ
β’ NEGATIVE slope: falls β β xβ means yβ
Memory: "Positive = going UP a hill, Negative = going DOWN a hill"
β’ POSITIVE slope: rises β β xβ means yβ
β’ NEGATIVE slope: falls β β xβ means yβ
Memory: "Positive = going UP a hill, Negative = going DOWN a hill"
6
βββ Advanced | Parallel lines
Which line is parallel to \(y = 3x + 1\) and passes through the point \((0,\,-2)\)?
Parallel lines have the same slope but different y-intercepts!
Parallel lines have the same slope but different y-intercepts!
Parallel β keep slope m = 3. Point (0, β2) is the y-intercept directly!
β΄ \(y = 3x + (-2) = 3x - 2\)
β οΈ C (\(y = 3x + 1\)) is the original line β same line, not parallel!
PARALLEL = same slope, DIFFERENT intercept
β΄ \(y = 3x + (-2) = 3x - 2\)
β οΈ C (\(y = 3x + 1\)) is the original line β same line, not parallel!
PARALLEL = same slope, DIFFERENT intercept
π’ Arithmetic Sequences
ARITHMETIC = ADD the same number each time
β’ d = common difference (added each time)
β’ nth term: \(a_n = a_1 + (n-1)d\) β "start + how many jumps Γ jump size"
β’ Sum: \(S_n = \dfrac{n(a_1 + a_n)}{2}\) β "count Γ average of first & last"
β’ Middle term (arithmetic mean): \(b = \dfrac{a + c}{2}\)
β’ d = common difference (added each time)
β’ nth term: \(a_n = a_1 + (n-1)d\) β "start + how many jumps Γ jump size"
β’ Sum: \(S_n = \dfrac{n(a_1 + a_n)}{2}\) β "count Γ average of first & last"
β’ Middle term (arithmetic mean): \(b = \dfrac{a + c}{2}\)
Sequence: 2, 5, 8, 11, β¦ β common difference d = 3
nth term: \(a_n = 2 + (n-1) \times 3 = 3n - 1\)
5th term: \(a_5 = 3(5) - 1 = 14\) β
nth term: \(a_n = 2 + (n-1) \times 3 = 3n - 1\)
5th term: \(a_5 = 3(5) - 1 = 14\) β
7
β Basic | Finding the common difference
What is the common difference of the sequence \(3,\; 7,\; 11,\; 15,\; \ldots\)?
Subtract consecutive terms: \(7 - 3 = 4\), \(11 - 7 = 4\), \(15 - 11 = 4\)
Common difference \(d = \mathbf{4}\)
β οΈ The common difference is NOT the first term β it's the gap between terms!
Common difference \(d = \mathbf{4}\)
β οΈ The common difference is NOT the first term β it's the gap between terms!
8
ββ Intermediate | nth term formula
An arithmetic sequence has first term \(5\) and common difference \(-2\). What is the 10th term?
\(a_n = a_1 + (n-1)d\)
\(a_{10} = 5 + (10-1)(-2) = 5 + 9 \times (-2) = 5 - 18 = \mathbf{-13}\)
β οΈ It's \((n-1)\), NOT \(n\)! For the 10th term, you add the difference 9 times!
\(a_{10} = 5 + (10-1)(-2) = 5 + 9 \times (-2) = 5 - 18 = \mathbf{-13}\)
β οΈ It's \((n-1)\), NOT \(n\)! For the 10th term, you add the difference 9 times!
9
ββ Intermediate | Sum of arithmetic sequence
Find the sum of the sequence \(1,\; 3,\; 5,\; 7,\; \ldots,\; 19\).
(All odd numbers from 1 to 19)
(All odd numbers from 1 to 19)
Count: \(1, 3, 5, \ldots, 19\) β common difference 2, so \(n = 10\) terms.
\(S_n = \dfrac{n(a_1 + a_n)}{2} = \dfrac{10(1 + 19)}{2} = \dfrac{200}{2} = \mathbf{100}\)
Memory: SUM = count Γ (first + last) Γ· 2
\(S_n = \dfrac{n(a_1 + a_n)}{2} = \dfrac{10(1 + 19)}{2} = \dfrac{200}{2} = \mathbf{100}\)
Memory: SUM = count Γ (first + last) Γ· 2
10
ββ Intermediate | Finding which term a value is
In an arithmetic sequence with first term \(2\) and common difference \(3\), which term equals \(50\)?
\(a_n = 2 + (n-1) \times 3 = 50\)
\((n-1) \times 3 = 48 \Rightarrow n - 1 = 16 \Rightarrow n = \mathbf{17}\)
β οΈ Don't forget to add 1 at the end! If \(n - 1 = 16\), then \(n = 17\), not 16!
\((n-1) \times 3 = 48 \Rightarrow n - 1 = 16 \Rightarrow n = \mathbf{17}\)
β οΈ Don't forget to add 1 at the end! If \(n - 1 = 16\), then \(n = 17\), not 16!
11
βββ Advanced | Arithmetic mean
The three numbers \(x,\; 10,\; 16\) form an arithmetic sequence in that order. Find \(x\).
Hint: the middle term = average of the other two!
Hint: the middle term = average of the other two!
Arithmetic mean: middle term = average of its neighbours
\(10 = \dfrac{x + 16}{2} \Rightarrow 20 = x + 16 \Rightarrow x = \mathbf{4}\)
Check: 4, 10, 16 β difference = 6 each time β
\(10 = \dfrac{x + 16}{2} \Rightarrow 20 = x + 16 \Rightarrow x = \mathbf{4}\)
Check: 4, 10, 16 β difference = 6 each time β
12
ββ Intermediate | Real-world pattern
Equilateral triangles are built using matchsticks placed end-to-end.
1 triangle needs 3 sticks, 2 triangles need 5 sticks, 3 need 7 sticks, β¦
How many matchsticks are needed for \(n\) triangles?
1 triangle needs 3 sticks, 2 triangles need 5 sticks, 3 need 7 sticks, β¦
How many matchsticks are needed for \(n\) triangles?
Pattern: 3, 5, 7, β¦ β first term = 3, common difference = 2
\(a_n = 3 + (n-1) \times 2 = 2n + 1\)
Check: n=2 β \(2(2)+1 = 5\) β | n=3 β \(2(3)+1 = 7\) β
\(a_n = 3 + (n-1) \times 2 = 2n + 1\)
Check: n=2 β \(2(2)+1 = 5\) β | n=3 β \(2(3)+1 = 7\) β
π΅ Scatter Plots & Correlation
CORRELATION = how two variables move together
β’ POSITIVE correlation: points trend up-right β (both increase together)
β’ NEGATIVE correlation: points trend down-right β (one up β other down)
β’ NO correlation: points scattered randomly β no pattern
β’ STRONG: points cluster tightly near the trend line
β’ WEAK: points spread far from the trend line
β’ POSITIVE correlation: points trend up-right β (both increase together)
β’ NEGATIVE correlation: points trend down-right β (one up β other down)
β’ NO correlation: points scattered randomly β no pattern
β’ STRONG: points cluster tightly near the trend line
β’ WEAK: points spread far from the trend line
Height (x) vs. Weight (y): taller people tend to weigh more
β Points trend up and to the right = Positive correlation
β Points trend up and to the right = Positive correlation
13
β Basic | Identifying correlation type
In a scatter plot, points trend upward to the right (\(\nearrow\)). What does this indicate?
Up-right trend β β as x increases, y also increases β Positive correlation
POSITIVE = up-right β
NEGATIVE = down-right β
POSITIVE = up-right β
NEGATIVE = down-right β
14
ββ Intermediate | Real-world correlation
Which of the following is an example of a negative correlation?
Negative correlation: one variable up β other variable down.
C: temperature β β hot drinks β β Negative correlation β
A & B: both positive. D: physically incorrect (exercise reduces body fat).
C: temperature β β hot drinks β β Negative correlation β
A & B: both positive. D: physically incorrect (exercise reduces body fat).
15
ββ Intermediate | Strength of correlation
In a scatter plot, the closer the points cluster to a straight line, the correlation is�
CLOSE to line β STRONG correlation
SPREAD far from line β WEAK correlation
Strength describes how reliably one variable predicts the other β it's independent of direction (positive or negative).
SPREAD far from line β WEAK correlation
Strength describes how reliably one variable predicts the other β it's independent of direction (positive or negative).
16
ββ Intermediate | No correlation
Which best describes a scatter plot that shows no correlation?
No correlation = NO clear pattern or direction in the scatter plot.
The points appear randomly distributed β knowing x tells you nothing about y.
Example: shoe size vs. math score β no relationship β random scatter.
The points appear randomly distributed β knowing x tells you nothing about y.
Example: shoe size vs. math score β no relationship β random scatter.
17
βββ Advanced | Outliers
In a scatter plot, a data point that lies far away from the rest of the points is called a(n)β¦?
An OUTLIER is a data point that falls far outside the general pattern.
Outliers can distort the trend line and mislead your interpretation of the correlation.
Memory: "OUT" + "LIER" = a point lying outside the group
Outliers can distort the trend line and mislead your interpretation of the correlation.
Memory: "OUT" + "LIER" = a point lying outside the group
18
ββ Intermediate | Trend line
A straight line drawn through a scatter plot that best represents the overall pattern of the data is called a�
A TREND LINE (also called line of best fit) passes through the middle of the data points, showing the general direction.
β’ Trend line rising β β positive correlation
β’ Trend line falling β β negative correlation
Use the trend line to predict values!
β’ Trend line rising β β positive correlation
β’ Trend line falling β β negative correlation
Use the trend line to predict values!
19
βββ Advanced | Interpreting correlation
A survey of students shows that as hours of sleep (x) increase, their focus level in class (y) also tends to increase. Which correctly describes the trend line and correlation?
Sleep β β focus β β both increase together
= Positive correlation = trend line goes up-right β
β οΈ D has the correct trend line direction, but the wrong correlation label! Direction β is always positive, not negative.
= Positive correlation = trend line goes up-right β
β οΈ D has the correct trend line direction, but the wrong correlation label! Direction β is always positive, not negative.
20
βββ Advanced | Spot the error
Which of the following statements about scatter plots is INCORRECT?
D is INCORRECT!
Negative correlation means one variable increases while the other decreases.
"Both increase together" = positive correlation.
A β B β C β D β
NEGATIVE = OPPOSITE directions
Negative correlation means one variable increases while the other decreases.
"Both increase together" = positive correlation.
A β B β C β D β
NEGATIVE = OPPOSITE directions