← Back to Learn by Concept

ACT Math · Learn by Concept

ACT Math Help: Linear Functions

Review real example questions for Linear Functions in ACT Math.

Question 1 / 10

0 of 10 answered

In the standard (x,y)(x, y) coordinate plane, point AA has coordinates (4,3)(4, -3) and point BB has coordinates (2,7)(-2, 7). What are the coordinates of the midpoint of line segment AB\overline{AB}?

All questions

Question 1

In the standard (x,y)(x, y) coordinate plane, point AA has coordinates (4,3)(4, -3) and point BB has coordinates (2,7)(-2, 7). What are the coordinates of the midpoint of line segment AB\overline{AB}?

  1. (1,2)(1, 2) (correct answer)
  2. (2,4)(2, 4)
  3. (3,5)(3, 5)
  4. (6,10)(6, -10)

Explanation: The correct answer is A (1, 2). The midpoint formula averages the x-coordinates and the y-coordinates separately: x = (4 + (−2)) ÷ 2 = 2 ÷ 2 = 1; y = (−3 + 7) ÷ 2 = 4 ÷ 2 = 2. Midpoint = (1, 2). B (2, 4) uses the sums without dividing by 2: (4 + (−2)) = 2 and (−3 + 7) = 4. C (3, 5) drops the negative signs: (4 + 2) ÷ 2 = 3 and (3 + 7) ÷ 2 = 5. D (6, −10) likely comes from subtracting or doubling instead of averaging. Always divide both sums by 2 — the midpoint is literally the average of the two endpoints.

Question 2

A hiker's elevation changes at a constant rate along a trail. The trail's elevation line has slope 2-2 and passes through the point (3,7)(3,7). Which equation represents this line?​​

  1. y=12x+112y=\dfrac{1}{2}x+\dfrac{11}{2}
  2. y=2x+1y=2x+1
  3. y=2x+13y=-2x+13 (correct answer)
  4. y=2x+1y=-2x+1

Explanation: When a problem hands you a slope and one point, point-slope form yy1=m(xx1)y-y_1=m(x-x_1) is the fastest route to the equation. Substituting m=2m=-2 and (3,7)(3,7) gives y7=2(x3)y-7=-2(x-3), and distributing the 2-2 yields y7=2x+6y-7=-2x+6, so adding 7 to both sides produces y=2x+13y=-2x+13; the hiker descends 2 units of elevation per unit along the trail. The equation y=2x+1y=-2x+1 has the right slope but the wrong intercept, which comes from computing 767-6 instead of 7+67+6, that is, from failing to negate the 2(3)-2\cdot(-3) correctly. The equation y=2x+1y=2x+1 additionally reverses the sign of the slope, turning a descent into a climb, and y=12x+112y=\dfrac{1}{2}x+\dfrac{11}{2} uses the negative reciprocal of the slope, which describes a perpendicular line rather than this one. Distribute the slope through the parentheses carefully, watching that a negative slope times a negative x1x_1 becomes positive, then verify by plugging the given point back into your final equation.

Question 3

What is the y-intercept of the line y=2x+7y = -2x + 7?

  1. 0
  2. 2
  3. -2
  4. 7 (correct answer)

Explanation: The yy-intercept is the output when the input is zero, and in slope-intercept form y=mx+by=mx+b it is simply the constant bb. For y=2x+7y=-2x+7, substituting x=0x=0 gives y=2(0)+7=7y=-2(0)+7=7, so the line crosses the vertical axis at (0,7)(0,7) and the yy-intercept is 7. The values 2-2 and 22 come from reading the coefficient of xx, which is the slope and describes steepness rather than a crossing point, with the positive version also dropping the sign. The value 0 confuses the yy-intercept with the xx-coordinate of the point where the line crosses, since x=0x=0 there but yy does not. When you need an intercept, substitute zero for the other variable, so set x=0x=0 for a yy-intercept and y=0y=0 for an xx-intercept.

Question 4

A company's profit is modeled by the linear equation y=5x20y=5x-20, where xx is the number of items sold and yy is profit in dollars. What is the y-intercept of this line?

  1. 55
  2. 20-20 (correct answer)
  3. 2020
  4. 5-5

Explanation: We need to find the y-intercept of the line y = 5x - 20. In slope-intercept form y = mx + b, the y-intercept is b, which is the constant term. From y = 5x - 20, we see that b = -20. The y-intercept is -20, representing the profit when no items are sold (a $20 loss). Choice A (5) incorrectly identifies the slope as the y-intercept, while choice C (20) has the wrong sign.

Question 5

A linear function models the balance in a gift card after buying snacks. The function is f(x)=4x+20f(x)=-4x+20, where xx is the number of snacks purchased. What is f(0)f(0)?

  1. 4-4
  2. 00
  3. 1616
  4. 2020 (correct answer)

Explanation: This question asks for f(0) in the linear function f(x) = -4x + 20, which models the initial gift card balance before purchases. f(0) is the y-intercept, found by substituting x = 0 into the equation: f(0) = -4(0) + 20 = 20. This value represents the starting balance, with the slope -4 indicating the cost per snack. The structure y = mx + b directly shows b as the intercept. The correct answer is 20, which is choice D. A key distractor is choice A, -4, confusing the slope with the intercept. Another is choice C, 16, possibly from miscalculating -4(1) + 20 or another small error.

Question 6

A delivery drone's height changes at a constant rate as it flies. The drone is at height 2 meters when it is 1 second into the flight and at height 14 meters when it is 5 seconds into the flight. What is the slope of the line through points (1,2)(1,2) and (5,14)(5,14)?

  1. 13\dfrac{1}{3}
  2. 33 (correct answer)
  3. 3-3
  4. 14\dfrac{1}{4}

Explanation: This question asks for the slope of the line passing through the points (1,2) and (5,14), which represents the constant rate of change in the drone's height over time. To find the slope, use the formula m = (y₂ - y₁)/(x₂ - x₁), substituting the given points. Here, m = (14 - 2)/(5 - 1) = 12/4 = 3, emphasizing how the change in y over the change in x gives the rate. This calculation shows the slope is positive 3, meaning the height increases by 3 meters per second. The correct answer is 3, which is choice B. A key distractor is choice A, which is 1/3, likely from reversing the numerator and denominator in the slope formula. Another common error is choice C, -3, which might result from confusing the order of subtraction and adding a negative sign incorrectly.

Question 7

A straight road's elevation above sea level changes linearly with distance. The elevation line is y=5x10y=5x-10. What is the y-intercept of this line?

  1. 55
  2. 10-10 (correct answer)
  3. 1010
  4. 5-5

Explanation: This question seeks the y-intercept of the line y = 5x - 10, which models the road's elevation starting point. In the slope-intercept form y = mx + b, the y-intercept b is directly -10. This represents the elevation at distance x=0, with slope 5 as the rate of change. Verifying by setting x=0 gives y=-10, confirming the structure. The correct answer is -10, which is choice B. A key distractor is choice D, -5, possibly halving the slope or misreading. Another is choice A, 5, confusing the slope with the intercept and ignoring the sign.

Question 8

Which equation represents a line with a slope of 5 and a y-intercept of -1?

  1. y=5x1y = 5x - 1 (correct answer)
  2. y=5x+1y = -5x + 1
  3. y=1x+5y = 1x + 5
  4. y=5x+1y = 5x + 1

Explanation: We need to identify the equation with slope 5 and y-intercept -1. Using the slope-intercept form y = mx + b, where m is the slope and b is the y-intercept, we get y = 5x + (-1), which simplifies to y = 5x - 1. Looking at the choices, option A correctly shows y = 5x - 1. Choice D incorrectly has y-intercept +1 instead of -1, while choice B has the wrong slope sign (negative instead of positive).

Question 9

A straight road's elevation above sea level changes linearly with distance. The elevation line is y=5x10y=5x-10. What is the y-intercept of this line?​​

  1. 55
  2. 10-10 (correct answer)
  3. 1010
  4. 5-5

Explanation: This question seeks the y-intercept of the line y = 5x - 10, which models the road's elevation starting point. In the slope-intercept form y = mx + b, the y-intercept b is directly -10. This represents the elevation at distance x=0, with slope 5 as the rate of change. Verifying by setting x=0 gives y=-10, confirming the structure. The correct answer is -10, which is choice B. A key distractor is choice D, -5, possibly halving the slope or misreading. Another is choice A, 5, confusing the slope with the intercept and ignoring the sign.

Question 10

Which equation has slope 4 and y-intercept -2?

  1. y=4x+2y = 4x + 2
  2. y=2x+4y = -2x + 4
  3. y=4x2y = 4x - 2 (correct answer)
  4. y=4x+2y = -4x + 2

Explanation: We need to identify which equation has slope 4 and y-intercept -2. In the slope-intercept form y = mx + b, m represents the slope and b represents the y-intercept. We need m = 4 and b = -2, so the equation is y = 4x + (-2) = y = 4x - 2. This matches choice C exactly. Choice A has the wrong y-intercept (2 instead of -2), and choices B and D have the wrong slopes.