Solve for :
Opening subject page...
Loading your content
Algebra Quiz
Practice Solving One Variable Linear Equations Inequalities 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
Solve for x: 3x+7=22
This quiz focuses on Solving One Variable Linear Equations Inequalities, 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.
Solve for x: 3x+7=22
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with 3x + 7 = 22, we first subtract 7 from both sides to get 3x = 15. Then we divide both sides by 3 to isolate x: x = 15 ÷ 3 = 5. Choice B is correct because it follows all the steps properly: subtracting 7 from both sides and then dividing by 3 to get x = 5. Choice C makes a common mistake: it stops at x = 15/3 without simplifying the fraction, which equals 5. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
What is x in the equation 5x−8=2x+10?
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. A linear equation in one variable has exactly one solution (unless it's a special case), and we find it by systematically undoing the operations around the variable using inverse operations in reverse order. When the variable appears on both sides like 5x - 8 = 2x + 10, a good strategy is to move all x-terms to one side (let's move them to the left by subtracting 2x from both sides): 3x - 8 = 10. Then move constants to the other side by adding 8: 3x = 18. This gives us 3x = 18, so x = 6. Choice A is correct because it follows all the steps properly: subtracting 2x from both sides, adding 8 to both sides, and dividing by 3 to get x = 6. Choice B has a sign error—a tricky spot! It somehow gets x = -6, but when we check: 5(-6) - 8 = -38 and 2(-6) + 10 = -2, which aren't equal. When solving equations with variables on both sides, you can move the variable to either side—choose whichever keeps your coefficient positive to avoid extra negative signs and reduce errors!
What is the solution set for 3x−5>16?
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. To solve an inequality means to find all values of the variable that make the inequality true, and we do this by using inverse operations to isolate the variable on one side while keeping the inequality balanced. Starting with 3x - 5 > 16, we first add 5 to both sides to get 3x > 21. Then we divide both sides by 3 to isolate x: x > 21 ÷ 3 = 7. Choice A is correct because it follows all the steps properly: adding 5 to both sides and then dividing by 3 to get x > 7. Choice C makes an error when adding: 16 + 5 equals 21, not 11, so we get 3x > 21 and x > 7, not x > 11/3. The key to avoiding sign errors: when you move a term to the other side of the equation, its sign changes. If you have -5 on the left and want to move it right, it becomes +5 on the right. Think 'move and flip the sign' to keep track!
What value of x makes the equation true? 3x+2=7
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with x/3 + 2 = 7, we first subtract 2 from both sides to get x/3 = 5. Then we multiply both sides by 3 to isolate x: x = 5 × 3 = 15. Choice A is correct because it follows all the steps properly: subtracting 2 from both sides and then multiplying by 3 to get x = 15. Choice B makes a common mistake: it forgets the final step and stops at x/3 = 5, giving x = 3 instead of multiplying both sides by 3. To check if your answer is right, plug it back into the original equation: substitute your x-value and see if both sides equal the same number. This is a great habit that catches mistakes!
Solve for x: 2(x−3)+5=15
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. The properties of equality tell us that we can add, subtract, multiply, or divide the same number on both sides of an equation without changing the solution—think of it like keeping a balance scale level. In this equation, we start by distributing 2 across the parentheses: 2(x - 3) + 5 becomes 2x - 6 + 5. Then we combine like terms to get 2x - 1 = 15, and solving from there gives us 2x = 16, so x = 8. Choice C is correct because it follows all the steps properly: distributes correctly (2x - 6), combines like terms (-6 + 5 = -1), and isolates x accurately to get x = 8. Choice B makes a common mistake: it forgets to distribute 2 to both terms inside the parentheses, calculating 2x - 3 instead of 2x - 6. To check if your answer is right, plug it back into the original equation: substitute your x-value and see if both sides equal the same number. This is a great habit that catches mistakes!
Solve for x: 6x+4=2(3x+2)
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. A linear equation in one variable has exactly one solution (unless it's a special case), and we find it by systematically undoing the operations around the variable using inverse operations in reverse order. Starting with 6x+4=2(3x+2), we distribute to get 6x+4=6x+4, subtract 6x from both sides: 4=4, which is always true, so there are infinitely many solutions. Choice D is correct because it recognizes this as an identity after simplifying, where both sides are equal for all x. Choice A makes a common mistake: it might assume no solution if overlooking that 4=4 is true, but actually it's true for every x. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
Solve the inequality: 3x−5>16
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Starting with 3x - 5 > 16, we first add 5 to both sides to get 3x > 21. Then we divide both sides by 3 (which is positive, so no flip): x > 7. Choice A is correct because it follows all the steps properly: adds the constant and divides accurately to get x > 7. Choice D forgets to isolate correctly—a tricky spot! If you subtract instead of add the 5, you might get x < 7. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x < 6 to x > -3), flip the inequality direction. Everything else works exactly the same as equations!
Solve the inequality: −2x+8≤4
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Solving −2x+8≤4, we first subtract 8 from both sides to get −2x≤−4, then divide both sides by -2 and remember the key rule to flip the inequality direction: x≥2. Choice B is correct because it follows all the steps properly: subtracts correctly, divides by the negative coefficient, and flips the inequality accurately to get x≥2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so x≤2 should be x≥2. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from −2x≤−4 to x≥2), flip the inequality direction. Everything else works exactly the same as equations!
Solve the inequality: −2x+8≤4
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Solving -2x + 8 ≤ 4, we first subtract 8 from both sides to get -2x ≤ -4. When we divide both sides by -2, remember the key rule: we must flip the inequality direction! So -2x ≤ -4 becomes x ≥ 2. Choice C is correct because it properly isolates x and remembers to flip the inequality sign when dividing by -2, giving us x ≥ 2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so x ≤ 2 should be x ≥ 2. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x < 6 to x > -3), flip the inequality direction. Everything else works exactly the same as equations!
What is x in the equation 5x−8=2x+10?
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. The properties of equality tell us that we can add, subtract, multiply, or divide the same number on both sides of an equation without changing the solution—think of it like keeping a balance scale level. When the variable appears on both sides like 5x-8=2x+10, a good strategy is to move all x-terms to one side (let's move them to the left by subtracting 2x): 3x-8=10. Then move constants to the other side: add 8 to get 3x=18. This gives us x=6. Choice A is correct because it follows all the steps properly to get x=6. Choice B has a sign error—a tricky spot! When moving the constants, perhaps they subtracted instead of adding, leading to a negative value like x=-6. The key to avoiding sign errors: when you move a term to the other side of the equation, its sign changes. If you have -3x on the left and want to move it right, it becomes +3x on the right. Think 'move and flip the sign' to keep track!
Solve for x: 42x−1=3
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with (2x - 1)/4 = 3, we first multiply both sides by 4 to eliminate the denominator, giving us 2x - 1 = 12. Then we add 1 to both sides: 2x = 13. Finally, we divide both sides by 2 to isolate x: x = 13/2. Choice A is correct because it follows all the steps properly: eliminates the fraction correctly and isolates x accurately to get x = 13/2. Choice D makes a common mistake: it forgets to distribute to both terms inside the parentheses, calculating as if it were 2x/4 = 3 to get x = 6 instead of accounting for the -1. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
Solve for x: 2(x−3)+5=15
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. In this equation, we start by distributing 2 across the parentheses: 2(x - 3) + 5 = 15 becomes 2x - 6 + 5 = 15. Then we combine like terms to get 2x - 1 = 15, and solving from there gives us 2x = 16, so x = 8. Choice B is correct because it follows all the steps properly: distributes correctly, combines like terms, and isolates x accurately to get x = 8. Choice A makes a common mistake: it forgets to distribute 2 to both terms inside the parentheses, calculating 2x - 3 + 5 = 15 instead of 2x - 6 + 5. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
Solve the inequality: −2x+8≤4
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Solving -2x + 8 ≤ 4, we first subtract 8 from both sides to get -2x ≤ -4. When we divide both sides by -2, remember the key rule: we must flip the inequality direction! So -2x ≤ -4 becomes x ≥ 2. Choice B is correct because it follows all the steps properly: isolates the variable and remembers to flip the inequality when dividing by a negative to get x ≥ 2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so ≤ should be ≥. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x < 6 to x > -3), flip the inequality direction. Everything else works exactly the same as equations!
Solve the inequality: −2x+8≤4
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Solving -2x+8≤4, we first subtract 8 from both sides: -2x≤-4. When we divide both sides by -2, remember the key rule: we must flip the inequality direction! So x≥2. Choice B is correct because it follows all the steps properly and flips the inequality when dividing by negative to get x≥2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so ≤ should be ≥. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x < 6 to x > -3), flip the inequality direction. Everything else works exactly the same as equations!
What is the solution set for −2x+8≤4?
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Starting with -2x + 8 ≤ 4, we first subtract 8 from both sides to get -2x ≤ -4. When we divide both sides by -2, remember the key rule: we must flip the inequality direction! So -2x ≤ -4 becomes x ≥ 2. Choice B is correct because it properly flips the inequality when dividing by the negative coefficient to get x ≥ 2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so x ≤ 2 should be x ≥ 2. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x ≤ -4 to x ≥ 2), flip the inequality direction. Everything else works exactly the same as equations!
Solve for x: 4(2x−1)−3(x+2)=17
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. In this equation, we start by distributing 4 and -3 across the parentheses: 4(2x-1) -3(x+2) becomes 8x-4-3x-6=17, then combine like terms to get 5x-10=17, add 10 to both sides to get 5x=27, and divide by 5 to get x=27/5. Choice C is correct because it follows all the steps properly: distributes correctly, combines like terms, and isolates x accurately to get x=27/5. Choice A makes a common mistake: it forgets to distribute -3 to both terms inside the parentheses, calculating wrong combinations leading to x=22/5 instead of 27/5. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
Solve the inequality: −2x+8≤4
Explanation: This question tests your ability to solve linear inequalities in one variable using inverse operations and properties of equality. When solving inequalities, we follow the same steps as equations with one critical rule: if we multiply or divide both sides by a negative number, we must reverse the direction of the inequality symbol (< becomes >, ≤ becomes ≥). Solving -2x + 8 ≤ 4, we first subtract 8 from both sides to get -2x ≤ -4. When we divide both sides by -2, remember the key rule: we must flip the inequality direction! So -2x ≤ -4 becomes x ≥ 2. Choice B is correct because it properly applies the inequality reversal rule when dividing by -2, giving us x ≥ 2. Choice A forgets the critical inequality rule: when dividing both sides by a negative number, we must flip the inequality direction, so ≤ should become ≥. For inequalities, there's just one extra rule to remember beyond regular equation solving: if you multiply or divide by a negative number (like going from -2x ≤ -4 to x ≥ 2), flip the inequality direction. Everything else works exactly the same as equations!
What value of x makes the equation true? 3x+2=7
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with 3x+2=7, we first subtract 2 from both sides to get 3x=5, then multiply both sides by 3 to isolate x: x=15. Choice C is correct because it follows all the steps properly: subtracts 2 and multiplies by 3 accurately to get x=15. Choice A makes a common mistake: it stops at an intermediate step like 3x=5 without multiplying both sides by 3 to fully isolate x. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!
Solve for x: 3x+2=7
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with x/3 +2=7, we first subtract 2 from both sides to get x/3=5. Then we multiply both sides by 3 to isolate x: x=15. Choice B is correct because it follows all the steps properly to get x=15. Choice C is a close attempt, but it doesn't quite finish the job: it stops at x/3=5 without multiplying both sides by 3 to fully isolate x. To check if your answer is right, plug it back into the original equation: substitute your x-value and see if both sides equal the same number. This is a great habit that catches mistakes!
What is the solution to 3x+7=22?
Explanation: This question tests your ability to solve linear equations in one variable using inverse operations and properties of equality. To solve an equation means to find the value of the variable that makes the equation true, and we do this by using inverse operations to isolate the variable on one side while keeping the equation balanced. Starting with 3x + 7 = 22, we first subtract 7 from both sides to get 3x = 15. Finally, we divide both sides by 3 to isolate x: x = 5. Choice A is correct because it follows all the steps properly: subtracts the constant and divides by the coefficient accurately to get x = 5. Choice B has a sign error—a tricky spot! When subtracting 7, if you add instead, you might get a negative value like x = -5. Here's a reliable strategy for solving linear equations: (1) simplify each side (distribute and combine like terms), (2) get all x-terms on one side and all numbers on the other side, (3) combine the x-terms and combine the numbers, (4) divide by the coefficient to isolate x. If you follow these steps in order, you'll get the right answer every time!