What this quiz covers
This quiz focuses on Apply Coordinate Concepts, giving you a quick way to practice the rules, question types, and explanations that matter most for HSPT Math.
The graph of the function f(x) = |x - 3| + 2 is a V-shape. The entire graph is reflected across the y-axis to create a new function g(x). Then, the graph of g(x) is translated 4 units down to create a third function h(x). What are the coordinates of the vertex of h(x)?
HSPT Math Quiz
Practice Apply Coordinate Concepts in HSPT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Apply Coordinate Concepts, giving you a quick way to practice the rules, question types, and explanations that matter most for HSPT Math.
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.
The graph of the function f(x) = |x - 3| + 2 is a V-shape. The entire graph is reflected across the y-axis to create a new function g(x). Then, the graph of g(x) is translated 4 units down to create a third function h(x). What are the coordinates of the vertex of h(x)?
Explanation: This problem involves a sequence of transformations. First, find the vertex of the original function f(x) = |x - 3| + 2. The vertex of a function of the form a|x - h| + k is at (h, k). So, the vertex of f(x) is at (3, 2). Next, the graph is reflected across the y-axis to create g(x). A reflection across the y-axis transforms a point (x, y) to (-x, y). So, the vertex (3, 2) is moved to (-3, 2). Finally, the graph of g(x) is translated 4 units down to create h(x). A translation down by 4 units transforms a point (x, y) to (x, y - 4). So, the vertex (-3, 2) is moved to (-3, 2 - 4), which is (-3, -2). Distractor B results from reflecting across the x-axis instead of the y-axis, then translating. Distractor C results from adding 4 instead of subtracting. Distractor D combines both errors.
The vertices of a square are located at (a, b), (a, b+s), (a+s, b), and (a+s, b+s). If the function f(x, y) = (x+y, x-y) is applied to each vertex of the square, the new vertices form a new quadrilateral. What is the area of this new quadrilateral?
Explanation: This question tests understanding of transformations as functions on coordinates and their effect on area. Let the vertices of the original square be A=(a,b), B=(a,b+s), C=(a+s,b+s), D=(a+s,b). The area of this square is s². Now apply the transformation f(x,y) = (x+y, x-y) to each vertex. A' = (a+b, a-b). B' = (a+b+s, a-(b+s)) = (a+b+s, a-b-s). C' = (a+s+b+s, a+s-(b+s)) = (a+b+2s, a-b). D' = (a+s+b, a+s-b). The new shape is a parallelogram. We can find the lengths of the sides and diagonals. Length of A'C' = sqrt(((a+b+2s)-(a+b))^2 + ((a-b)-(a-b))^2) = sqrt((2s)^2) = 2s. Length of B'D' = sqrt(((a+s+b)-(a+b+s))^2 + ((a+s-b)-(a-b-s))^2) = sqrt(0^2 + (2s)^2) = 2s. The diagonals are perpendicular because the dot product of the vectors is zero or slopes are negative reciprocals. Slope A'C' is 0. Slope B'D' is undefined. So the quadrilateral is a rhombus. The area of a rhombus is (1/2)d1d2 = (1/2)(2s)(2s) = 2s². Alternatively, this is a linear transformation. The area of the transformed shape is the area of the original shape times the absolute value of the determinant of the transformation matrix. The matrix is [[1, 1], [1, -1]]. The determinant is 1*(-1) - 1*1 = -1 - 1 = -2. The absolute value is 2. So the new area is |det| * old area = 2 * s².
The distance between points (−3,4) and (5,−2) is:
Explanation: When you see a question asking for the distance between two points, you're working with the distance formula, which comes from the Pythagorean theorem. The distance formula is: d=(x2−x1)2+(y2−y1)2 Let's find the distance between (−3,4) and (5,−2). First, identify your coordinates: (x1,y1)=(−3,4) and (x2,y2)=(5,−2). Now substitute into the formula: d=(5−(−3))2+(−2−4)2 d=(5+3)2+(−6)2 d=82+36 d=64+36 d=100=10 The distance is 10 units, making A correct. Looking at the wrong answers: B) 8 units likely comes from only calculating one part of the distance formula—perhaps just ∣5−(−3)∣=8, forgetting about the vertical component. C) 64 units equals 8, which suggests someone calculated (5−(−3))2=64 but forgot to add the (−6)2=36 term. D) 14 units might result from adding the horizontal and vertical distances directly: 8+6=14, rather than using the Pythagorean theorem. Remember: the distance formula requires you to square both differences, add them, then take the square root. Don't just add the horizontal and vertical distances—that gives you Manhattan distance, not straight-line distance.
Points A, B, and C form a right triangle where the right angle is at B. If A(1,5), B(1,2), and C(x,2), what is a possible value of x?
Explanation: When you encounter a right triangle problem with coordinates, you need to use the fact that perpendicular lines have slopes that are negative reciprocals of each other (or one is vertical and the other horizontal). Since the right angle is at point B(1,2), the two sides AB and BC must be perpendicular. Let's find the slope of side AB first. From A(1,5) to B(1,2), both points have the same x-coordinate of 1, making this a vertical line with an undefined slope. For two lines to be perpendicular when one is vertical, the other must be horizontal (slope = 0). This means side BC must be horizontal, which occurs when both points have the same y-coordinate. Since B(1,2) and C(x,2) both have y-coordinate 2, side BC is indeed horizontal, confirming our perpendicular condition is met. Now we need x=1 to ensure C is a different point from B. Looking at the choices: Choice A gives x=1, making C(1,2)=B(1,2), so points B and C would be identical—impossible for a triangle. Choice C gives x=2, creating point C(2,2), which works geometrically. Choice D gives x=0, creating point C(0,2), which also works. Choice B gives x=5, creating point C(5,2), which works as well. Since multiple values create valid right triangles, any non-1 value works. Choice B is correct among the valid options. Strategy tip: In coordinate geometry, remember that vertical and horizontal lines are always perpendicular—this is often the key to right triangle problems on coordinate planes.
The vertices of triangle ABC are A(−1,2), B(3,5), and C(1,−1). If the triangle is translated by the vector ⟨−4,3⟩, what are the coordinates of the image of vertex B?
Explanation: When you encounter a translation problem in coordinate geometry, you're applying a vector to move every point in a figure the same distance and direction. A translation vector ⟨a,b⟩ means you add a to every x-coordinate and b to every y-coordinate.
To find the image of vertex B(3,5) under the translation vector ⟨−4,3⟩, you add the vector components to the original coordinates:
Therefore, the image of B is (−1,8), which is choice A.
Looking at the wrong answers: Choice B gives (7,2), which results from subtracting the translation vector instead of adding it (3−(−4)=7 and 5−3=2). Choice C gives (−1,2), which happens if you only apply the x-component of the translation vector but forget to add the y-component (keeping the original y-coordinate of 5 minus 3). Choice D gives (3,8), which occurs when you correctly add 3 to the y-coordinate but forget to translate the x-coordinate at all.
Remember that translations always involve adding the vector components to the original coordinates—don't subtract or skip components. The key phrase "translated by the vector" should immediately signal you to add each component of the translation vector to the corresponding coordinate of the original point.
If the midpoint of segment RS is M(2,−3) and point R has coordinates (−4,1), what are the coordinates of point S?
Explanation: When you encounter a midpoint problem, remember that the midpoint formula works both ways: you can find a midpoint from two endpoints, or find a missing endpoint when you know the midpoint and one endpoint. The midpoint formula states that if M is the midpoint of segment RS, then M=(2xR+xS,2yR+yS). Since you know M(2,−3) and R(−4,1), you can solve for S. For the x-coordinate: 2=2−4+xS. Multiply both sides by 2: 4=−4+xS, so xS=8. For the y-coordinate: −3=21+yS. Multiply both sides by 2: −6=1+yS, so yS=−7. Therefore, S(8,−7), which is choice A. Let's check why the other answers are wrong. Choice B (−1,−1) would give a midpoint of (2−4+(−1),21+(−1))=(−2.5,0). Choice C (6,−5) yields (2−4+6,21+(−5))=(1,−2). Choice D (0,−4) produces (2−4+0,21+(−4))=(−2,−1.5). None of these match the given midpoint M(2,−3). Study tip: Always verify your answer by plugging it back into the midpoint formula. This catches calculation errors and confirms you've found the correct coordinates.
The function g(x) = 21x - 3 is graphed on a coordinate plane. If this function is transformed by first reflecting it across the y-axis and then translating it up 5 units, what is the equation of the resulting function?
Explanation: When you encounter function transformation problems, you need to understand how reflections and translations affect the equation systematically. Each transformation follows a predictable pattern that changes specific parts of the function. Starting with g(x)=21x−3, let's apply each transformation step by step. First, reflecting across the y-axis means replacing every x with (−x). This gives us g(x)=21(−x)−3=−21x−3. Notice how this reflection changes the slope from positive to negative, which makes sense because the line now slants in the opposite direction. Next, translating up 5 units means adding 5 to the entire function: g′(x)=−21x−3+5=−21x+2. This matches choice A. Looking at the wrong answers: Choice B (−21x−8) correctly reflects across the y-axis but subtracts 5 instead of adding it, giving −3−5=−8. Choice C (21x+2) correctly translates up 5 units but fails to reflect across the y-axis, keeping the original positive slope. Choice D (−21x−3) only reflects across the y-axis but ignores the upward translation entirely. Remember this sequence: reflections across the y-axis flip the sign of x-terms, while vertical translations add or subtract from the constant term. Always apply transformations in the order given, and double-check that you've addressed every transformation mentioned in the problem.
What is the slope of the line that passes through the points (−4,3) and (2,−9)?
Explanation: When you encounter a question asking for the slope between two points, you need to apply the slope formula: m=x2−x1y2−y1, which measures the rate of change between the vertical and horizontal distances. Let's identify our points: (−4,3) and (2,−9). We can assign the first point as (x1,y1)=(−4,3) and the second as (x2,y2)=(2,−9). Substituting into the slope formula: m=2−(−4)−9−3=6−12=−2 The slope is −2, which matches answer choice A. Now let's examine why the other options are incorrect. Choice B (21) gives you a positive slope when the line is actually decreasing from left to right, and the magnitude is wrong. Choice C (−21) has the correct negative sign but represents the reciprocal of the actual slope—this often results from confusing the rise and run. Choice D (2) gives you the correct magnitude but the wrong sign, which happens when you subtract the coordinates in the wrong order or forget that a line falling from left to right has negative slope. Remember this key pattern: always subtract coordinates in the same order (second point minus first point) for both numerator and denominator. Also, verify that your slope's sign makes sense—if the y-values decrease as x-values increase, your slope should be negative.
Three vertices of a parallelogram ABCD are A(1, 5), B(2, 1), and C(7, 3). What is the sum of the coordinates of the fourth vertex, D, if AC is a diagonal?
Explanation: In a parallelogram, the diagonals bisect each other. This means they share the same midpoint. The problem states AC is a diagonal. Let's find its midpoint, M. M = ((1+7)/2, (5+3)/2) = (8/2, 8/2) = (4, 4). This midpoint M is also the midpoint of the other diagonal, BD. Let the coordinates of D be (x, y). Using the midpoint formula for BD: ( (2+x)/2, (1+y)/2 ) = (4, 4). Now we can solve for x and y. (2+x)/2 = 4 -> 2+x = 8 -> x = 6. And (1+y)/2 = 4 -> 1+y = 8 -> y = 7. So, the coordinates of vertex D are (6, 7). The question asks for the sum of the coordinates of D, which is 6 + 7 = 13. A common error is to assume the vertices are given in order (A, B, C, D) and use vector translation. For example, the vector from A to B is (2-1, 1-5) = (1, -4). Applying this vector to C gives D = (7+1, 3-4) = (8, -1), sum = 7. Another possibility is assuming AB is a diagonal. Then the midpoint of AB is (1.5, 3). So (7+x)/2=1.5 -> 7+x=3 -> x=-4. (3+y)/2=3 -> 3+y=6 -> y=3. D=(-4,3), sum=-1.
A line passes through the point (4, -1) and has an x-intercept that is twice its y-intercept. If the y-intercept is not zero, what is the slope of the line?
Explanation: Let the y-intercept be b. The point for the y-intercept is (0, b). The x-intercept is twice the y-intercept, so the x-intercept is 2b. The point for the x-intercept is (2b, 0). The slope of the line is the change in y over the change in x between these two points: m = (0 - b) / (2b - 0) = -b / 2b. Since b is not zero, we can simplify this to m = -1/2. We can check this with the given point. The equation of the line is y = (-1/2)x + b. It passes through (4, -1). So, -1 = (-1/2)(4) + b. -1 = -2 + b. This gives b = 1. The y-intercept is 1, and the x-intercept is 2(1)=2. The equation is y=-1/2x+1. This is consistent. The slope is -1/2. Distractors: C) A sign error. A) Confusing the relationship between slope and intercepts. D) A more complex calculation error. For example, if a student sets up the equation y-y1 = m(x-x1) as -1-b = m(4-0), and -1-0=m(4-2b), it can get confusing and lead to errors.
A quadrilateral has vertices K(-2, 5), L(1, 8), M(7, 2), and N(4, -1). What is the most specific classification for this quadrilateral?
Explanation: To classify the quadrilateral, we need to check the properties of its sides and diagonals. Let's calculate the slopes of the four sides. Slope KL = (8-5)/(1-(-2)) = 3/3 = 1. Slope LM = (2-8)/(7-1) = -6/6 = -1. Slope MN = (-1-2)/(4-7) = -3/-3 = 1. Slope NK = (5-(-1))/(-2-4) = 6/-6 = -1. Since opposite sides have equal slopes (KL || MN and LM || NK), the quadrilateral is a parallelogram. Now let's check if adjacent sides are perpendicular. The slope of KL is 1 and the slope of LM is -1. Since their product is 1 * (-1) = -1, they are perpendicular. This means the parallelogram has right angles, so it is a rectangle. To check if it is a square, we need to see if the side lengths are equal. Length KL = sqrt((1-(-2))^2 + (8-5)^2) = sqrt(32+32) = sqrt(18). Length LM = sqrt((7-1)^2 + (2-8)^2) = sqrt(6^2+(-6)^2) = sqrt(36+36) = sqrt(72). Since the adjacent side lengths are not equal, it is not a square (and therefore not a rhombus). The most specific classification is a rectangle.
The midpoint of diagonal AC of a square ABCD is M(3, 1). The coordinates of vertex A are (-1, 4). What is the area of the square?
Explanation: This problem requires finding the area of a square given one vertex and the center. The center of the square is the midpoint of its diagonals. The distance from a vertex to the center is half the length of the diagonal. Let's find the distance from A(-1, 4) to M(3, 1). Using the distance formula, AM = sqrt((3 - (-1))^2 + (1 - 4)^2) = sqrt(4^2 + (-3)^2) = sqrt(16 + 9) = sqrt(25) = 5. This distance is half the diagonal, so the full length of the diagonal AC is 2 * 5 = 10. The area of a square can be calculated from its diagonal d using the formula Area = d^2 / 2. Therefore, the area of square ABCD is 10^2 / 2 = 100 / 2 = 50 square units. Distractor D (100) is the result of squaring the diagonal length but forgetting to divide by 2. Distractor A (25) is the result of squaring the half-diagonal length AM. A student might mistake AM for the side length of the square.
The function f(x) = -2x + 8 is graphed on a coordinate plane. If point P(a, b) lies on this line and point Q(a + 3, c) also lies on this line, what is the relationship between b and c?
Explanation: When you encounter a linear function problem involving two points with different x-coordinates, you're working with the concept of slope and how changes in x affect changes in y. Given the function f(x)=−2x+8, you can find the y-values for both points. Point P has coordinates (a,b), so b=−2a+8. Point Q has coordinates (a+3,c), so c=−2(a+3)+8=−2a−6+8=−2a+2. To find the relationship between b and c, substitute the expression for b: Since b=−2a+8, we know −2a=b−8. Therefore, c=−2a+2=(b−8)+2=b−6. Looking at the wrong answers: Choice B (c=b+6) incorrectly adds 6 instead of subtracting it, which would happen if you forgot that the slope is negative. Choice C (c=b−3) uses the change in x-value (3) instead of accounting for the slope, ignoring that the slope multiplies this change. Choice D (c=b+3) makes both errors—using just the x-change and getting the sign wrong. The correct answer is A: c=b−6. Strategy tip: For linear function problems, remember that when x increases by some amount, y changes by that amount times the slope. Here, x increased by 3 and the slope is -2, so y decreases by 3×2=6.
Points A(2,−3), B(6,1), and C(x,5) are collinear. What is the value of x?
Explanation: When you see three points that are collinear, they all lie on the same straight line. This means the slope between any two pairs of points must be identical. Let's find the slope between points A(2, -3) and B(6, 1) using the slope formula: m=x2−x1y2−y1 mAB=6−21−(−3)=44=1 Since all three points are collinear, the slope between B(6, 1) and C(x, 5) must also equal 1: mBC=x−65−1=x−64=1 Setting this equal to 1: x−64=1 Solving: 4=x−6, so x=10 This confirms answer choice A is correct. Let's check why the other answers fail. For choice B (x = 8): the slope would be 8−64=24=2, not 1. For choice C (x = 12): the slope would be 12−64=64=32, not 1. For choice D (x = 9): the slope would be 9−64=34, not 1. Strategy tip: For collinear points questions, always calculate the slope between the two given points first, then set up an equation requiring the third point to have the same slope. This systematic approach prevents calculation errors and ensures you're testing the fundamental property of collinear points.
Line ℓ passes through points (2,7) and (8,1). What is the equation of the line perpendicular to ℓ that passes through the origin?
Explanation: When you encounter perpendicular lines, remember that their slopes are negative reciprocals of each other. This means if one line has slope m, the perpendicular line has slope −m1. First, find the slope of line ℓ using the slope formula with points (2,7) and (8,1): m=x2−x1y2−y1=8−21−7=6−6=−1 Since line ℓ has slope −1, the perpendicular line has slope −−11=1. Since this perpendicular line passes through the origin (0,0), its equation is y=1⋅x=x. Let's examine why each answer choice is right or wrong: A) y=x has slope 1, which is indeed the negative reciprocal of −1. This passes through the origin and is perpendicular to line ℓ. This is correct. B) y=−x has slope −1, which is the same as line ℓ's slope. This would be parallel to line ℓ, not perpendicular. C) y=21x has slope 21. While this passes through the origin, 21 is not the negative reciprocal of −1. D) y=−21x has slope −21. This is also not the negative reciprocal of −1. Study tip: Always calculate the original line's slope first, then apply the negative reciprocal rule: flip the fraction and change the sign. Watch out for the common trap of using the same slope (parallel) instead of the negative reciprocal (perpendicular).
Point P is reflected across the line y=x to give point P′(5,−2). What are the coordinates of the original point P?
Explanation: When you see a reflection question, you're dealing with transformations that create mirror images across a line. Reflecting across the line y=x has a special property: it swaps the x and y coordinates of any point. If point P(a,b) is reflected across y=x, the resulting point P′ has coordinates (b,a). Since we know P′(5,−2), we can work backward. If P′(5,−2) came from reflecting P(a,b), then the coordinates were swapped: b=5 and a=−2. Therefore, the original point P has coordinates (−2,5). Let's check each answer choice. Choice A gives (−2,5), which when reflected across y=x becomes (5,−2) — exactly our given point P′. Choice B suggests (−5,2), but reflecting this gives (2,−5), not (5,−2). Choice C proposes (5,2), which reflects to (2,5), also incorrect. Choice D offers (2,−5), which reflects to (−5,2), again wrong. The key insight is that reflection across y=x simply swaps coordinates. Many students incorrectly think about other types of reflections (like across the x-axis or y-axis) which involve sign changes. Remember: for y=x reflections, just swap the coordinates — no sign changes needed unless they were already in the original coordinates.
The function h(x)=−2x+5 is graphed on the coordinate plane. At which point does this function intersect the line y=x−1?
Explanation: When you need to find where two functions intersect, you're looking for the point where they have the same x and y values. This means setting the functions equal to each other and solving. To find where h(x)=−2x+5 intersects y=x−1, set them equal: −2x+5=x−1. Solving for x: subtract x from both sides to get −3x+5=−1, then subtract 5 from both sides to get −3x=−6, so x=2. Now substitute x=2 into either function to find y. Using y=x−1: y=2−1=1. The intersection point is (2,1). Let's check why the other answers don't work. For choice B, (3,−1): substituting into h(x) gives −2(3)+5=−1, which checks out, but substituting into y=x−1 gives 3−1=2, not −1. For choice C, (1,3): h(1)=−2(1)+5=3, but 1−1=0, not 3. For choice D, (4,−3): h(4)=−2(4)+5=−3, but 4−1=3, not −3. The correct answer is A. Study tip: Always verify intersection points by substituting back into both original equations. If a point doesn't satisfy both functions, it's not the intersection point.
Point A is located at (2, -3) on a coordinate plane. If A is rotated 180° about the point B(-1, 1), what are the coordinates of the image point A'?
Explanation: When you encounter rotation problems on coordinate planes, you're working with transformations that preserve distance but change position. A 180° rotation about a point creates an image where the center of rotation is the midpoint between the original point and its image.
To find where point A(2, -3) lands after rotating 180° about point B(-1, 1), use the fact that B must be exactly halfway between A and A'. If A' has coordinates (x, y), then the midpoint formula gives us: B=(22+x,2−3+y)=(−1,1)
Setting up equations from each coordinate:
Therefore, A' = (-4, 5).
Looking at the wrong answers: Choice B (-4, -5) gets the x-coordinate right but uses -5 instead of 5 for y, likely from a sign error in the calculation. Choice C (4, -5) has both coordinates wrong with opposite signs—this might come from rotating about the origin instead of point B. Choice D (-2, 3) appears to come from incorrectly applying a reflection or using the wrong center point entirely.
Study tip: For rotation problems, always remember that the center of rotation is the midpoint between the original point and its image. Set up midpoint equations and solve systematically to avoid sign errors.