All questions
Question 1
If 8 is subtracted from 3 times a number, the result is 4 more than twice the number. Find it.
- 4
- 16
- 12 (correct answer)
- 28
Explanation: Let the number be x. The equation is 3x - 8 = 2x + 4. Subtract 2x from both sides to get x - 8 = 4, then add 8 to get x = 12. A common trap is reading "4 more than twice the number" as 2(x + 4), which would give 16, but it means 2x + 4.
Question 2
If 5(x−2)+7=3(x+1)−8, what is x?
- -1 (correct answer)
- 1
- -5
- -2
Explanation: Simplify both sides: 5x - 10 + 7 = 3x + 3 - 8, so 5x - 3 = 3x - 5. Subtract 3x from both sides to get 2x - 3 = -5, then add 3 to get 2x = -2, so x = -1. A common wrong answer is 1, which comes from moving terms with the wrong sign; keeping signs correct gives -1.
Question 3
If 1.2x−3.6=0.4x+1.2, what is x?
- -6
- 4
- 8
- 6 (correct answer)
Explanation: Subtract 0.4x from both sides to get 0.8x - 3.6 = 1.2. Then add 3.6 to both sides, giving 0.8x = 4.8. Divide by 0.8, so x = 6. A tempting wrong answer is -6, which comes from reversing signs when moving terms across the equals sign.
Question 4
If 32x+1=x−3, what is x?
- 4
- -8
- -4
- 10 (correct answer)
Explanation: Multiply both sides by 3: 2x + 1 = 3x - 9. Then subtract 2x and add 9, giving x = 10. The trap is choosing 4 by writing the right side as 3x - 3 instead of 3x - 9.
Question 5
If 4−3(2x−1)=13, what is x?
- -2
- -1 (correct answer)
- 1
- 7
Explanation: Subtract 4 from both sides: -3(2x-1)=9. Divide by -3 to get 2x-1=-3, so add 1 and divide by 2: x=-1. A common wrong answer is 7, from combining 4-3 first to make 1(2x-1)=13; but you must multiply by -3 before subtracting.
Question 6
When the equation ax+1=3x−7 has the solution x=4, the value of a2−3a is:
- −2 (correct answer)
- 0
- 2
- 10
Explanation: Since x=4 is a solution to ax+1=3x−7, we can substitute x=4 into the equation: a(4)+1=3(4)−7. This gives 4a+1=12−7=5. Therefore, 4a=4, so a=1. Now we can find a2−3a=12−3(1)=1−3=−2. Question 7
If 4x−(x+3)=6+(x−3), then x2+x equals:
- 2
- 6
- 12 (correct answer)
- 20
Explanation: First, expand both sides of the equation 4x−(x+3)=6+(x−3). Left side: 4x−x−3=3x−3. Right side: 6+x−3=3+x. So the equation becomes 3x−3=3+x. Subtracting x from both sides: 2x−3=3. Adding 3 to both sides: 2x=6, so x=3. Therefore, x2+x=32+3=9+3=12. Question 8
The equation ∣2x−6∣=4x−10 has how many solutions?
- 0
- 1 (correct answer)
- 2
- infinitely many
Explanation: To solve ∣2x−6∣=4x−10, we need to consider two cases based on the definition of absolute value. First, note that for the equation to have real solutions, we need 4x−10≥0, which means x≥2.5. Case 1: 2x−6≥0, i.e., x≥3. Then ∣2x−6∣=2x−6, so the equation becomes 2x−6=4x−10. Solving: −6+10=4x−2x, so 4=2x and x=2. But we need x≥3 for this case, and 2<3, so x=2 is not valid for Case 1. Case 2: 2x−6<0, i.e., x<3. Then ∣2x−6∣=−(2x−6)=6−2x, so the equation becomes 6−2x=4x−10. Solving: 6+10=4x+2x, so 16=6x and x=38≈2.67. For this case, we need x<3, and indeed 38<3. Also, we need x≥2.5 for the right side to be non-negative: 38=38≈2.67>2.5, so this condition is satisfied. Let's verify: ∣2(38)−6∣=∣316−6∣=∣316−18∣=∣3−2∣=32. And 4(38)−10=332−10=332−30=32. Since both sides equal 32, x=38 is indeed a solution. Therefore, the equation has exactly one solution: x=38. Choice A is wrong because we found a solution. Choice C is wrong because we only found one solution, not two. Choice D is wrong because the solution is unique, not infinitely many. Question 9
If x satisfies 4x+12x=6x−4, then 32x equals:
- −16 (correct answer)
- −8
- 8
- 12
Explanation: To solve 4x+12x=6x−4, first find a common denominator. The LCM of 4, 12, and 6 is 12. Multiply the entire equation by 12: 3x+x=2x−48, which simplifies to 4x=2x−48. Subtracting 2x from both sides gives 2x=−48, so x=−24. Therefore, 32x=32(−24)=3−48=−16. Question 10
If x and y satisfy the system {2x+3y=12x−y=1, then xy equals:
- 15
- 9
- 12
- 6 (correct answer)
Explanation: When you encounter a system of linear equations and need to find the product of the variables, you'll need to solve for each variable first, then multiply them together.
To solve this system, substitution works well since the second equation can easily be rearranged. From x−y=1, you get x=y+1. Substituting this into the first equation: 2(y+1)+3y=12, which simplifies to 2y+2+3y=12, then 5y=10, so y=2.
Substituting back: x=2+1=3. Therefore, xy=3×2=6.
Let's check why the wrong answers appear. Choice A (15) likely comes from incorrectly adding the two equations and getting confused about what operation to perform. Choice B (9) might result from solving incorrectly and getting x=3,y=3, then calculating 3×3=9. Choice C (12) is tempting because it's the constant from the first equation—students sometimes grab familiar numbers without completing the calculation.
The key strategy here is to always verify your solution by substituting both values back into both original equations. With x=3 and y=2: the first equation gives 2(3)+3(2)=6+6=12 ✓, and the second gives 3−2=1 ✓. This confirmation step catches calculation errors and builds confidence in your final answer.