🎓 BookMCQ
← Back to 2. Linear Equations And Inequalities

📝 Solve equations with variables on both sides (15 MCQs)

📖 From Digital SAT Algebra • 2. Linear Equations And Inequalities • 15 questions available

What is Solve equations with variables on both sides?

Definition:
Solving equations with variables on both sides involves moving all variable terms to one side of the equation using addition or subtraction, so that the variable appears only once. This is essential when the same variable appears in multiple terms on both sides.

Working:
Identify the variable terms on both sides. Choose one side (typically the left) to keep the variable, and move the other variable term by adding or subtracting its coefficient. Then solve the resulting one-variable equation. For instance, solve 7x=3x+167x = 3x + 16: subtract 3x3x: 4x=164x = 16, divide by 4: x=4x = 4.

Example:
Solve 9a2=5a+109a - 2 = 5a + 10. Subtract 5a5a: 4a2=104a - 2 = 10, add 2: 4a=124a = 12, divide by 4: a=3a = 3. Check: 9(3)2=272=259(3)-2 = 27-2=25, 5(3)+10=15+10=255(3)+10 = 15+10=25.

Reason:
Consolidating variables simplifies the equation and prevents confusion, making it easier to isolate the variable and solve accurately.

8
Easy
5
Medium
2
Hard

📝 All Solve equations with variables on both sides MCQs

Q1. Which of the following is the first logical step to solve 7x9=3x+157x - 9 = 3x + 15?

A.Subtract 3x3x from both sides ✅
B.Add 99 to both sides
C.Divide both sides by 77
D.Multiply both sides by 33
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The first step should aim to collect variable terms on one side. Subtracting 3x3x gives 4x9=154x - 9 = 15, which is a valid and efficient first move. Adding 9 is also valid but usually done after variable collection. Dividing or multiplying prematurely complicates the equation without reducing the variable terms.

Q2. A student solves 5x+2=2x+145x + 2 = 2x + 14 by first subtracting 2x, getting 3x+2=143x + 2 = 14, then subtracting 2, getting 3x=123x = 12, and finally dividing by 3, getting x=4x=4. Which property is used when subtracting 2x?

A.Addition Property of Equality
B.Subtraction Property of Equality ✅
C.Multiplication Property of Equality
D.Distributive Property
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The student subtracts 2x2x from both sides to maintain equality. This is a direct application of the Subtraction Property of Equality, which states that if you subtract the same quantity from both sides of an equation, the equality remains true.

Q3. Solve for xx: 4(x3)=2x+64(x - 3) = 2x + 6

A.x=9x = 9
B.x=3x = 3
C.x=6x = 6
D.x=12x = 12
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: First distribute: 4x12=2x+64x - 12 = 2x + 6. Subtract 2x2x: 2x12=62x - 12 = 6. Add 12: 2x=182x = 18. Divide by 2: x=9x = 9. Substituting back: 4(6)=244(6)=24 and 2(9)+6=242(9)+6=24, so correct. Common mistakes include forgetting to distribute the 4 to both terms.

Q4. Find the error in this solution: 6x+5=4x+136x + 5 = 4x + 13. Step 1: 6x4x=1356x - 4x = 13 - 5. Step 2: 2x=82x = 8. Step 3: x=4x = 4. Is this correct?

A.Yes, correct ✅
B.No, step 1 is wrong
C.No, step 2 is wrong
D.No, step 3 is wrong
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The solution is perfectly correct. The student moved variable terms to the left and constants to the right: 6x4x=1356x - 4x = 13 - 5, simplifying to 2x=82x=8, then x=4x=4. The error-analysis distractor is that some may think the signs are wrong, but they are correctly applied.

Q5. The equation 8x7=8x+38x - 7 = 8x + 3 is solved. What is the correct conclusion?

A.x=0x = 0
B.x=10x = 10
C.No solution ✅
D.Infinite solutions
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Subtracting 8x8x from both sides gives 7=3-7 = 3, which is false. Therefore, no value of xx can satisfy this equation. This is a contradiction, so the equation has no solution. This tests understanding of identity vs. contradiction.

Q6. The equation 3x+9=3(x+3)3x + 9 = 3(x + 3) is solved. What is the correct solution?

A.x=0x = 0
B.x=3x = 3
C.No solution
D.Infinite solutions ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Distribute RHS: 3x+9=3x+93x + 9 = 3x + 9. Subtracting 3x3x gives 9=99=9, a true statement for all xx. Thus the equation is an identity and has infinitely many solutions. This tests the student's ability to recognize an identity.

Q7. A taxi charges a flat fee of \5 plus \2 per mile. Another company charges \$3 per mile with no flat fee. Write an equation to find the number of miles where both costs are equal. Let mm be miles.

A.5+2m=3m5 + 2m = 3m
B.5m+2=3m5m + 2 = 3m
C.5+3m=2m5 + 3m = 2m
D.5m=2+3m5m = 2 + 3m
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The first taxi cost is 5+2m5 + 2m, second is 3m3m. Setting them equal: 5+2m=3m5 + 2m = 3m. Subtract 2m2m: 5=m5 = m, so at 5 miles both cost \$15. This models a real-life scenario requiring equation setup with variables on both sides.

Q8. The graph of y=2x+1y = 2x + 1 and y=x+7y = -x + 7 intersect at a point. What is the x-coordinate of that point?

A.x=2x = 2
B.x=3x = 3
C.x=1x = 1
D.x=4x = 4
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Set equations equal: 2x+1=x+72x + 1 = -x + 7. Add xx: 3x+1=73x + 1 = 7. Subtract 1: 3x=63x = 6. Divide: x=2x = 2. The intersection point is (2,5). This connects algebraic solving to graphical interpretation of intersection.

Q9. Given the equation 2(3x4)=5x+32(3x - 4) = 5x + 3, a student distributes to get 6x8=5x+36x - 8 = 5x + 3, then subtracts 5x to get x8=3x - 8 = 3, then adds 8 to get x=11x=11. Which step contains an error?

A.Distribution
B.Subtracting 5x
C.Adding 8
D.No error ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: All steps are correct. 2(3x4)=6x82(3x-4) = 6x -8. Then 6x5x=x6x - 5x = x, so x8=3x - 8 = 3, then x=11x=11. Checking: 2(334)=582(33-4)=58 and 5(11)+3=585(11)+3=58. The distractors are common error points, but here the solution is flawless.

Q10. Solve for xx: 2x3+5=x2+7\frac{2x}{3} + 5 = \frac{x}{2} + 7

A.x=12x = 12
B.x=6x = 6
C.x=24x = 24
D.x=4x = 4
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Multiply by 6 (LCM of 3 and 2): 4x+30=3x+424x + 30 = 3x + 42. Subtract 3x3x: x+30=42x + 30 = 42. Subtract 30: x=12x = 12. This involves fractions and variable on both sides, requiring careful multiplication to clear denominators.

Q11. Compare these two solution methods for 4x+6=2x84x + 6 = 2x - 8. Method A: subtract 2x then 6. Method B: add 8 then subtract 4x. Which is more efficient?

A.Method A ✅
B.Method B
C.Both equally efficient
D.Neither works
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Method A: 4x2x=864x-2x = -8-6 gives 2x=142x=-14, x=7x=-7. Method B: 4x+14=2x4x+14=2x gives 2x=142x=-14, x=7x=-7. Both work, but Method A avoids extra steps (no need to move 8 first). Efficiency means fewer steps and less chance of sign errors.

Q12. The equation ax+b=cx+dax + b = cx + d has a unique solution. Which condition must be true?

A.a=ca = c
B.aca \neq c
C.b=db = d
D.bdb \neq d
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: For a unique solution, the coefficients of xx must differ: aca \neq c. If a=ca = c, then the equation becomes b=db = d (identity if true, or contradiction if false). So uniqueness requires the variable terms to not cancel out completely.

Q13. A rectangle has length 3x+23x+2 and width x+5x+5. Its perimeter is 46. Write and solve the equation for xx.

A.2(3x+2)+2(x+5)=462(3x+2) + 2(x+5) = 46, x=4x=4
B.3x+2+x+5=463x+2 + x+5 = 46, x=9.75x=9.75
C.2(3x+2+x+5)=462(3x+2 + x+5) = 46, x=4.5x=4.5
D.3x+2=x+53x+2 = x+5, x=1.5x=1.5
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Perimeter formula: 2L+2W=462L + 2W = 46. So 2(3x+2)+2(x+5)=462(3x+2)+2(x+5)=46. Simplify: 6x+4+2x+10=466x+4+2x+10=468x+14=468x+14=468x=328x=32x=4x=4. This requires setting up a linear equation from geometry and solving it.

Q14. A student claims that 5x3=5x+25x - 3 = 5x + 2 has solution x=0x = 0. What is the best critique?

A.Correct, because 0 makes both sides equal
B.Incorrect, because it leads to 3=2-3=2
C.Incorrect, because it should be infinite
D.Correct, because variables cancel
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: If we subtract 5x5x from both sides, we get 3=2-3 = 2, which is false. Therefore, the equation has no solution, not x=0x=0. This is a classic error where students think cancelling variables leaves zero, but they ignore the constant contradiction.

Q15. Challenge: For what value of kk does the equation 2x+5=kx+52x + 5 = kx + 5 have infinitely many solutions?

A.k=2k = 2
B.k=0k = 0
C.k=5k = 5
D.Any kk
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For infinitely many solutions, both sides must be identical for all xx. Comparing coefficients: 2x=kx2x = kx gives k=2k=2, and constants 5=55=5 match. So k=2k=2 makes the equation 2x+5=2x+52x+5=2x+5, true for all xx. This requires deep understanding of identity conditions.

🔗 Related Topics (MCQs)