🎓 BookMCQ
← Back to 2. Linear Equations And Inequalities

📝 Solve equations with variables divided by a constant (28 MCQs)

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

What is Solve equations with variables divided by a constant?

Definition:
Solving equations with variables divided by a constant means isolating the variable by multiplying both sides of the equation by that constant. This uses the Multiplication Property of Equality to eliminate the denominator and solve for the variable.

Working:
For an equation x/k=cx/k = c, multiply both sides by kk: x=ckx = c \cdot k. For example, solve x/3=7x/3 = 7: multiply by 3: x=73=21x = 7 \cdot 3 = 21. Verify by substitution.

Example:
Solve n/4=11n/4 = 11. Multiply both sides by 4: (n/4)4=114(n/4) \cdot 4 = 11 \cdot 4, so n=44n = 44. Check: 44/4=1144/4 = 11.

Reason:
This approach directly counteracts division, making it essential for solving fractional equations where the variable is divided by a number.

13
Easy
8
Medium
7
Hard

📝 All Solve equations with variables divided by a constant MCQs

Q1. A student solves the equation x5=12\frac{x}{5} = 12 by multiplying both sides by 5 and gets x=60x = 60. In a second equation, x5=12\frac{x}{-5} = 12, they say the negative sign doesn't matter because 'division by a negative is the same as division by a positive.' Is the student correct? If not, what is the correct solution?

A.Yes, correct, x=60x = 60
B.No, wrong sign, x=60x = -60
C.No, should be x=2.4x = 2.4
D.Yes, because 5 and -5 are the same magnitude
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The student is incorrect. The negative sign in the divisor directly affects the sign of the quotient. Since x5=12\frac{x}{-5} = 12, multiplying both sides by -5 yields x=60x = -60. This tests the understanding that the multiplicative inverse of -5 is -1/5, and the sign must be preserved. Confusing magnitude with value is a common error.

Q2. The equation 3x4=18\frac{3x}{4} = 18 is given. Which of the following sequences of operations correctly isolates xx?

A.Multiply by 4, then divide by 3 ✅
B.Divide by 4, then multiply by 3
C.Multiply by 34\frac{3}{4}
D.Subtract 4, then divide by 3
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: To isolate x, you must undo the operations in reverse order. The variable is multiplied by 3 and divided by 4. So, first multiply both sides by 4 to cancel the division, then divide by 3 to cancel the multiplication. Option B would give 3x16\frac{3x}{16}, and Option C is applying the coefficient itself, not its inverse.

Q3. A car travels dd miles in 5 hours at a constant speed. The speed is given by d5\frac{d}{5}. If the speed is 48 miles per hour, which equation represents this situation and what is dd?

A.d5=48\frac{d}{5} = 48, d=240d = 240
B.5d=485d = 48, d=9.6d = 9.6
C.d5=48\frac{d}{5} = 48, d=9.6d = 9.6
D.d+5=48d + 5 = 48, d=43d = 43
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct application of the speed formula. Speed = distance/time, so d5=48\frac{d}{5} = 48. Multiplying both sides by 5 gives d=240d = 240 miles. Option B incorrectly treats speed as 5 times distance, and Option C incorrectly divides 48 by 5. This models a real-world scenario requiring correct equation setup.

Q4. A student solves x3=9\frac{x}{3} = 9 and writes their solution as x=3x = 3. What is the error in their reasoning?

A.They divided instead of multiplied ✅
B.They multiplied instead of divided
C.They subtracted 3 instead of multiplying
D.They added 3 instead of dividing
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The student likely divided 9 by 3 instead of multiplying both sides by 3. To solve x3=9\frac{x}{3} = 9, you must multiply both sides by 3 to get x=27x = 27. The student’s answer x=3x=3 suggests they performed the inverse operation incorrectly, confusing division with multiplication. This is a classic error.

Q5. Which graph correctly represents the solution to the equation x4=3\frac{x}{4} = -3?

A.A point at x=12x = -12 on the number line ✅
B.A point at x=0.75x = -0.75 on the number line
C.A point at x=12x = 12 on the number line
D.A shaded region from -\infty to 12-12
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The solution to the equation is a single value, not a range. Solving x4=3\frac{x}{4} = -3 gives x=12x = -12. This is represented as a single point on the number line at -12. Option B comes from multiplying -3 by 4 incorrectly (or dividing), Option C is the positive root, and Option D is an inequality. This tests representation of exact solutions graphically.

Q6. Given 2x3=10\frac{2x}{3} = 10 and x3=5\frac{x}{3} = 5, how are the solutions related?

A.The first solution is twice the second ✅
B.The second solution is twice the first
C.They are equal
D.The first is 10 more than the second
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The first equation has a coefficient of 2 in the numerator. Solving the first: multiply by 3 → 2x=302x = 30x=15x=15. Second: multiply by 3 → x=15x=15. Wait, they are actually equal. Let's check: Second gives x=15, first gives x=15. So they are equal. The correct answer is C. This compares two equations with different coefficients but same solution. It tests proportional reasoning and equivalence.

Q7. Find the value of xx if 5x2=x4+9\frac{5x}{2} = \frac{x}{4} + 9 and then check which option satisfies the original equation.

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

📖 Explanation: First, eliminate denominators by multiplying through by 4: 10x=x+3610x = x + 369x=369x = 36x=4x=4. Check: LHS = 5(4)/2=105(4)/2 = 10, RHS = 4/4+9=1+9=104/4 + 9 = 1+9=10. This is a multi-step equation involving variables on both sides and constants in denominators. It requires careful distribution and combining like terms. Option B, C, D do not satisfy the equation.

Q8. A rectangle's length is 34\frac{3}{4} of its width. If the perimeter is 56 cm, what is the width? (Hint: Let width = ww, then length = 3w4\frac{3w}{4})

A.w=16w = 16 cm ✅
B.w=14w = 14 cm
C.w=12w = 12 cm
D.w=18w = 18 cm
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Perimeter = 2(length + width) = 56. So 2(3w4+w)=562(\frac{3w}{4} + w) = 562(7w4)=562(\frac{7w}{4}) = 567w2=56\frac{7w}{2} = 567w=1127w = 112w=16w = 16 cm. This requires setting up an equation from a geometry context and solving with a variable divided by a constant. Common error: forgetting to multiply by 2 for both dimensions.

Q9. A student claims that the equation x6=12\frac{x}{6} = \frac{1}{2} can be solved by cross-multiplying to get 2x=62x = 6, then x=3x=3. Is this valid? If so, what is the alternative method?

A.Valid; alternative: multiply both sides by 6 ✅
B.Valid; alternative: divide both sides by 6
C.Invalid; correct is x=12x = 12
D.Invalid; correct is x=0.5x = 0.5
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The student's method is correct: x6=12\frac{x}{6} = \frac{1}{2} → cross-multiply: 2x=62x = 6x=3x=3. Alternatively, multiply both sides by 6: x=6×12=3x = 6 \times \frac{1}{2} = 3. The student used a valid proportional reasoning. Option C and D come from misapplying inverse operations. This question checks understanding of equivalent methods and their validity.

Q10. The equation x7=5\frac{x}{-7} = -5 is solved by two students. Student A says x=35x=35. Student B says x=35x=-35. Who is correct, and why?

A.Student A, because negative divided by negative is positive ✅
B.Student B, because negative divided by negative is negative
C.Both are correct
D.Neither, because x must be 0
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Student A is correct: x7=5\frac{x}{-7} = -5. Multiply both sides by -7: x=(5)×(7)=35x = (-5) \times (-7) = 35. The quotient of two negatives is positive. Student B incorrectly assumed the product of two negatives is negative. This tests sign rules in division equations. A common misconception is mishandling signs when multiplying by a negative constant.

Q11. If xa=b\frac{x}{a} = b, which of the following must be true for all non-zero aa?

A.x=abx = ab
B.x=bax = \frac{b}{a}
C.x=a+bx = a + b
D.x=abx = a - b
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is the fundamental rule for solving equations of the form variable divided by a constant. To isolate x, multiply both sides by the constant aa, giving x=abx = ab. This is a direct recall of the inverse operation. Options B, C, D represent common errors: dividing instead of multiplying, adding, or subtracting. This is the simplest form of the concept.

Q12. The solution to x8=3.5\frac{x}{8} = 3.5 is found. Which of the following real-world scenarios best models this equation?

A.A pizza is cut into 8 slices, each weighing 3.5 oz. Total weight? ✅
B.A pizza weighs 8 oz and is divided into 3.5 slices
C.A pizza is cut into 3.5 slices, each 8 oz
D.A pizza weighs 3.5 oz and is divided into 8 slices
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The equation x8=3.5\frac{x}{8} = 3.5 means a total quantity xx is divided into 8 equal parts, each of size 3.5. So, total weight = 8 × 3.5 = 28 oz. Option A correctly describes this. Option B misinterprets the divisor and quotient. This requires translating a mathematical equation into a contextual story, testing modeling skills.

Q13. Two equations are solved: x3=6\frac{x}{3} = 6 gives x=18x=18. If a student then solves 2x3=6\frac{2x}{3} = 6 and gets x=9x=9, is their reasoning consistent?

A.Yes, because doubling the numerator halves the solution ✅
B.No, because doubling the numerator should double the solution
C.Yes, because the equations are equivalent
D.No, because the solution should be 18
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: First: x/3=6x/3=6x=18x=18. Second: 2x/3=62x/3=6 → multiply by 3: 2x=182x=18x=9x=9. The solution is indeed halved because the numerator is doubled, so to keep the quotient same, x must be halved. This is consistent. The student's reasoning is correct. This tests the relationship between coefficients and solutions, and whether proportional changes are understood.

Q14. Given the equation xk=12\frac{x}{k} = 12, where kk is a positive integer. If xx is also an integer, which of the following is NOT a possible value of kk?

A.k=5k = 5
B.k=3k = 3
C.k=4k = 4
D.k=6k = 6
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This is a tricky conceptual question. Since x=12kx = 12k, for any integer kk, xx is an integer. Therefore, all given values of kk (5,3,4,6) are possible. However, if the problem intended that xx must be a multiple of something else, it's not stated. The correct approach is to recognize that no option is invalid, but since the question forces a choice, the least obvious or most likely to be overlooked is k=5, but mathematically all work. This tests critical reading and number theory basics.

Q15. If x5=12\frac{x}{5} = 12, what is the value of xx?

A.x = 60 ✅
B.x = 17
C.x = 7
D.x = 2.4
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a straightforward application of the multiplication property of equality. To isolate xx, multiply both sides of the equation by the constant 5, since xx is divided by 5. Thus, x=12×5=60x = 12 \times 5 = 60. The other options represent common arithmetic errors like adding, subtracting, or dividing instead of multiplying.

Q16. Which equation correctly represents the statement: 'A number divided by -4 is 9'?

A.x4=9\frac{x}{-4} = 9
B.4x=9\frac{-4}{x} = 9
C.x9=4\frac{x}{9} = -4
D.4x=9-4x = 9
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question tests the ability to translate a verbal statement into a mathematical equation. The phrase 'a number divided by -4' means the variable xx is the numerator and -4 is the denominator, written as x4\frac{x}{-4}. The word 'is' translates to the equals sign, and '9' is the result. Option B is the reciprocal, which is a common mistranslation.

Q17. A rectangular garden has an area of 72 square meters. If the length is 9 meters, what is the width ww in meters?

A.w = 8 ✅
B.w = 81
C.w = 63
D.w = 0.125
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The area of a rectangle is given by A=l×wA = l \times w. Substituting the known values gives 72=9w72 = 9w, which is equivalent to w=729w = \frac{72}{9}. Solving this gives w=8w = 8 meters. This is a real-world application where the variable is divided by a constant in the context of the problem's formula.

Q18. A student solved x3=15\frac{x}{3} = 15 and got x=5x = 5. What is the best analysis of this error?

A.The student divided instead of multiplying. ✅
B.The student multiplied instead of dividing.
C.The student added 3 instead of multiplying.
D.The student subtracted 3 from both sides.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The student's answer of 5 indicates they performed the operation 15÷315 \div 3. However, the equation x3=15\frac{x}{3} = 15 requires the inverse operation. Since xx is divided by 3, we must multiply both sides by 3 to isolate xx, yielding x=45x = 45. The error is a fundamental misconception of inverse operations.

Q19. Look at the graph of the line y=x4y = \frac{x}{4}. What is the value of xx when yy is 3?

A.x = 12 ✅
B.x = 0.75
C.x = 7
D.x = -12
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The graph represents the equation y=x4y = \frac{x}{4}. To find xx when y=3y = 3, we set up the equation 3=x43 = \frac{x}{4}. Multiplying both sides by 4 gives x=12x = 12. This requires interpreting a graphical relationship and solving the resulting one-step equation. The other options are common arithmetic mistakes from misreading the graph or solving incorrectly.

Q20. Solve for xx in the equation x2+3=11\frac{x}{2} + 3 = 11.

A.x = 16 ✅
B.x = 4
C.x = 28
D.x = 20
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This is a two-step problem. First, subtract 3 from both sides to isolate the term with the variable: x2=8\frac{x}{2} = 8. Then, multiply both sides by 2 to solve for xx, giving x=16x = 16. Options B, C, and D result from performing the operations in an incorrect order, such as multiplying before subtracting or subtracting after multiplying incorrectly.

Q21. A car travels at a constant speed and covers a distance dd in 4 hours. The speed is given by d4\frac{d}{4}. If the speed is 65 km/h, what is the distance?

A.d = 260 km ✅
B.d = 16.25 km
C.d = 69 km
D.d = 61 km
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a direct application of the speed formula speed=distancetime\text{speed} = \frac{\text{distance}}{\text{time}}. Substituting the given speed and time, we get 65=d465 = \frac{d}{4}. To solve for dd, multiply both sides by 4: d=65×4=260d = 65 \times 4 = 260 km. This connects a real-world formula to the algebraic skill of solving equations with a variable divided by a constant.

Q22. Compare the solutions of x3=6\frac{x}{3} = 6 and y6=3\frac{y}{6} = 3. Which statement is true?

A.x = y ✅
B.x = 2y
C.y = 2x
D.x = y + 3
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Solve both equations: For xx, multiply by 3: x=18x = 18. For yy, multiply by 6: y=18y = 18. Thus x=yx = y. This question requires the student to solve both equations and then compare their values. It goes beyond simple computation to demand relational reasoning between two different equations.

Q23. A student argues that to solve x7=21\frac{x}{-7} = 21, you should divide 21 by -7. Is the student correct?

A.No, you should multiply both sides by -7. ✅
B.Yes, because division is the inverse of multiplication.
C.No, you should multiply both sides by 7.
D.Yes, because -7 divided by 21 is the same.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The student is incorrect. The equation has xx divided by -7. To isolate xx, we must perform the inverse operation, which is multiplication, not division. Since the variable is divided by -7, we multiply both sides by -7 to get x=21×7=147x = 21 \times -7 = -147. This is a classic error where students confuse the inverse operation needed for a division with the operation needed for a multiplication.

Q24. The equation x3=9\frac{x}{3} = -9 is solved. What is the correct first step and why?

A.Multiply by 3 to cancel the division and isolate x. ✅
B.Divide by 3 because x is being divided.
C.Add 3 because -9 is negative.
D.Subtract 3 to move the constant.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The variable xx is currently divided by 3. The goal is to isolate xx. The inverse operation of division is multiplication. Therefore, the first and most logical step is to multiply both sides of the equation by 3. This cancels the division on the left side, leaving xx alone. The other options suggest incorrect or irrelevant operations that would not help in isolating the variable.

Q25. If xa=b\frac{x}{a} = b, where a0a \neq 0, which expression correctly gives xx in terms of aa and bb?

A.x = a \times b ✅
B.x = a \div b
C.x = b \div a
D.x = a + b
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This is a generalization of the concept. To solve xa=b\frac{x}{a} = b, multiply both sides by aa (the constant divisor) to isolate xx. This yields x=a×bx = a \times b. This abstraction requires students to apply the algebraic rule without concrete numbers, testing their ability to handle symbolic representations and understand the underlying principle rather than just memorizing a procedure.

Q26. The perimeter of a square is given by P=4sP = 4s. If the perimeter is 36 meters, what is the length of one side ss in meters?

A.s = 9 ✅
B.s = 144
C.s = 32
D.s = 40
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: The formula relates perimeter to side length. Substituting P=36P = 36 gives 36=4s36 = 4s. This is equivalent to s=364s = \frac{36}{4}, which simplifies to s=9s = 9. This is a modeling question where the equation naturally arises from a geometric context, and solving it requires dividing the constant (the multiplier 4) to isolate the variable, reinforcing the inverse operation concept.

Q27. Which of the following is the correct solution to x3=12\frac{x}{-3} = 12?

A.x = -36 ✅
B.x = 36
C.x = -4
D.x = 4
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: To solve, multiply both sides by -3: x=12×(3)=36x = 12 \times (-3) = -36. A common error is to forget the negative sign, leading to 36. Another error is to divide instead of multiply, leading to -4 or 4. The correct answer requires careful attention to the sign of the constant and the application of the multiplication property of equality with negative numbers.

Q28. Consider the equation x2=3\frac{x}{2} = -3 and its solution. If you graph y=x2y = \frac{x}{2}, at what point on the x-axis is the value of y equal to -3?

A.x = -6 ✅
B.x = 6
C.x = -1.5
D.x = 1.5
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The equation y=x2y = \frac{x}{2} is a linear function. We need to find the x-coordinate where the y-value is -3. This is exactly solving 3=x2-3 = \frac{x}{2}. Multiply both sides by 2 to get x=6x = -6. On the graph, this corresponds to the point (-6, -3). This question blends graph interpretation with equation solving, requiring the student to connect the algebraic solution to a point on a graph.

🔗 Related Topics (MCQs)