A pattern starts with 2, 5, 8, 11… What type of pattern is this and why?
This is an arithmetic pattern; each term increases by a common difference of 3
Write a rule for the pattern 3, 6, 12, 24… Explain your reasoning.
Each term multiplies by 2; rule: next term = previous term × 2
How can you represent the pattern 4, 7, 10, 13 in a table?
Column 1: term number (1,2,3,4), Column 2: term value (4,7,10,13); shows relationship between term number and value
How can you represent the same pattern with a graph?
Plot term number on x-axis and term value on y-axis; points lie on a straight line since it is arithmetic
A line passes through points (1,3) and (4,9). How do you find the slope?
Slope m = (y2 - y1)/(x2 - x1) = (9 - 3)/(4 - 1) = 6/3 = 2
Using the previous line, write the slope-intercept form.
y = mx + b; m = 2, use point (1,3): 3 = 2*1 + b → b = 1; Equation: y = 2x + 1
What does the slope tell you about a line?
Slope shows the rate of change; for every 1 unit increase in x, y increases by the slope value
What does the y-intercept tell you in a real-world context?
Y-intercept is the starting value of y when x = 0
Solve 3x + 5 = 20 and explain each step.
Subtract 5: 3x = 15, divide by 3: x = 5; isolate variable to solve linear equation
A pattern is described by y = 4x - 2. What is the y-value when x = 5?
y = 4*5 - 2 = 20 - 2 = 18; plug in x into the equation
A taxi charges a $3 base fee plus $2 per kilometer. Write an equation for the total cost y based on kilometers x.
y = 2x + 3; slope = 2 (cost per km), y-intercept = 3 (base fee)
Using the taxi equation y = 2x + 3, what is the cost for 10 km?
y = 2*10 + 3 = 23; plug in x = 10 into the equation
A line passes through points (2,5) and (5,11). Which slope formula do you use and why?
m = (y2 - y1)/(x2 - x1); calculates rate of change between two points on a line
The graph of a linear relation shows a straight line increasing from left to right. What does this indicate about the slope?
The slope is positive; y increases as x increases
A graph shows a horizontal line at y = 7. What does the slope and y-intercept tell you?
Slope = 0 (no change in y), y-intercept = 7; y is constant regardless of x
A phone plan charges a flat $10 per month plus $0.50 per text message. Which formula represents this situation and explain the variables.
y = 0.5x + 10; x = number of texts, y = total cost, slope = cost per text, y-intercept = flat monthly fee
Given two equations y = 3x + 2 and y = 2x + 5, which line is steeper and why?
Compare slopes: 3 > 2; y = 3x + 2 is steeper because slope represents rate of change
Solve for x: 5x - 7 = 18. Show each step.
Add 7: 5x = 25; divide by 5: x = 5
The pattern of weekly savings is $5, $10, $15, $20… Write an equation for total savings y after x weeks.
y = 5x; slope = 5 (savings per week), y-intercept = 0 (starting with $0)
You are given a table of values for a linear relation: x: 0,1,2,3; y: 4,7,10,13. How do you find the equation of the line?
Find slope: (7-4)/(1-0) = 3; y-intercept = 4; Equation: y = 3x + 4