If is linear, , and , what is ? Write in the form .
Opening subject page...
Loading your content
Algebra Quiz
Practice Constructing Linear And Exponential Functions in Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
If f is linear, f(0)=8, and f(4)=20, what is f(x)? Write in the form f(x)=mx+b.
This quiz focuses on Constructing Linear And Exponential Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for Algebra.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
If f is linear, f(0)=8, and f(4)=20, what is f(x)? Write in the form f(x)=mx+b.
Explanation: This question tests your ability to construct linear functions from given information like points. To construct a linear function from two points, we find the slope using m = (y₂ - y₁)/(x₂ - x₁), then find the y-intercept using one of the points: substitute the point and slope into y = mx + b and solve for b. Once you have m and b, you've got your function y = mx + b! Here, the points are like (0,8) and (4,20): m=(20-8)/(4-0)=12/4=3, and b=8 (given at x=0), so f(x)=3x+8. Choice B correctly constructs the linear function by finding the slope as 3 and using the given intercept 8, giving the function f(x)=3x+8. Perfect! If you misread f(4) or calculate slope wrong, you might pick another, but always use the formula step-by-step. The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁) using your two points, (2) Find y-intercept: pick either point, substitute x, y, and m into y = mx + b, solve for b, (3) Write it: y = [your m]x + [your b]. To check, verify both original points work in your function!
A bacteria culture starts with 200 bacteria and grows by 10% each hour. Write a function P(t) for the population after t hours. Write in the form P(t)=a(1+r)t.
Explanation: This question tests your ability to construct exponential functions from given information like descriptions. From context descriptions, listen for the clues: 'per,' 'each,' or 'constant rate' suggest linear (use that rate as slope), while 'percent growth,' 'doubles,' or 'halves' suggest exponential (convert to growth/decay factor). 'Starting with' or 'initial' tells you the y-intercept (linear) or initial value (exponential). The culture 'starts with 200' (initial a=200) and 'grows by 10% each hour' (growth factor 1+0.10=1.10), so P(t)=200(1.10)^t. Choice A correctly constructs the exponential function by using the starting amount as a=200 and converting the percent growth to the factor 1.10, giving the function P(t)=200(1.10)^t. Perfect! A common mix-up is using addition instead of multiplication for growth, but 'percent' signals exponential—keep practicing to spot it! Context tip: if the problem says 'starts at [value],' that's your y-intercept (linear) or initial value (exponential). If it says 'increases by [number] each time,' that's slope (linear). If it says 'increases by [percent] each time' or 'multiplies by [number],' that's exponential with that as your rate or factor. The language tells you exactly what you need!
An exponential function passes through the points (0,2) and (3,54). What is the function in the form y=a⋅bx?
Explanation: This question tests your ability to construct exponential functions from given information like points. For exponential functions, we need the initial value a (the y-value when x = 0) and the growth factor b. We're given (0, 2), so a = 2. To find b, we use the other point (3, 54). Since y = a · b^x, we have 54 = 2 · b³. Solving: b³ = 54/2 = 27, so b = ∛27 = 3. Therefore, y = 2 · 3^x. Choice A correctly constructs y = 2 · 3^x by using the y-intercept point for a = 2 and solving for b = 3 from the second point. Perfect! Choice B with b = 9 would give 2 · 9³ = 2 · 729 = 1458 when x = 3, not 54 - always verify your second point! For exponential from two points: (1) If one point has x = 0, that y-value is your a, (2) Use the other point to find b: substitute into y = a · b^x and solve, (3) Write your function. Check by verifying both points work!
From the coordinate plane, a line passes through the points (−1,4) and (3,−4). What is the equation of the line? Write in the form y=mx+b.
Explanation: This question tests your ability to construct linear functions from given information like points. To construct a linear function from two points, we find the slope using m = (y₂ - y₁)/(x₂ - x₁), then find the y-intercept using one of the points: substitute the point and slope into y = mx + b and solve for b. Once you have m and b, you've got your function y = mx + b! For points (-1,4) and (3,-4): m=(-4-4)/(3-(-1))=-8/4=-2; using (-1,4): 4=-2*(-1)+b, so b=2, giving y=-2x+2. Choice B correctly constructs the linear function by finding the slope as -2 and the intercept as 2, giving the function y=-2x+2. Perfect! It's common to slip on negative signs or point selection, but checking both points in the final equation ensures it's spot on. The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁) using your two points, (2) Find y-intercept: pick either point, substitute x, y, and m into y = mx + b, solve for b, (3) Write it: y = [your m]x + [your b]. To check, verify both original points work in your function!
A linear function passes through the points (2,7) and (6,19). What is the equation of the function in the form y=mx+b?
Explanation: This question tests your ability to construct linear functions from given information like points. To construct a linear function from two points, we find the slope using m = (y₂ - y₁)/(x₂ - x₁), then find the y-intercept using one of the points: substitute the point and slope into y = mx + b and solve for b. Once you have m and b, you've got your function y = mx + b! Let's find the slope: m = (19 - 7)/(6 - 2) = 12/4 = 3. Now using point (2, 7): 7 = 3(2) + b, so 7 = 6 + b, which gives us b = 1. Choice B correctly constructs y = 3x + 1 by finding slope = 3 and y-intercept = 1, giving the function y = 3x + 1. Perfect! Choice A incorrectly calculates the slope as 2 instead of 3 - remember to carefully compute the rise over run! The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁) using your two points, (2) Find y-intercept: pick either point, substitute x, y, and m into y = mx + b, solve for b, (3) Write it: y = [your m]x + [your b]. To check, verify both original points work in your function!
A gym charges a \25sign−upfeeplus$10permonth.LetmbethenumberofmonthsandC(m)bethetotalcost(indollars).WritethelinearfunctionC(m)$.
Explanation: This question tests your ability to construct linear functions from given information like descriptions. From context descriptions, listen for the clues: 'per,' 'each,' or 'constant rate' suggest linear (use that rate as slope), while 'percent growth,' 'doubles,' or 'halves' suggest exponential. 'Starting with' or 'initial' tells you the y-intercept (linear) or initial value (exponential). The gym charges a 25sign−upfee(thisisoury−intercept,thecostwhenm=0)plus10 per month (this is our slope, the rate of change). So C(m) = 10m + 25. Choice B correctly constructs C(m) = 10m + 25 by identifying the monthly rate as the slope (10) and the sign-up fee as the y-intercept (25). Perfect! Choice A incorrectly swaps these values - remember, the 'per month' rate is what multiplies the variable, while the one-time fee is the constant term. Context tip: if the problem says 'starts at [value],' that's your y-intercept. If it says 'increases by [number] each time,' that's slope. The language tells you exactly what you need!
A population of bacteria starts at 200 and grows by 10% each hour. Let t be the number of hours. Which function models the population P(t)?
Explanation: This question tests your ability to construct exponential functions from given information like descriptions. From context descriptions, listen for the clues: 'percent growth' suggests exponential (convert to growth factor). 'Starting with' tells you the initial value. The bacteria start at 200 (initial value a = 200) and grow by 10% each hour. Growing by 10% means multiplying by 1.10 (100% + 10% = 110% = 1.10), so b = 1.1. The function is P(t) = 200(1.1)^t. Let's verify: P(0) = 200(1.1)^0 = 200 ✓; P(1) = 200(1.1)^1 = 220, which is 200 + 10% of 200 ✓. Choice C correctly constructs P(t) = 200(1.1)^t by identifying initial value = 200 and growth factor = 1.1, giving the function P(t) = 200(1.1)^t. Perfect! Choice A uses 0.9 (which would be 10% decay, not growth), B is linear, and D has no initial value coefficient. Context tip: if the problem says 'increases by [percent] each time,' that's exponential with growth factor = 1 + (percent as decimal). For 10% growth, b = 1 + 0.10 = 1.10. The language tells you exactly what you need!
A gym charges a \25 sign-up fee plus \15 per month. Write a function C(m) for the total cost after m months. Write in the form C(m)=am+b.
Explanation: This question tests your ability to construct linear functions from given information like descriptions. From context descriptions, listen for the clues: 'per,' 'each,' or 'constant rate' suggest linear (use that rate as slope), while 'percent growth,' 'doubles,' or 'halves' suggest exponential (convert to growth/decay factor). 'Starting with' or 'initial' tells you the y-intercept (linear) or initial value (exponential). Here, the 15permonthistheconstantrate(slopea=15),andthe25 sign-up is the initial fixed cost (intercept b=25), so C(m)=15m+25. Choice B correctly constructs the linear function by using the monthly rate as the slope 15 and the sign-up as the intercept 25, giving the function C(m)=15m+25. Perfect! It's easy to swap the coefficients if you're not careful, but remembering 'per month' multiplies with m helps avoid that. Context tip: if the problem says 'starts at [value],' that's your y-intercept (linear) or initial value (exponential). If it says 'increases by [number] each time,' that's slope (linear). If it says 'increases by [percent] each time' or 'multiplies by [number],' that's exponential with that as your rate or factor. The language tells you exactly what you need!
A bacteria culture starts with 200 bacteria and increases by 10% each hour. Write a function P(t) for the population after t hours.
Explanation: This question tests your ability to construct exponential functions from given information like descriptions. From context descriptions, listen for the clues: 'per,' 'each,' or 'constant rate' suggest linear (use that rate as slope), while 'percent growth,' 'doubles,' or 'halves' suggest exponential (convert to growth/decay factor). 'Starting with' or 'initial' tells you the y-intercept (linear) or initial value (exponential). Starts with 200 (initial a=200), increases by 10% each hour means growth factor b=1+0.10=1.10, so P(t)=200(1.10)^t. Choice A correctly constructs the exponential by using initial 200 and factor 1.10, giving P(t)=200(1.10)^t. Perfect! A mistake could be using decay like 0.90, but since it's increase, add to 1 for the factor. Context tip: if the problem says 'starts at [value],' that's your y-intercept (linear) or initial value (exponential). If it says 'increases by [number] each time,' that's slope (linear). If it says 'increases by [percent] each time' or 'multiplies by [number],' that's exponential with that as your rate or factor. The language tells you exactly what you need! For exponential from a table: (1) Find the initial value by looking at x = 0 (if in table) or work backward using the pattern, (2) Find the common ratio by dividing consecutive y-values: y₂/y₁ (should be the same for all consecutive pairs), (3) Write y = a·b^x with your values. Example: if y goes 5, 10, 20 as x goes 0, 1, 2, then a = 5, b = 10/5 = 2, so y = 5·2^x!
If f is linear, f(0)=4, and f(3)=13, what is f(x)? Write in the form f(x)=mx+b.
Explanation: This question tests your ability to construct linear functions from given information like points. To construct a linear function from two points, we find the slope using m = (y₂ - y₁)/(x₂ - x₁), then find the y-intercept using one of the points: substitute the point and slope into y = mx + b and solve for b. Once you have m and b, you've got your function y = mx + b! Here, points are like (0,4) and (3,13): m=(13-4)/(3-0)=9/3=3, and b=4 given at x=0, so f(x)=3x+4. Choice B correctly constructs the function by finding slope 3 and intercept 4, giving f(x)=3x+4. Perfect! Swapping numbers might give 4x+3, but remember slope is change in y over change in x. The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁) using your two points, (2) Find y-intercept: pick either point, substitute x, y, and m into y = mx + b, solve for b, (3) Write it: y = [your m]x + [your b]. To check, verify both original points work in your function!
A bacteria culture starts with 500 bacteria and increases by 10% each hour. Let t be the number of hours. Write the exponential function P(t) that models the population.
Explanation: This question tests your ability to construct exponential functions from given information like descriptions. From context descriptions, 'percent growth' suggests exponential (convert to growth factor). The bacteria starts with 500 (initial value a = 500) and increases by 10% each hour. To convert 10% growth to a growth factor: 100% + 10% = 110% = 1.10. So b = 1.10. Therefore, P(t) = 500(1.10)^t. Choice A correctly constructs P(t) = 500(1.10)^t by identifying the initial population as 500 and converting 10% growth to the factor 1.10. Perfect! Choice B incorrectly uses 0.10 as the base - remember, for growth, we need 1 + growth rate, not just the growth rate itself. Context tip: if it says 'increases by [percent] each time,' that's exponential with growth factor = 1 + (percent as decimal). For 10% growth, b = 1 + 0.10 = 1.10. The language tells you exactly what you need!
The arithmetic sequence −2, 1, 4, 7,… can be represented by a linear function where x is the term number and f(x) is the value of the term. If f(1)=−2, what is f(x)?
Explanation: This question tests your ability to construct linear functions from given information like descriptions. From context descriptions, listen for the clues: 'per,' 'each,' or 'constant rate' suggest linear (use that rate as slope), while 'percent growth,' 'doubles,' or 'halves' suggest exponential (convert to growth/decay factor). 'Starting with' or 'initial' tells you the y-intercept (linear) or initial value (exponential). The sequence has common difference 3, so slope m=3; since f(1)=-2, use point (1,-2): -2=3*1 + b, b=-5, so f(x)=3x-5. Choice B correctly constructs the linear function by finding slope 3 from differences and intercept -5, giving f(x)=3x-5. Perfect! For sequences, people might forget to adjust for x starting at 1, leading to wrong b, but use the given f(1) to solve. Context tip: if the problem says 'starts at [value],' that's your y-intercept (linear) or initial value (exponential). If it says 'increases by [number] each time,' that's slope (linear). If it says 'increases by [percent] each time' or 'multiplies by [number],' that's exponential with that as your rate or factor. The language tells you exactly what you need! The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁) using your two points, (2) Find y-intercept: pick either point, substitute x, y, and m into y = mx + b, solve for b, (3) Write it: y = [your m]x + [your b]. To check, verify both original points work in your function!
If f is linear and f(0)=7 and f(3)=19, what is f(x) in the form f(x)=mx+b?
Explanation: This question tests your ability to construct linear functions from given information like points. To construct a linear function from two points, we find the slope using m = (y₂ - y₁)/(x₂ - x₁), then find the y-intercept using one of the points. We have f(0) = 7 and f(3) = 19. The slope is m = (19 - 7)/(3 - 0) = 12/3 = 4. Since f(0) = 7, this directly gives us the y-intercept b = 7 (when x = 0, y = 7). Therefore, f(x) = 4x + 7. Choice B correctly constructs f(x) = 4x + 7 by finding slope = 4 and recognizing that f(0) = 7 gives the y-intercept directly. Perfect! Choice A with slope 3 would mean the function only increases by 9 over 3 units, but we need it to increase by 12. The two-point linear function recipe: (1) Find slope: m = (y₂ - y₁)/(x₂ - x₁), (2) Find y-intercept: when given f(0), that's your b value directly!, (3) Write f(x) = mx + b. Always verify by checking both points work!
A rental car company charges a flat fee plus a per-mile rate. Two customers provide the following data: Customer A drove 120 miles and paid 89,whileCustomerBdrove200milesandpaid129. What is the per-mile rate the company charges?
Explanation: Let the flat fee be b and the per-mile rate be m. We have two equations: 120m+b=89 and 200m+b=129. Subtracting the first from the second: 80m=40, so m=0.50. Choice A results from incorrectly calculating 40÷100=0.40. Choice C comes from using 129−89=40 divided by 120−200=−80 and taking the absolute value. Choice D comes from dividing total cost by total miles for one customer: 89÷120≈0.74.
A savings account earns compound interest where the balance triples every 5 years. If the account starts with $200, what function represents the balance B(t) after t years, and what will be the balance after 15 years?
Explanation: When you encounter compound interest problems where an amount grows by a specific factor over a set time period, you need to build an exponential function that captures this repeated growth pattern. Since the balance triples every 5 years, you can think of this as: after 5 years, the balance is multiplied by 3; after 10 years (two 5-year periods), it's multiplied by 32=9; after 15 years (three 5-year periods), it's multiplied by 33=27. The pattern shows that after t years, the balance is multiplied by 3t/5 because t/5 gives you the number of 5-year periods that have passed. This gives you the function B(t)=200⋅3t/5. To find the balance after 15 years: B(15)=200⋅315/5=200⋅33=200⋅27=5400. Choice A incorrectly uses 35t as the exponent, which would mean the balance gets multiplied by 3 every 51 year instead of every 5 years—this creates explosive, unrealistic growth. Choice B has the correct function but calculates 33 as 26 instead of 27, leading to 200×26=5200. Choice D also has the right function but miscalculates 33 as 9 instead of 27, giving 200×9=1800. Remember: in exponential growth problems, always identify the time period for the given growth factor, then use that to determine what goes in your exponent. The growth factor's time period becomes the denominator when time is in the exponent.
A population of rabbits doubles every 4 months. If there are currently 80 rabbits (at month 0), which function models the population P(t) after t months?
Explanation: When you encounter exponential growth problems, you need to identify three key components: the initial value, the growth factor, and the time period for that growth. This question tells you the population doubles (growth factor = 2) every 4 months, starting with 80 rabbits. The correct answer is D: P(t)=80⋅2t/4. Here's why this works: since the population doubles every 4 months, after 4 months you have 80⋅24/4=80⋅21=160 rabbits. After 8 months: 80⋅28/4=80⋅22=320 rabbits. The exponent t/4 ensures that every 4 months, you get the next whole number power of 2. Choice A uses 24t, which makes the population grow far too quickly—after just 1 month, you'd have 80⋅24=1,280 rabbits instead of the gradual growth that should occur. Choice B adds 2t/4 to 80 instead of multiplying, which represents linear growth plus a small exponential term, not true exponential growth where the entire population doubles. Choice C uses base 4 with exponent t/2. While 4t/2 does equal 2t algebraically, this doesn't match our doubling period. After 4 months, you'd get 80⋅42=1,280 rabbits, which is incorrect. Remember: in exponential growth problems, if something doubles every n time units, your exponent should be t/n so that when t=n, the exponent equals 1 and you get exactly one doubling.
A bacteria culture starts with 50 bacteria. Every 3 hours, the population triples. After observing this pattern, a researcher needs to predict the population after 15 hours. Which function correctly models the bacteria population P(t) after t hours?
Explanation: Since the population triples every 3 hours, we need an exponential function where the base 3 is raised to a power that equals 1 when t = 3. The function P(t)=50⋅3t/3 satisfies this: when t = 3, we get P(3)=50⋅33/3=50⋅31=150, which is triple the initial population. Choice B has the wrong exponent (would triple every 1/3 hour). Choice C uses addition instead of multiplication for exponential growth. Choice D would triple every hour, not every 3 hours.
An arithmetic sequence has its 3rd term equal to 14 and its 7th term equal to 26. Which linear function represents the nth term of this sequence?
Explanation: When you encounter an arithmetic sequence problem, remember that these sequences have a constant difference between consecutive terms, making them linear functions. You need to find both the first term and the common difference to write the formula. Given information: a3=14 and a7=26. First, find the common difference (d). Since there are 4 steps from the 3rd to 7th term, you have: d=7−3a7−a3=426−14=412=3. Now find the first term using a3=a1+2d: 14=a1+2(3), so a1=14−6=8. The general formula is an=a1+(n−1)d=8+(n−1)(3)=8+3n−3=3n+5. This matches answer choice C. Let's check why the other answers fail: Answer A (an=3n+2) has the correct common difference of 3, but gives a3=11 and a7=23, which don't match our given values. Answer B (an=4n+2) has an incorrect common difference of 4. Answer D (an=2n+8) also has the wrong common difference of 2. Study tip: Always verify your answer by substituting back into the original conditions. For arithmetic sequences, you can find the common difference using any two given terms by dividing the difference in values by the difference in positions.
A geometric sequence starts with 5 and has a common ratio of 32. Which function correctly represents the nth term of this sequence, where n starts at 1?
Explanation: When you encounter a geometric sequence problem, you need to identify the first term and common ratio, then apply the standard formula: an=a1⋅rn−1, where a1 is the first term and r is the common ratio. Here, the first term is 5 and the common ratio is 32. Let's verify this works by checking the first few terms. For n=1: g(1)=5⋅(32)1−1=5⋅(32)0=5⋅1=5 ✓. For n=2: g(2)=5⋅(32)2−1=5⋅32=310 ✓. This confirms that option D gives us the correct geometric sequence. Option A uses (32)n instead of (32)n−1. This shifts the entire sequence and gives g(1)=5⋅32=310 instead of 5 for the first term. Option B incorrectly swaps the roles of the first term and common ratio, using 32 as the coefficient and 5n−1 as the exponential part. This creates an entirely different sequence. Option C uses addition instead of multiplication and represents an arithmetic sequence starting at 5, not a geometric sequence. Remember: geometric sequences always follow the pattern a1⋅rn−1. The exponent must be (n−1) to ensure the first term appears when n=1, since any number to the zero power equals 1.
Find the exponential function y=a⋅bx that passes through the points (0,5) and (2,45).
Explanation: This question tests your ability to construct exponential functions from given information like points. For exponential functions, we need the initial value a (the y-value when x = 0) and the growth or decay factor b (what we multiply by each time x increases by 1). If we have two points where x differs by 1, the ratio of their y-values gives us b directly: if (1, 6) and (2, 18) are on the function, then b = 18/6 = 3, and checking x = 0 or using a given point gives us a. With points (0,5) and (2,45), a=5 (at x=0); then 45=5*b^2, so b^2=9, b=3 (positive for growth), giving y=5·3^x. Choice C correctly constructs the exponential function by finding the initial a=5 and solving for b=3 from the second point, giving the function y=5·3^x. Perfect! You might forget to take the root for non-unit difference in x, leading to other choices, but dividing the exponent helps—great job practicing! For exponential from a table: (1) Find the initial value by looking at x = 0 (if in table) or work backward using the pattern, (2) Find the common ratio by dividing consecutive y-values: y₂/y₁ (should be the same for all consecutive pairs), (3) Write y = a·b^x with your values. Example: if y goes 5, 10, 20 as x goes 0, 1, 2, then a = 5, b = 10/5 = 2, so y = 5·2^x!