🎓 BookMCQ
← Back to 2. Linear Equations And Inequalities

📝 General Strategy for Solving Linear Equations (14 MCQs)

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

What is General Strategy for Solving Linear Equations?

Definition:
The general strategy for solving linear equations is a step-by-step approach: simplify each side (distribute and combine like terms), collect variable terms on one side and constants on the other, then isolate the variable by multiplying or dividing. This works for any linear equation in one variable.

Working:
Step 1: Simplify each side by clearing parentheses and combining like terms. Step 2: Use addition/subtraction to move variable terms to one side and constants to the other. Step 3: Use multiplication/division to solve for the variable. Always verify the solution. For example, solve 2(x+1)=3x42(x+1) = 3x - 4: distribute 2x+2=3x42x+2 = 3x - 4, subtract 2x2x: 2=x42 = x - 4, add 4: x=6x = 6.

Example:
Solve 4(2y1)+3=5y+74(2y - 1) + 3 = 5y + 7. Distribute: 8y4+3=5y+78y - 4 + 3 = 5y + 7, combine: 8y1=5y+78y - 1 = 5y + 7, subtract 5y5y: 3y1=73y - 1 = 7, add 1: 3y=83y = 8, divide: y=8/3y = 8/3. Check by substitution.

Reason:
This universal strategy ensures consistency and minimizes errors, providing a reliable algorithm for all linear equations.

5
Easy
6
Medium
3
Hard

📝 All General Strategy for Solving Linear Equations MCQs

Q1. A student solves the equation 3(x4)+2x=5x123(x-4)+2x = 5x-12 and concludes that x=0x=0 is the only solution. Which of the following best describes the student's reasoning?

A.The student correctly solved the equation because x=0x=0 satisfies it.
B.The student is incorrect because the equation has infinitely many solutions, as both sides simplify to the same expression. ✅
C.The student is incorrect because the equation has no solution.
D.The student is partially correct because x=0x=0 is one of two solutions.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: This equation simplifies to 3x12+2x=5x123x-12+2x = 5x-12, which becomes 5x12=5x125x-12=5x-12. This is an identity, meaning it is true for all real numbers, not just x=0x=0. The student made a fundamental error by stopping after finding one solution, failing to recognize the identity. This common mistake stems from treating an identity like a conditional equation.

Q2. A car rental company charges a flat fee of \50 plus \0.20 per mile. Another company charges a flat fee of \30 plus \0.30 per mile. For what number of miles are the total costs equal?

A.100 miles
B.200 miles ✅
C.150 miles
D.250 miles
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Let xx represent the number of miles. The equation is 50+0.20x=30+0.30x50+0.20x = 30+0.30x. Solving: subtract 0.20x0.20x from both sides to get 50=30+0.10x50 = 30+0.10x, then 20=0.10x20=0.10x, so x=200x=200. This models a real-world break-even point. Distractors often come from arithmetic errors or misinterpreting the fixed and variable costs.

Q3. Which of the following equations has no solution?

A.2(x+3)=2x+62(x+3)=2x+6
B.3(x1)=3x23(x-1)=3x-2
C.4x+2=2(2x+1)4x+2=2(2x+1)
D.5x3=3x+55x-3=3x+5
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Equation B simplifies to 3x3=3x23x-3=3x-2. Subtracting 3x3x from both sides gives 3=2-3=-2, a false statement. This indicates no solution. Equations A and C are identities (true for all xx), while equation D is conditional and has a single solution. This tests the student's ability to distinguish between identities, contradictions, and conditional equations.

Q4. The graph of two linear functions, y=f(x)y = f(x) and y=g(x)y = g(x), shows they intersect at the point (4,7)(4, 7). What does this point represent in the context of solving the equation f(x)=g(x)f(x) = g(x)?

A.The equation has no solution because the functions are different.
B.The solution to the equation is x=4x=4. ✅
C.The solution to the equation is y=7y=7.
D.The equation has infinitely many solutions because they intersect.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The intersection point of two linear functions represents the value of xx for which f(x)=g(x)f(x) = g(x). The x-coordinate of the intersection is the solution to the equation. The y-coordinate is the value of the functions at that point. Distractor C confuses the output with the input. Distractor A ignores the fact that intersection implies a solution.

Q5. A student solves 2x3+4=x21\frac{2x}{3} + 4 = \frac{x}{2} - 1 by first subtracting 4 from both sides, then multiplying by 6 to clear fractions. What is the student's first error, if any?

A.No error; this process is correct. ✅
B.The student should have multiplied by the LCD before subtracting.
C.The student incorrectly subtracted 4, which should have been added.
D.The student should have first multiplied by 6, then subtracted 4.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The student's sequence is mathematically sound. They can subtract 4 first to get 2x3=x25\frac{2x}{3} = \frac{x}{2} - 5, then multiply by 6 to get 4x=3x304x = 3x - 30. This leads to x=30x=-30. There is no error. The distractor B suggests a common misconception that the order of operations is fixed, but in equation solving, you can perform operations in any order as long as you maintain equality.

Q6. Which of the following is the most efficient first step in solving 0.25(4x8)=0.5x+20.25(4x - 8) = 0.5x + 2?

A.Divide both sides by 0.25.
B.Multiply both sides by 4. ✅
C.Distribute 0.25 on the left side.
D.Subtract 2 from both sides.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Multiplying both sides by 4 clears the decimals: (4)(0.25)(4x8)=(4)(0.5x+2)(4)(0.25)(4x-8) = (4)(0.5x+2) simplifies to 1(4x8)=2x+81(4x-8)=2x+8. This is the most efficient because it immediately eliminates decimals. Distributing first (C) is also valid but leads to more complex arithmetic with decimals. Dividing by 0.25 (A) is a valid but less intuitive first step. This question tests strategic thinking in equation solving.

Q7. A linear equation in one variable has fractions with denominators 2, 3, and 4. What is the least common denominator (LCD) that should be used to clear the fractions?

A.12 ✅
B.24
C.6
D.48
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The least common denominator is the least common multiple (LCM) of the denominators. The LCM of 2, 3, and 4 is 12. Using the LCD is efficient because it results in the smallest possible integers. Distractor B (24) is a common multiple but not the least, leading to larger numbers and more potential arithmetic errors. Using a non-least common denominator is not wrong but is inefficient.

Q8. The equation 2(x3)+4x=3(2x2)2(x-3) + 4x = 3(2x-2) is solved in two different ways. Method A: distribute first. Method B: divide both sides by 2 first. Which statement is true?

A.Method A is always better because it follows the standard order of operations.
B.Method B is always better because it simplifies the coefficients.
C.Both methods lead to the same solution, but Method B is more efficient in this case. ✅
D.Both methods lead to the same solution, but Method A is more efficient.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Method B: divide by 2 to get (x3)+2x=3(x1)(x-3)+2x = 3(x-1), which simplifies to 3x3=3x33x-3 = 3x-3, an identity. Method A: 2x6+4x=6x62x-6+4x = 6x-6, which also simplifies to 6x6=6x66x-6=6x-6. Both lead to the identity x=xx=x, meaning infinite solutions. Method B is more efficient because it reduces the numbers before distributing. This tests the ability to compare solution strategies and recognize efficiency.

Q9. A student claims that the equation 2x+5=2(x+3)2x + 5 = 2(x+3) has a solution x=1x=1. Which of the following statements is correct?

A.The student is correct because x=1x=1 makes both sides equal.
B.The student is incorrect because the equation simplifies to 5=65=6, which is false, so there is no solution. ✅
C.The student is incorrect because the equation simplifies to 2x=2x2x=2x, which means all numbers are solutions.
D.The student is partially correct because x=1x=1 is one of many solutions.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The equation simplifies to 2x+5=2x+62x+5 = 2x+6. Subtracting 2x2x from both sides yields 5=65=6, which is a contradiction. Therefore, the equation has no solution. The student's claim that x=1x=1 is a solution can be checked: 2(1)+5=72(1)+5=7 and 2(1+3)=82(1+3)=8, which are not equal. This question tests the ability to verify a proposed solution and identify a contradiction.

Q10. Which graph represents the solution set of the equation 2x+3=72x + 3 = 7 on a number line?

A.A single point at x=2x=2
B.A single point at x=2x=-2
C.A line segment from 2-2 to 22
D.A ray starting at 22 and going to the right
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Solving 2x+3=72x+3=7 gives 2x=42x=4, so x=2x=2. The solution to a linear equation in one variable is a single value, which is represented as a single point on the number line. Distractor B is a common sign error. Distractors C and D represent inequalities or intervals, which are not solutions to a single equation. This tests the fundamental understanding of representing solutions graphically.

Q11. A rectangle has a length that is 3 cm more than twice its width. If the perimeter is 36 cm, which equation correctly models this situation to find the width ww?

A.2w+2(2w+3)=362w + 2(2w+3) = 36
B.w+(2w+3)=36w + (2w+3) = 36
C.2w+(2w+3)=362w + (2w+3) = 36
D.2(w+2w+3)=362(w+2w+3) = 36
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The width is ww. The length is 2w+32w+3. The perimeter of a rectangle is 2(length+width)=2(w+(2w+3))=2w+2(2w+3)2(\text{length} + \text{width}) = 2(w + (2w+3)) = 2w + 2(2w+3). Option A correctly applies the perimeter formula. Option B is the perimeter of a triangle. Option C is the sum of the length and width without the factor of 2. Option D incorrectly distributes the 2. This models a real-world geometry problem.

Q12. Solve the equation x+242x16=13\frac{x+2}{4} - \frac{2x-1}{6} = \frac{1}{3}.

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

📖 Explanation: LCD is 12. Multiply by 12: 3(x+2)2(2x1)=43(x+2) - 2(2x-1) = 4. Simplify: 3x+64x+2=43x+6 - 4x + 2 = 4, which gives x+8=4-x + 8 = 4, so x=4-x = -4, x=4x=4. This problem involves multiple fractions, distribution of negative signs, and careful arithmetic. The distractors come from common errors like incorrect LCD, sign errors when distributing the negative, or errors in combining like terms. This is a multi-step reasoning problem that tests precision.

Q13. If the equation 3(2x5)=ax+b3(2x-5) = ax + b has infinitely many solutions, what must be the values of aa and bb?

A.a=6,b=15a=6, b=-15
B.a=6,b=15a=6, b=15
C.a=3,b=5a=3, b=-5
D.a=2,b=5a=2, b=-5
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For an equation to have infinitely many solutions, both sides must be identical expressions. Expanding the left side gives 6x156x-15. Therefore, for the equation to be an identity, aa must equal 6 and bb must equal 15-15. Distractor B has the wrong sign for bb. Distractor C incorrectly copies the coefficients from the original expression. This tests the deep understanding of the conditions for an identity in a parametric context.

Q14. A student solves the equation 23x=8\frac{2}{3}x = 8 by multiplying both sides by 32\frac{3}{2} and gets x=12x=12. Another student solves it by dividing both sides by 23\frac{2}{3} and gets x=12x=12. Which statement is true about their methods?

A.Both methods are correct because multiplying by the reciprocal is equivalent to dividing by the fraction. ✅
B.The first student is incorrect because they should have multiplied by 23\frac{2}{3} instead.
C.The second student is incorrect because you cannot divide by a fraction.
D.Both students are incorrect because the correct answer is x=163x=\frac{16}{3}.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Multiplying by the reciprocal 32\frac{3}{2} and dividing by the fraction 23\frac{2}{3} are mathematically equivalent operations. Both yield x=832=12x=8 \cdot \frac{3}{2} = 12. This question tests the understanding of inverse operations and their equivalence. Distractor B is a common misconception about reciprocals. Distractor C incorrectly states that division by a fraction is not allowed.

🔗 Related Topics (MCQs)