Linear functions
Function notation, and what f(x) means when x is a number of months rather than a number.
~30 min · prequestion, worked examples, retrieval practice
A linear function is not a formula to memorize — it is a sentence about the world written in four parts: what goes in, what comes out, how much the output changes per one unit of input, and what the output is before anything happens. Almost every point lost here is lost in the translation between that sentence and the notation, not in the arithmetic that follows it. Algebra is about 35% of the Math section, the largest domain on the test, and f(x) notation does not stay inside it — it turns up in Advanced Math, in data analysis, and anywhere the exam wants to describe a relationship without writing out y.
Before you read on
Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.
Before any teaching. The function f is defined by f(x) = 3x − 12. What is the value of f(−6)?
The function C(m) = 0.12m + 35 gives the monthly cost, in dollars, of a phone plan that includes m minutes of international calling. What is the best interpretation of 35 in this context?
A drone begins a flight at an altitude of 120 meters and descends at a constant rate of 15 meters every 30 seconds. Which function gives the drone's altitude a, in meters, t minutes after the descent begins?
What the question is actually testing
This skill point covers three things that look different and are the same thing: reading function notation (evaluating f at a given input, or solving for the input that produces a given output), interpreting what a number or a statement like f(12) = 340 means inside a described situation, and building the function yourself from a paragraph of English. The arithmetic in all three is one multiplication and one addition. What is being tested is whether the quantities keep their meaning while you move them.
College Board publishes the domain weight: Algebra is about 35% of the Math section, the largest of the eight domains. What it does not publish is how that 35% divides among the five Algebra skill points, so any per-skill count you see quoted — "expect three or four linear-function items" — is a prep-industry estimate reverse-engineered from released material, not an official figure. Treat it as a planning assumption rather than a fact.
What distinguishes this skill from its neighbour, linear equations in two variables: that one asks you to relate x and y. This one names the relationship, gives it a letter, and then asks questions about the naming. That extra layer is where the points move. A student who can solve 3x − 12 = −6 flawlessly can still lose the item by not noticing that the question asked for f(−6) instead — same rule, same number, different answer.
Foundations — function notation from zero (skip this block if f(3) is already obvious)
If you can look at f(x) = 3x − 12 and produce f(−6) without hesitating, skip ahead; nothing here will be new. If the notation itself is the thing slowing you down, this is the highest-value block on the page, because f(x) is not confined to this skill — it is the language the rest of the Math section is written in.
A function is a rule that takes one input and returns exactly one output. That is the entire definition. f is the rule's name. x is a placeholder for whatever goes in. f(x) is what comes out. So f(x) = 3x − 12 is the rule spelled out: take the input, multiply by 3, subtract 12, hand back the result.
Fix this first, before anything else: f(x) is not f times x. The parentheses here are not multiplication — they are holding the input. Reading them as multiplication is the error that makes the whole notation feel arbitrary, and it does not recover on its own.
f(−6) is an instruction, not an expression to simplify. It says: everywhere the rule has an x, write −6 instead. f(−6) = 3(−6) − 12 = −18 − 12 = −30. Write the input inside its own parentheses when you substitute. That single habit prevents most of the sign errors in this skill.
Now the distinction that decides more items than any other on this page. The number can appear in two places, and its position tells you which job you have. f(−6) = ? puts the number INSIDE the parentheses: the input is given, find the output — substitute and compute. f(x) = −6 puts the number on the OTHER SIDE of the equals sign: the output is given, find the input — set the rule equal to −6 and solve. Same function, same number, two different questions, and two different answers: −30 and 2.
Notation, translated once and for all: f(a) = b means "when the input is a, the output is b," and it also means "the point (a, b) is on the graph of y = f(x)." Those are the same statement said twice. y and f(x) are interchangeable — writing y = f(x) just says the vertical axis holds the outputs.
Two consequences the test uses constantly. f(0) is the y-intercept: the output when the input is zero. A zero of f — also called a root, and visible on a graph as the x-intercept — is an input that makes the output zero, which you get by solving f(x) = 0. They sound alike, they are opposite ends of the same line, and questions phrase them in language designed to be confusable.
The letters mean nothing mathematically and everything practically. h(t), C(m), P(x), V(d) all behave identically; the exam picks letters that remind you what the quantities are — h for height, t for time, C for cost, m for minutes. When an item hands you an unfamiliar letter pair, read the sentence that defines them before touching the algebra. That is not the slow way through the item; skipping it is what makes the item slow.
Building a linear model from a description
Every linear model is m and b in disguise: f(x) = (rate)(x) + (starting value). The work is not writing that down — it is deciding, from a paragraph of English, which number is which and what units each one carries. Run four steps in this order, every time, and the decision stops being a judgement call.
Step 1 — name the input and the output, with units, in writing. "Input: t, hours since the pump started. Output: w, liters remaining." Ten seconds. It is the step everyone skips, and it is the step that prevents every unit error below.
Step 2 — find the rate. It is attached to the words per, each, every, for every, or a phrase like "an additional." Then do the part that actually matters: convert it into output-units per ONE input-unit. "$54 for every 4 posters" is not a rate you can use; $13.50 per poster is. "90 liters every 4 minutes," with the input measured in hours, is not a rate you can use; 1,350 liters per hour is. Finally attach a sign: charging, gaining, rising, growing are positive; draining, descending, depreciating, losing are negative.
Step 3 — find the starting value: the output when the input is exactly zero. In a cost problem it is what is owed before a single unit is bought; in a physical problem it is the measurement at the moment the clock starts. Read the wording carefully, because "at the start" and "at input zero" are not always the same moment — "after the first hour the tank held 400 liters" is a data point, not the intercept.
Step 4 — write f(x) = (signed rate)(x) + (starting value), then test it twice. Once at x = 0, which must return the starting value. Once at any other value the passage states, which must return what the passage says it returns. That second check costs five seconds and catches every sign error and every unit error you are capable of making.
When the description hands you two data points instead of a rate and a start, the same machine runs with one extra step in front of it. Translate the notation into points — f(3) = 41 and f(8) = 26 are the points (3, 41) and (8, 26) — then compute the slope as (26 − 41)/(8 − 3) = −15/5 = −3, then substitute either point back to find the constant. Keep the point order identical in the numerator and the denominator; flipping it in only one of the two places is the standard sign error here.
Mechanism
Why the coefficient slot means "per one"
A slope is not a number. It is a ratio carrying units — output-units per one input-unit — and the position it occupies in f(x) = mx + b is what makes the "per one" mandatory rather than stylistic. Multiplying m by x means "take one unit's worth of change, m, and take x of them." If m is secretly worth four minutes rather than one, then mx is counting four-minute blocks while x counts minutes, and the two halves of the expression are measuring different things. Nothing in the arithmetic will complain. You will get a clean, confident number that is wrong by a factor of four. This is also why the unit check is the cheapest error-detector available in the Math section: write the units underneath the symbols and read across — (liters per hour)(hours) + (liters) = liters. If the multiplication does not cancel down to the output's units, the model is wrong before a single value is substituted into it. Students who lose points to unit slips are almost never students who cannot convert; they are students who never wrote the units down and so had nothing to check the model against. And the deeper reason the two-point method is legal at all: a function is linear exactly when that rate is the same between every pair of points on it. That is the definition of linear, not a separate property to verify afterwards. It is why any two points give the same slope, why "the average rate of change of f over the interval" is simply the slope when f is linear, and why a description saying a quantity falls by 12% each year is not describing a linear function at all — a constant percentage is a constant multiplier, not a constant amount, and none of the toolkit on this page applies to it.
Worked examples
Fully worked — build the model, then notice which question is being asked
- 01Scenario: "A greenhouse trial begins with 480 seedlings. Each week, 6 seedlings are removed for destructive testing. Write a function n(w) for the number of seedlings remaining after w weeks, and find how many weeks pass before 300 remain."
- 02Step 1 — name input and output with units. Input: w, weeks since the trial began. Output: n, seedlings remaining. Both counts, no conversion needed, because the rate is already stated per one week.
- 03Step 2 — the rate. "6 seedlings each week" is 6 per one week, and "removed" makes it negative: −6 seedlings per week.
- 04Step 3 — the starting value. "Begins with 480" is the count at w = 0, so the constant is 480.
- 05Step 4 — write it and test it. n(w) = 480 − 6w. At w = 0: n(0) = 480, matching the stated start. At w = 1: n(1) = 474, which is 480 minus one week's removals — correct.
- 06Now read the second half of the question. "How many weeks pass before 300 remain" gives the OUTPUT (300 seedlings) and asks for the INPUT. That is a solve, not an evaluation: set n(w) = 300.
- 07480 − 6w = 300 → 6w = 180 → w = 30 weeks.
- 08Check by substituting back: n(30) = 480 − 6(30) = 480 − 180 = 300. ✓ Note what the wrong reading would have produced: n(300) = 480 − 1,800 = −1,320, a negative seedling count, which is the tell that the number was put in the wrong place.
One step hidden — a rate stated per four units
- 01Scenario: "A print shop charges a $75 setup fee plus $54 for every 4 posters printed. Write a function P(n) for the total cost, in dollars, of an order of n posters, then find the cost of 30 posters."
- 02Step 1 — input: n, posters. Output: P, dollars. Step 2 — the rate is stated per 4 posters but the input counts posters one at a time, so convert: $54 ÷ 4 = $13.50 per poster. Printing costs money, so the sign is positive.
- 03Step 3 — the setup fee is owed before any posters are printed, so it is the value at n = 0: the constant is 75. Write P(n) = 13.5n + 75, and test it at n = 4: P(4) = 54 + 75 = 129, which is the setup fee plus exactly the stated $54 for four posters. ✓
- 04The second half asks for the cost of 30 posters. That gives the INPUT and asks for the OUTPUT, so it is an evaluation: substitute n = 30.
Two steps hidden — two values given in function notation
- 01Problem: "The function f is linear, f(2) = 19, and f(7) = 4. What is the value of f(0)?"
- 02Translate the notation into points before doing anything else: f(2) = 19 is the point (2, 19), and f(7) = 4 is the point (7, 4).
- 03Slope, same point order top and bottom: m = (4 − 19)/(7 − 2) = −15/5 = −3.
Solve alone
- 01Problem: "A rental company charges a flat fee plus a constant rate per mile driven. A 120-mile rental costs $94, and a 200-mile rental costs $126. Write the total cost as a function C(m) of miles driven m, and find the cost of a 350-mile rental."
In your own words
In one sentence: why must a rate stated as "$54 for every 4 posters" be converted to $13.50 per poster before it can occupy the m slot in P(n) = mn + b — what exactly is that position claiming about whatever number sits in it?
Named traps
- Evaluate/solve swap
- The number was given as an output and got substituted as an input, or the reverse. f(−6) and f(x) = −6 use the same two symbols to ask opposite questions. The rule is positional: a number inside the parentheses is an input, so substitute; a number across the equals sign is an output, so solve. This is the highest-frequency wrong answer on the skill, and the test writes a distractor for it on almost every item.
- Raw-rate transplant
- Dropping a rate stated per four minutes, per six items, or per half hour straight into the coefficient slot, which is defined as per one. Any rate whose "per" does not match the input variable's unit has to be converted first — and the conversion has a direction, so 90 liters per 4 minutes becomes 1,350 per hour, not 5,400 and not 22.5.
- Slope/intercept swap
- Assigning the fixed amount to the coefficient and the rate to the constant. It happens most when the sentence states the fixed amount first — "a $75 setup fee plus $54 for every 4 posters" — because the first number in the sentence gets grabbed as the first number in the equation. Naming both roles explicitly before writing a symbol is the whole fix.
- Intercept/zero confusion
- f(0) is the output when the input is zero — the y-intercept, the initial value. A zero of f is the input that makes the output zero — the x-intercept, found by solving f(x) = 0. Items phrase these as "the initial amount," "where the graph crosses the axis," "the zero of the function," "when will it reach zero," and the two answers are almost never the same number.
- The wrong quantity answered
- The algebra is finished and every line of it is correct, and the number reported is b, or the slope, or the input, when the question asked for f(2), or the year, or the total. This is the characteristic error at the top of the score range: nothing was misunderstood, the last line of the question was simply not reread. Underline the quantity the question names before starting the work.
- Sign slip on a negative input
- Substituting a negative input into a rule with a negative coefficient and losing exactly one of the two signs: for f(x) = −4x + 7, f(−5) = −4(−5) + 7 = 20 + 7 = 27, not −20 + 7 = −13. Two negatives, one chance to drop one. Writing the input inside its own parentheses is the mechanical prevention, and a distractor built on precisely this slip appears on most hard items in this skill.
The 800-level margin
At this point the notation is not what separates 1500 from 1600. Six things are: composed and transformed functions, change over an interval rather than per unit, contextual domain limits, descriptions that sound linear and are not, items holding two functions at once, and a short list of execution errors that survive knowing everything above.
Transformations, stated so you never have to re-derive them under time pressure. Start from f(x) = mx + b. g(x) = f(x) + k adds k to every output: same slope, intercept b + k. g(x) = f(x + k) substitutes x + k for x, giving m(x + k) + b = mx + (mk + b): same slope, intercept moved by m times k — and note that a PLUS inside the parentheses moves the graph LEFT, which is the opposite of what it reads like. g(x) = k·f(x) multiplies everything: slope km, intercept kb. g(x) = f(kx) multiplies only the slope: slope km, intercept unchanged. The two that look alike, f(x + k) and f(kx), do entirely different things, and an item using one of them will offer the other's answer as a choice.
Change over an interval is the slope times the interval's length — not the slope, and not a level. If E(t) = 15,400 + 260t, then enrollment rises by 260 in one year, by 1,300 over any five-year stretch, and E(5) = 16,700 is where enrollment stands, not how much it moved. Three different numbers, all correct answers to different questions, and a well-built item puts all three in front of you. The reverse direction appears too: "the model predicts a fall of 900 over the period, so what is the yearly rate" is a division, not a reading.
Contextual domain. A model built from a described situation is valid only over a window, and the exam knows it. A 4,500-liter tank draining at 1,350 liters per hour has a model that returns negative liters after about 3.3 hours, so a question asking what remains after 5 hours is either testing whether you notice or has restricted the domain in the setup — read the restriction if one is printed. Watch too for answers the situation forces to be whole: people, buses, complete deliveries. When the algebra returns 6.4 and the context counts buses, the answer is 7 or 6 depending on which way the sentence rounds, and the sentence always says which.
Not every description is linear, and the test writes descriptions that sound linear and are not. "Decreases by 12% each year" is a constant multiplier, so it is exponential. "Doubles every six days" is exponential. "Falls by 40 units per year" is linear. The tell is amount versus percentage: a linear model changes by the same NUMBER every step, so if you cannot name that number, the relationship is not linear and nothing on this page applies to it.
Two functions in one item. "For what value of x is f(x) = g(x)" asks for the input at which the two rules agree: set the expressions equal and solve for x. Then reread the last line, because roughly half the time the item wants the common OUTPUT and the x you just found is sitting there as a distractor. Same shape in context: "after how many hours do the two tanks hold the same amount" wants the time; "how much does each tank hold when they are equal" wants the volume, which takes one more substitution.
One graph-reading variant that catches strong students: a linear function shown on axes with different scales. Slope is the change in the output axis's units divided by the change in the input axis's units — never the visual steepness. A line that looks like it rises at forty-five degrees has slope 1 only when one grid square means the same amount on both axes, which on this exam it frequently does not.
Execution errors, which is where the remaining points actually live. Substituting a negative input without parentheses. Reporting b when the question named a different input. Rounding a rate before the final step — 32/80 is exactly 0.4, but a rate carried as 0.33 instead of 1/3 will miss a student-produced response by enough to be marked wrong. Answering with t when the passage counts years after 1990 and the question asks for the year, or with the year when it asks for t. And the format one worth knowing cold: student-produced responses do not accept mixed numbers, so an answer of two and a half is entered as 5/2 or as 2.5 and never as 2 1/2, which the scoring reads as twenty-one halves.
Retrieval — with feedback on every choice
The function f is linear. It is known that f(1) = 9, f(4) = 21, and f(7) = 33. What is the value of f(0)?
LINEAR FUNCTIONS — reference card f(x) is NOT f times x. f names the rule; the parentheses hold the input. f(a) = b means input a gives output b, and means the point (a, b) is on the graph. Number INSIDE the parentheses -> evaluate (substitute). Number across the = -> solve. f(0) = the y-intercept. A zero of f = the input where f(x) = 0. Opposite ends of the line. Model from a description: f(x) = (signed rate)(x) + (value at x = 0). Name the input and output units in writing FIRST, then find the rate, then the start. Convert every rate to output-units per ONE input-unit before it enters the coefficient slot. Two points: f(a)=p, f(b)=q -> m = (q - p)/(b - a), same order top and bottom, then solve for b. Change over an interval = slope x interval length. Not the slope, not a level. f(x)+k: intercept +k. f(x+k): intercept +mk, graph moves LEFT. k*f(x): both scale. f(kx): slope only. Constant AMOUNT per step = linear. Constant PERCENT per step = not linear, toolkit off. Substitute negative inputs inside their own parentheses: -3(-3) = +9. Before answering: reread the last line and confirm which quantity was asked for.
Every item on this page is Meridian-original, written to match the Digital SAT's format and difficulty — it is not a real SAT question. The only source that matches the live test exactly is College Board's own Bluebook and Question Bank.
The function f is linear. It is known that f(1) = 9, f(4) = 21, and f(7) = 33. What is the value of f(0)?
- 5
Correct. Slope from any two of the given points: (21 − 9)/(4 − 1) = 12/3 = 4, and the outer pair agrees, (33 − 21)/(7 − 4) = 12/3 = 4, confirming linearity. Then f(x) = 4x + b with f(1) = 9 gives 9 = 4 + b, so b = 5 and f(0) = 5. Check the point not used: f(7) = 4(7) + 5 = 33. ✓
- B9
This takes the first value listed as though it were the value at input zero. But 9 is f(1), not f(0) — the list starts at input 1, and the named input sits one step to the left of everything given.
- C13
The slope of 4 is right and the step is one unit, but it has been applied in the wrong direction. Going from f(1) to f(0) means the input decreases by 1, so the output decreases by 4: 9 − 4 = 5, not 9 + 4 = 13.
- D4
This reports the slope. 4 is how much the output changes per one-unit increase in the input, which is a rate; the question asks for a value of the function at a specific input, which is an amount.
Traps tested: First listed value taken as intercept · Extrapolated wrong direction · Answered wrong quantity
A tank holds 4,500 liters of water. A pump removes water at a constant rate of 90 liters every 4 minutes. Which function gives the number of liters, w, remaining in the tank h hours after the pump starts, for values of h during which the tank still contains water?
- Aw(h) = 4,500 − 90h
This uses the rate exactly as printed. But the rate is printed per 4 minutes and h counts hours, and the coefficient position means per one hour. This model claims the tank takes 50 hours to empty when in fact it takes a little over three.
- Bw(h) = 4,500 − 22.5h
This is the correct first half of the conversion and then a stop one step early: 90 ÷ 4 = 22.5 gives liters per MINUTE, and the input variable is measured in hours. Converting to a per-unit rate is only finished when the unit matches the input.
- w(h) = 4,500 − 1,350h
Correct. Convert to per one hour in two moves: 90 liters ÷ 4 minutes = 22.5 liters per minute, and 22.5 × 60 = 1,350 liters per hour. The pump removes water, so the sign is negative, and 4,500 is the volume at h = 0. Unit check: (liters per hour)(hours) + liters = liters. ✓ Sanity check: 4,500 ÷ 1,350 ≈ 3.3 hours to empty, which is consistent with a pump moving over a liter per second.
- Dw(h) = 4,500 − 5,400h
This multiplies 90 by 60, which would be right only if the printed rate were 90 liters per minute. It is 90 liters per four minutes, so the division by 4 has to happen before the multiplication by 60. The result drains the whole tank in under 50 minutes.
Traps tested: Raw rate transplant · Partial unit conversion · Conversion overshoot
The function P(t) = 1,850 − 27t models the number of nesting pairs of a seabird on an island t years after 1990, where 0 ≤ t ≤ 25. Which statement is the best interpretation of P(15) = 1,445 in this context?
- AIn 1990, there were about 1,445 nesting pairs on the island.
1990 is t = 0, and P(0) = 1,850. This choice pairs the output from one input with the year belonging to a different one, which happens when the year in the passage is read as the year in the answer without passing through t.
- In 2005, there were about 1,445 nesting pairs on the island.
Correct. t counts years after 1990, so t = 15 is 1990 + 15 = 2005, and the output is a count of pairs at that moment. Verify the arithmetic of the statement itself: P(15) = 1,850 − 27(15) = 1,850 − 405 = 1,445. ✓
- CBetween 1990 and 2005, the number of nesting pairs fell by about 1,445.
This reads the output as a change rather than a level. The fall over those fifteen years is 27 × 15 = 405 pairs; 1,445 is how many were left, not how many were lost. The model's own starting value, 1,850, makes a loss of 1,445 impossible to reconcile with a remaining population.
- DIn 2005, the number of nesting pairs was falling by about 1,445 pairs per year.
This reads the output as a rate. The rate in this model is the coefficient on t, 27 pairs per year, and it is the same in every year because the model is linear. An output of a function is an amount; only the coefficient carries a "per year."
Traps tested: Baseline year misread · Level read as change · Output confused with rate
The function E(t) = 15,400 + 260t models the enrollment at a university t years after 2010. According to this model, by how much does enrollment increase over any 5-year period?
- A260
260 is the increase over ONE year — the coefficient on t, which by definition is the change per one unit of input. The question asks about a five-year span, which is five of those, so this answer is the right quantity measured over the wrong interval.
- B1,560
This is 260 × 6, which counts six years instead of five. It comes from counting the endpoints of the interval as though they were the years themselves — from t to t + 5 there are six labelled years but only five one-year steps, and it is the steps that accumulate change.
- 1,300
Correct. Change over an interval is the slope times the interval's length: 260 × 5 = 1,300. Verify it directly from the model rather than from the rule — E(t + 5) − E(t) = [15,400 + 260(t + 5)] − [15,400 + 260t] = 1,300, and the t cancels, which is why the answer is the same for any five-year window. ✓
- D16,700
This is E(5) = 15,400 + 260(5) = 16,700, the enrollment level five years after 2010. A level is where the quantity stands; the question asks how much it moved, which is a difference between two levels.
Traps tested: Rate read as total · Off by one interval · Level read as change
The function f is linear, f(−3) = 14, and f(5) = −10. What is the value of f(2)?
- −1
Correct. Points (−3, 14) and (5, −10) give slope (−10 − 14)/(5 − (−3)) = −24/8 = −3. Substitute (−3, 14) into f(x) = −3x + b, keeping the negative input in its own parentheses: 14 = −3(−3) + b = 9 + b, so b = 5 and f(x) = −3x + 5. Check on the point not used: f(5) = −15 + 5 = −10. ✓ Then f(2) = −3(2) + 5 = −1.
- B2
This averages the two given outputs: (14 + (−10))/2 = 2. That shortcut is legitimate only at the input halfway between the two given inputs, and halfway between −3 and 5 is 1, not 2. The value 2 really is f(1) — a correct answer to a question that was not asked.
- C5
5 is the constant b, which is f(0) — the y-intercept. The work up to that point is correct and then stops one substitution early; the question named the input 2, and b is the value at input 0.
- D17
This comes from a single sign slip while finding b: writing 14 = −9 + b instead of 14 = +9 + b, because −3 times −3 was carried through as −9. That gives b = 23 and f(2) = −6 + 23 = 17. Substituting a negative input inside its own parentheses is what prevents it.
Traps tested: Midpoint shortcut misapplied · Answered wrong quantity · Sign error on substitution
The function f is defined by f(x) = 3x + 7, and the function g is defined by g(x) = f(x + 4). The graph of y = g(x) in the xy-plane has a y-intercept at (0, k). What is the value of k?
- A−5
This is the y-intercept of f(x − 4) = 3(x − 4) + 7 = 3x − 5 — the shift applied in the wrong direction. A plus sign inside the parentheses is a subtraction from every input, which moves the graph LEFT and raises the intercept for a positively sloped line, rather than lowering it.
- B7
7 is the y-intercept of f, not of g. Replacing x with x + 4 leaves the slope alone but does change the intercept, because the shift is horizontal and a sloped line moved sideways crosses the vertical axis somewhere new. Only a horizontal line would be unaffected.
- C11
This adds the 4 directly to the intercept, treating g(x) = f(x + 4) as though it were f(x) + 4. Those are different transformations: the inside version shifts horizontally and moves the intercept by the slope times 4, while the outside version shifts vertically and moves it by 4.
- 19
Correct, and the fastest route skips expanding entirely: a y-intercept is the output at input 0, so k = g(0) = f(0 + 4) = f(4) = 3(4) + 7 = 19. Expanding confirms it — g(x) = 3(x + 4) + 7 = 3x + 12 + 7 = 3x + 19, same slope as f, intercept moved by the slope times 4. ✓
Traps tested: Shift direction reversed · Transformation ignored · Inside outside shift confused
Up next
Systems of two linear equations
Substitution, elimination, Desmos — and the coefficient conditions for no or infinite solutions.
30 min