What this quiz covers
This quiz focuses on Solve Linear Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for HSPT Math.
Solve for x: 5−2(x−4)=3(x+1)+2.
HSPT Math Quiz
Practice Solve Linear Equations 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 Solve Linear Equations, 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.
Solve for x: 5−2(x−4)=3(x+1)+2.
Explanation: When you encounter a linear equation with parentheses and variables on both sides, your goal is to systematically isolate the variable using the order of operations in reverse. Start by distributing through the parentheses. On the left side: 5−2(x−4)=5−2x+8=13−2x. On the right side: 3(x+1)+2=3x+3+2=3x+5. Your equation becomes 13−2x=3x+5. Next, collect all variable terms on one side and constants on the other. Add 2x to both sides: 13=5x+5. Subtract 5 from both sides: 8=5x. Finally, divide by 5: x=58. Looking at the wrong answers: Choice B gives x=513, which likely results from incorrectly handling the distribution or making sign errors when moving terms. Choice C gives x=85, which happens when you accidentally flip the fraction at the end—dividing 5 by 8 instead of 8 by 5. Choice D gives x=−58, which occurs from sign errors, particularly when distributing the negative through −2(x−4) or when moving terms across the equals sign. The correct answer is A: x=58. Study tip: When solving multi-step equations, work methodically through each step and double-check your distribution of negative signs. Always verify your answer by substituting it back into the original equation—both sides should equal the same value.
Tickets to a concert cost $8 each plus a one-time $4 service fee. If Shawn has at most $60 to spend, which inequality gives the possible number of tickets, n, he can buy, and what is the greatest whole number of tickets he can afford?
Explanation: When you encounter word problems involving costs and spending limits, you're dealing with linear inequalities. The key is translating the written constraints into mathematical expressions that capture both the cost structure and the spending limitation. Here, each ticket costs $8, so $n ticketscost 8n dollars.There′salsoaone−time4 service fee regardless of how many tickets Shawn buys. This means his total cost is 8n+4. Since he has "at most 60"tospend,histotalcostmustbelessthanorequalto60, giving us 8n+4≤60. To find the maximum number of tickets, solve: 8n+4≤60, so 8n≤56, which means n≤7. The greatest whole number satisfying this is n=7. Looking at the wrong answers: Choice B uses ≥ instead of ≤, which would mean Shawn must spend at least 60ratherthanatmost60. Choice C subtracts the service fee (8n−4) instead of adding it, misrepresenting the cost structure. Choice D uses a strict inequality (<) rather than "less than or equal to" (≤), which incorrectly excludes the possibility of spending exactly 60,leadingto n=6 $ instead of the correct maximum of 7. Remember that "at most" translates to \leq, "at least" means \geq, and fixed fees are always added to variable costs. Double-check your inequality direction by asking whether the constraint is an upper limit or lower limit on spending.
If 1.5−0.5(4x−6)≥2(x+3.25), which of the following best describes the solution set for x?
Explanation: First, distribute the constants on both sides of the inequality: 1.5−2x+3≥2x+6.5. Combine like terms on the left side: 4.5−2x≥2x+6.5. To gather the x terms, add 2x to both sides: 4.5≥4x+6.5. To isolate the x term, subtract 6.5 from both sides: −2≥4x. Finally, divide by 4: −0.5≥x. This is equivalent to x≤−0.5. Distractor B results from incorrectly flipping the inequality sign. Distractor D results from a sign error when distributing -0.5 to -6.
Two cars leave the same point at the same time, traveling in opposite directions. One car travels at a constant speed of 45 mph. After 3 hours, they are 285 miles apart. If s is the speed of the second car in mph, which equation represents this situation?
Explanation: The distance formula is distance = rate × time. The first car travels for 3 hours at 45 mph, covering a distance of 45×3 miles. The second car travels for 3 hours at s mph, covering a distance of s×3 miles. Since they are traveling in opposite directions, their distances from the starting point add up to the total distance between them. Therefore, 3×45+3s=285. Factoring out the common factor of 3 gives 3(45+s)=285, which is equivalent to 3(s+45)=285. Choice D is the same equation, but it represents the next step in solving the problem, not the initial setup based on the combined rate. Choice A is the best representation of the initial physical situation, where the combined speed of separation is (s+45) mph.
If 2∣x−3∣+5=17, what is the sum of all possible values of x?
Explanation: When you encounter absolute value equations, remember that the expression inside the absolute value bars can be either positive or negative, leading to multiple solutions.
Start by isolating the absolute value term. From 2∣x−3∣+5=17, subtract 5 from both sides: 2∣x−3∣=12. Then divide by 2: ∣x−3∣=6.
Now solve the two cases. Since ∣x−3∣=6, either:
You can verify both solutions work in the original equation. The question asks for the sum of all possible values: 9+(−3)=6.
Looking at the wrong answers: Answer B (9) represents only one of the two solutions—a common error when students forget that absolute value equations typically have two solutions. Answer C (12) might come from adding the absolute values of both solutions (∣9∣+∣−3∣=12) instead of their actual sum. Answer D (15) could result from arithmetic errors during the isolation steps or incorrectly calculating 9+3=12 and then making another error.
The key strategy for absolute value equations is to always consider both the positive and negative cases after isolating the absolute value expression. Remember that ∣A∣=B means A=B or A=−B. Always verify your solutions in the original equation, and read carefully—questions may ask for individual solutions, their sum, or their product.
A number decreased by 15 is equal to 3 times the number increased by 9. What is the number?
Explanation: When you see a word problem asking you to find an unknown number, you're dealing with algebraic translation. The key is converting the English phrases into mathematical expressions, then solving the resulting equation. Let's call the unknown number x. "A number decreased by 15" translates to x−15. "3 times the number increased by 9" means 3x+9. Since these expressions are equal, you get: x−15=3x+9. To solve, collect like terms. Subtract x from both sides: −15=2x+9. Then subtract 9 from both sides: −24=2x. Finally, divide by 2: x=−12. You can verify this: −12−15=−27 and 3(−12)+9=−36+9=−27 ✓ Looking at the wrong answers: Choice A (-15) likely comes from focusing too much on the "decreased by 15" part without solving the full equation. Choice C (-9) might result from confusing the constants in the problem or making sign errors. Choice D (-6) could come from arithmetic mistakes when combining terms or dividing incorrectly. The correct answer is B. Remember this translation pattern: "decreased by" means subtraction, "increased by" means addition, and "times" indicates multiplication. Always check your answer by substituting back into the original word problem to ensure both sides truly equal each other.
Maria has 3 times as many books as Carlos. If Maria gives Carlos 12 books, they will have equal numbers of books. How many books does Maria have originally?
Explanation: When you encounter word problems involving relationships between quantities that change, setting up equations with variables is your most reliable approach. These problems test your ability to translate verbal descriptions into mathematical expressions. Let's define variables: Let C = Carlos's original number of books and M = Maria's original number of books. From the problem, we know two key relationships. First, "Maria has 3 times as many books as Carlos," which gives us M=3C. Second, "If Maria gives Carlos 12 books, they will have equal numbers," meaning Maria will have M−12 books and Carlos will have C+12 books, so M−12=C+12. From the second equation: M−12=C+12, so M=C+24. Now substitute the first equation: 3C=C+24. Solving: 2C=24, so C=12. Therefore, M=3(12)=36. Let's verify: Maria starts with 36, Carlos with 12. After the transfer, Maria has 24 and Carlos has 24. ✓ Choice A is correct with 36 books. Choice B (42 books) would mean Carlos originally had 14 books, but after the transfer they'd have 30 and 26 respectively—not equal. Choice C (48 books) implies Carlos had 16 originally, leading to 36 and 28 after transfer. Choice D (54 books) means Carlos had 18, resulting in 42 and 30 after transfer. Always verify your solution by checking it against both original conditions. This catches algebraic errors and confirms your setup was correct.
If 3x+4x=2x−5, what is the value of x?
Explanation: When you encounter an equation with fractions containing the same variable, your goal is to combine like terms and isolate the variable. Start by finding a common denominator to simplify the fractions on the left side. To solve 3x+4x=2x−5, first combine the left side using the common denominator 12: 124x+123x=127x Now your equation becomes: 127x=2x−5 Convert 2x to twelfths: 2x=126x So: 127x=126x−5 Subtract 126x from both sides: 12x=−5 Multiply both sides by 12: x=−60 Choice B (x=−60) is correct. You can verify by substituting back: 3−60+4−60=−20+(−15)=−35, and 2−60−5=−30−5=−35 ✓ Choice A (x=−50) gives you −665 on the left and −30 on the right—not equal. Choice C (x=−70) produces −12175 versus −40—also unequal. Choice D (x=−80) yields −12200 compared to −45—incorrect as well. When solving fraction equations, always find common denominators first, then systematically eliminate fractions by multiplying through. Double-check your answer by substituting back into the original equation—this catches arithmetic errors that are easy to make with fraction calculations.
For what value of a does the equation 2(ax+3)−4x=6 have infinitely many solutions?
Explanation: First, simplify the equation. Distribute the 2: 2ax+6−4x=6. Subtract 6 from both sides: 2ax−4x=0. Factor out x: x(2a−4)=0. For this equation to have infinitely many solutions, it must be true for any value of x. This occurs when the coefficient of x is zero. So, we set 2a−4=0. Adding 4 to both sides gives 2a=4. Dividing by 2 gives a=2. When a=2, the equation becomes x(0)=0, or 0=0, which is always true.
Solve for y: 5(2y−3)=10y−15.
Explanation: When you encounter an equation like this, you're dealing with a linear equation that might have one solution, no solution, or infinitely many solutions. The key is to simplify both sides and see what happens. Let's solve 5(2y−3)=10y−15 step by step. First, distribute the 5 on the left side: 5(2y)−5(3)=10y−15, which gives us 10y−15=10y−15. Notice that both sides are now identical. When you subtract 10y from both sides, you get −15=−15, and when you add 15 to both sides, you get 0=0. This is always true, regardless of what value you substitute for y. Let's check the answer choices: Choice A is correct because any real number you substitute for y will make the original equation true. Choice B (no solution) would occur if we ended up with something like 0=5, which is never true. Choice C (y=3) suggests there's only one solution - you can verify this isn't the case by substituting other values like y=0 or y=1 into the original equation and seeing they work too. Choice D (y=−3) has the same problem as choice C - it's just one specific value when infinitely many work. Watch for this pattern on algebra problems: when both sides of an equation simplify to exactly the same expression, you have an identity that's true for all real numbers. Don't assume every equation has just one solution!
Solve for y: 4(2y−1)−3y=5.
Explanation: When you encounter a linear equation with parentheses and multiple terms, your goal is to systematically simplify by following the order of operations, then isolate the variable. Start by distributing the 4 to both terms inside the parentheses: 4(2y−1)=4⋅2y−4⋅1=8y−4. The equation becomes: 8y−4−3y=5. Next, combine like terms on the left side: 8y−3y=5y, so you have 5y−4=5. Add 4 to both sides: 5y=9. Finally, divide both sides by 5: y=59. This confirms answer choice A is correct. Let's examine why the other answers are wrong. Answer B (y=57) likely results from incorrectly combining terms, perhaps getting 3y−4=5 instead of 5y−4=5. Answer C (y=511) might come from an error in distributing, like getting 6y−4=5 and solving for y=69=511 through incorrect arithmetic. Answer D (y=2) could result from multiple errors, such as incorrectly distributing and then making computational mistakes. Always verify your answer by substituting back into the original equation. With y=59: 4(2⋅59−1)−3⋅59=4(518−1)−527=4⋅513−527=552−527=525=5 ✓
Solve the inequality 7−2x>3x+12. Which of the following is equivalent?
Explanation: When you encounter linear inequalities, your goal is to isolate the variable on one side while maintaining the inequality's direction. The key difference from equations is that multiplying or dividing by a negative number flips the inequality sign. Starting with 7−2x>3x+12, collect all terms with x on one side and constants on the other. Subtract 3x from both sides: 7−2x−3x>12, which gives 7−5x>12. Next, subtract 7 from both sides: −5x>5. Now divide both sides by −5. Since you're dividing by a negative number, the inequality sign flips from "greater than" to "less than": x<−1. This matches choice A. Let's examine why the other answers are wrong. Choice B (x>−1) results from forgetting to flip the inequality sign when dividing by −5 — this is the most common error students make. Choice C (x<1) comes from sign errors during the algebraic manipulation, possibly treating −2x as +2x or making arithmetic mistakes with the constants. Choice D (x>1) combines both errors: incorrect algebraic manipulation AND forgetting to flip the inequality sign. You can verify your answer by testing a value: if x=−2 (which satisfies x<−1), then 7−2(−2)=11 and 3(−2)+12=6. Indeed, 11>6. Remember: always flip the inequality sign when multiplying or dividing both sides by a negative number. This rule trips up many students, so double-check your work whenever negative coefficients appear.
Solve for x: 3(2x−5)+4=2(x+7)−2.
Explanation: This equation tests your ability to solve linear equations with parentheses and variables on both sides. When you encounter equations like this, your goal is to systematically eliminate parentheses, combine like terms, and isolate the variable. Start by distributing on both sides: 3(2x−5)+4=2(x+7)−2 becomes 6x−15+4=2x+14−2. Simplifying the constants gives you 6x−11=2x+12. Next, collect all terms with x on one side and constants on the other. Subtract 2x from both sides: 4x−11=12. Add 11 to both sides: 4x=23. Finally, divide by 4: x=423. Choice A, x=423, is correct. Choice B, x=421, likely results from an arithmetic error when combining constants—perhaps getting 4x=21 instead of 4x=23. Choice C, x=425, could come from incorrectly handling the signs when distributing, leading to 4x=25. Choice D, x=523, suggests an error in collecting like terms, possibly getting 5x=23 instead of 4x=23. Remember to work methodically: distribute first, combine like terms on each side, then move all variable terms to one side and constants to the other. Double-check your arithmetic at each step, especially when dealing with negative numbers and distribution. These multi-step equations reward careful, systematic work over speed.
Solve for k: 35−k=2−k.
Explanation: This equation involves a fraction set equal to an expression, so you'll need to eliminate the fraction and solve systematically. The key is to clear the denominator first, then collect like terms. Start by multiplying both sides by 3 to eliminate the fraction: 3⋅35−k=3(2−k). This gives you 5−k=6−3k. Now you have a standard linear equation without fractions. Next, collect the k terms on one side. Add 3k to both sides: 5−k+3k=6−3k+3k, which simplifies to 5+2k=6. Subtract 5 from both sides: 2k=1. Finally, divide by 2: k=21. Let's examine why the other answers are incorrect. Choice B (k=2) would result if you made an error when collecting terms, perhaps forgetting to distribute the negative sign properly. Choice C (k=−21) comes from a sign error, likely when moving terms from one side to the other. Choice D (k=−2) suggests multiple computational mistakes, possibly in both the fraction elimination and variable collection steps. You can verify: substituting k=21 gives 35−21=329=23, and 2−21=23 ✓. When solving equations with fractions, always clear denominators first by multiplying both sides by the denominator. This prevents fraction arithmetic errors and makes the algebra much cleaner.
Find n: 3(2n−1)−(n+4)=2(n−3).
Explanation: This is a linear equation that requires careful distribution and combining of like terms. When you encounter equations with parentheses on both sides, your goal is to systematically simplify each side, then isolate the variable. Start by distributing on the left side: 3(2n−1)=6n−3 and −(n+4)=−n−4, so the left side becomes 6n−3−n−4=5n−7. On the right side: 2(n−3)=2n−6. Your equation is now 5n−7=2n−6. Subtract 2n from both sides: 3n−7=−6. Add 7 to both sides: 3n=1. Therefore, n=31, which is choice A. Let's check why the other answers are wrong. Choice B (n=−31) likely comes from a sign error when distributing or combining terms. Choice C (n=1) might result from incorrectly handling the fraction 31 or making arithmetic errors in the final steps. Choice D (n=−1) could come from multiple sign errors, particularly when distributing the negative sign in front of (n+4). You can verify A is correct by substituting back: 3(2⋅31−1)−(31+4)=3(32−1)−313=−1−313=−316, and 2(31−3)=2(−38)=−316. ✓ Always double-check your distribution of negative signs and verify your answer by substitution—these are the most common sources of error in linear equations.
Solve the inequality 42x+1≤3.
Explanation: When you encounter an inequality with a fraction, your goal is to isolate the variable while preserving the inequality's direction. The key principle is that you can perform the same operations on both sides of an inequality as you would with an equation, as long as you don't multiply or divide by a negative number. Starting with 42x+1≤3, multiply both sides by 4 to eliminate the fraction: 2x+1≤12. Next, subtract 1 from both sides: 2x≤11. Finally, divide both sides by 2: x≤211. Since we only performed operations with positive numbers, the inequality direction stays the same. Let's examine why the other choices are incorrect. Choice B gives x≥211, which flips the inequality sign incorrectly—this would happen if you mistakenly thought dividing by positive 2 required flipping the sign. Choices C and D both show x<−211 and x>−211 respectively. These likely result from sign errors when subtracting 1, perhaps getting 2x≤−11 instead of 2x≤11. You can verify the correct answer A by testing a value: if x=5, then 42(5)+1=411=2.75, and indeed 2.75≤3. Study tip: Remember that inequality signs only flip when you multiply or divide by a negative number. With fractions, focus on clearing denominators first by multiplying both sides by the denominator.
Solve for x: 0.25(8x+12)−3=0.5x.
Explanation: When you encounter a linear equation with decimals and parentheses like this one, your goal is to systematically simplify both sides until you isolate the variable. The key is working carefully through the order of operations and decimal arithmetic. Start by distributing 0.25 to both terms inside the parentheses: 0.25(8x+12)=0.25⋅8x+0.25⋅12=2x+3. Your equation becomes: 2x+3−3=0.5x, which simplifies to 2x=0.5x. Now subtract 0.5x from both sides: 2x−0.5x=0, giving you 1.5x=0. When any number times x equals zero, then x=0. Let's verify: substituting x=0 into the original equation gives 0.25(0+12)−3=3−3=0, and 0.5(0)=0. Both sides equal zero, confirming our answer. Looking at the wrong choices: Choice B (x=6) likely comes from calculation errors in the distribution step. Choice C (x=−6) might result from sign errors when moving terms between sides. Choice D (x=3) could come from confusing the simplified form 2x+3−3 and thinking the constant term somehow becomes the answer. The correct answer is A. Strategy tip: With decimal coefficients, convert them to fractions if needed (0.25=41, 0.5=21) to avoid arithmetic mistakes, and always verify your solution by substituting back into the original equation.
Solve: 4<3x−5≤10.
Explanation: When you encounter a compound inequality like this one, you're solving for values of x that satisfy both conditions simultaneously. The key is to treat each part of the inequality separately while maintaining the relationship between all three parts. To solve 4<3x−5≤10, you need to isolate x by performing the same operations on all three parts. First, add 5 to each section: 4+5<3x−5+5≤10+5, which gives you 9<3x≤15. Next, divide everything by 3: 39<33x≤315, resulting in 3<x≤5. This means x is greater than 3 but less than or equal to 5. Choice A correctly shows 3<x≤5, which matches our solution exactly. Choice B gives x<3 or x>5, which represents values outside our solution interval—this would be the complement of what we found. Choice C shows x≤3, which only captures values less than or equal to 3, missing the entire upper portion of our solution. Choice D presents 3≤x<5, which incorrectly includes 3 (should be excluded since 3<x) and excludes 5 (should be included since x≤5). Remember that compound inequalities require you to maintain the inequality symbols' directions throughout your algebraic manipulations. Always double-check your final answer by testing a value within your solution set in the original inequality.
Solve for x: 27−x=5x+1.
Explanation: When you encounter an equation with fractions set equal to each other, the most efficient approach is to cross-multiply. This eliminates the fractions and creates a linear equation you can solve step by step. Starting with 27−x=5x+1, cross-multiply by multiplying the numerator of each fraction by the denominator of the other: 5(7−x)=2(x+1). Distribute on both sides: 35−5x=2x+2. Now collect all terms with x on one side and constants on the other. Subtract 2x from both sides: 35−7x=2. Subtract 35 from both sides: −7x=−33. Finally, divide by −7: x=733. Looking at the answer choices, option A gives x=733, which matches our result. Option B shows x=337, which would result from incorrectly flipping the fraction at the end. Option C gives x=−733, which comes from a sign error when dividing by −7. Option D shows x=727, which results from arithmetic errors during the distribution or combining like terms steps. You can always verify your answer by substituting back into the original equation. With x=733, both sides equal −1419, confirming our solution is correct. Study tip: When solving rational equations, always cross-multiply first to clear fractions, then solve the resulting linear equation systematically. Double-check by substituting your answer back into the original equation.
Solve the inequality 31−2x>65x+4.
Explanation: When solving inequalities with fractions, your approach should mirror solving equations, but you must pay special attention to what happens when you multiply or divide by negative numbers. Start by clearing the fractions. Multiply both sides by 6 (the LCD of 3 and 6): 6⋅31−2x>6⋅65x+4 This gives you: 2(1−2x)>5x+4 Distribute on the left: 2−4x>5x+4 Now collect like terms. Subtract 2 from both sides: −4x>5x+2 Subtract 5x from both sides: −9x>2 Here's the crucial step: when you divide both sides by -9, you must flip the inequality sign because you're dividing by a negative number: x<−92 This confirms answer A is correct. Looking at the wrong answers: B gives x>−92, which would result from forgetting to flip the inequality sign when dividing by -9. C and D both show 92 instead of −92, suggesting errors in handling the negative signs during the algebraic manipulation, possibly dropping a negative sign when moving terms or distributing. Strategy tip: The most common error in inequality problems is forgetting to flip the inequality sign when multiplying or dividing by a negative number. Always double-check this step, and consider testing a value from your solution set in the original inequality to verify your answer.