ISEE Upper Level Quiz: Linear Equations And Inequalities
Practice Linear Equations And Inequalities in ISEE Upper Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
What this quiz covers
This quiz focuses on Linear Equations And Inequalities, giving you a quick way to practice the rules, question types, and explanations that matter most for ISEE Upper Level.
How to use this quiz
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.
All questions
Question 1
Which of the following is equivalent to 2x−3(x+4)≥5?
x≥−17
x≤−17 (correct answer)
x≥17
x≤17
Explanation: When you encounter an inequality with parentheses and variables on both sides, your approach should mirror solving regular equations, but with one crucial difference: flipping the inequality sign when multiplying or dividing by a negative number.Let's solve 2x−3(x+4)≥5 step by step. First, distribute the -3: 2x−3x−12≥5. Combine like terms: −x−12≥5. Add 12 to both sides: −x≥17. Now comes the critical step: multiply both sides by -1 to solve for x. Since you're multiplying by a negative number, you must flip the inequality sign: x≤−17.Choice A (x≥−17) represents the most common error—forgetting to flip the inequality sign when multiplying by -1. Students often solve correctly up to −x≥17 but then write x≥−17, missing this crucial rule.Choice C (x≥17) likely comes from sign errors during the distribution step, possibly treating −3(x+4) as −3x+12 instead of −3x−12.Choice D (x≤17) shows another sign error—correctly flipping the inequality but arriving at positive 17 instead of negative 17, again suggesting mistakes in the algebraic manipulation.Study tip: Whenever you multiply or divide an inequality by a negative number, always flip the inequality sign. Double-check your work by testing a value from your solution set in the original inequality to verify it makes the statement true.
Question 2
For which value of a does the equation x+2=a(x−1)+3 have exactly one solution?
Any value except a=1 (correct answer)
Any value except a=0
Only when a=1
Only when a=0
Explanation: When you encounter an equation with a parameter like a, you need to determine what values of that parameter give the equation exactly one solution, no solutions, or infinitely many solutions.Let's solve x+2=a(x−1)+3 by expanding and collecting like terms. First, distribute the a: x+2=ax−a+3. Then rearrange to get all x terms on one side: x−ax=−a+3−2, which simplifies to x(1−a)=1−a.Here's the key insight: when you have an equation in the form x⋅(coefficient)=constant, the number of solutions depends on that coefficient. If the coefficient of x is non-zero (meaning 1−a=0, or a=1), you can divide both sides to get exactly one solution: x=1−a1−a=1. But if a=1, the coefficient becomes zero, giving you 0⋅x=0, which is true for all values of x — infinitely many solutions.Choice A is correct because the equation has exactly one solution for any value of a except a=1. Choice B incorrectly identifies a=0 as problematic, but when a=0, we get x=1, which is perfectly valid. Choice C suggests only a=1 works, but that's when we get infinitely many solutions. Choice D incorrectly focuses on a=0.Remember: in linear equations with parameters, look for when the coefficient of the variable becomes zero — that's usually where the special case occurs.
Question 3
What is the solution to the compound inequality x+3>7 AND 2x−1≤9?
x>4 and x≤5
4<x≤5 (correct answer)
x>4 or x≤5
x≤4 or x>5
Explanation: When you encounter compound inequalities with "AND," you're looking for values that satisfy both conditions simultaneously. Think of this as finding the overlap between two solution sets.Let's solve each inequality separately. For x+3>7, subtract 3 from both sides to get x>4. For 2x−1≤9, add 1 to both sides to get 2x≤10, then divide by 2 to get x≤5.Since we need both conditions to be true (AND), we need x>4 AND x≤5. This means x must be greater than 4 but also less than or equal to 5. We can write this as 4<x≤5, which describes all numbers between 4 and 5, not including 4 but including 5.Looking at the wrong answers: Choice A writes the same conditions but doesn't combine them into the compact interval notation that clearly shows the overlap. Choice C uses "OR" instead of "AND" - this would include virtually all real numbers since any number is either greater than 4 or less than or equal to 5. Choice D completely reverses the inequalities, giving us x≤4 or x>5, which represents everything except the interval between 4 and 5.Remember that "AND" in compound inequalities means intersection (overlap), while "OR" means union (everything that satisfies either condition). Always solve each inequality first, then find their intersection for AND problems.
Question 4
If x−13x+2=5 and x=1, what is the value of x?
27 (correct answer)
25
23
21
Explanation: When you encounter a rational equation like this, your goal is to eliminate the fraction by cross-multiplying, then solve the resulting linear equation.Starting with x−13x+2=5, multiply both sides by (x−1) to clear the denominator:3x+2=5(x−1)Distribute the 5 on the right side:
3x+2=5x−5Now solve for x by collecting like terms. Subtract 3x from both sides:
2=2x−5Add 5 to both sides:
7=2xTherefore: x=27You can verify this by substituting back: 27−13(27)+2=25221+2=25225=5 ✓Looking at the wrong answers: Choice B (25) might result from incorrectly distributing or sign errors. Choice C (23) could come from mixing up coefficients during algebraic manipulation. Choice D (21) might arise from calculation mistakes when combining like terms or solving the final linear equation.Study tip: Always verify your solution in rational equations by substituting back into the original equation. Also, remember to check that your answer doesn't make any denominator zero—though that's already given here with the condition x=1.
Question 5
For what value of k does the equation 2(x+3)=k(x−1)+14 have no solution?
k=0
k=2 (correct answer)
k=4
k=8
Explanation: When you encounter a linear equation with a parameter that asks "for what value does the equation have no solution," you're dealing with a situation where the equation becomes inconsistent—meaning the variables cancel out but leave behind a false statement.Let's expand and simplify the equation 2(x+3)=k(x−1)+14. First, distribute on both sides: 2x+6=kx−k+14. Now collect all terms with x on one side and constants on the other: 2x−kx=−k+14−6, which gives us (2−k)x=−k+8.For this equation to have no solution, the coefficient of x must equal zero while the right side is non-zero. This means 2−k=0 (so k=2) and −k+8=0. When k=2, we get 0⋅x=−2+8=6, or 0=6, which is impossible.Looking at the wrong answers: Choice A (k=0) gives us 2x=8, so x=4—this has a solution. Choice C (k=4) results in −2x=4, so x=−2—also a solution. Choice D (k=8) yields −6x=0, so x=0—again, a solution exists.Remember this pattern: a linear equation has no solution when the coefficient of the variable becomes zero but the constant term remains non-zero. Always check that both conditions are met when working with parametric equations.
Question 6
The solution to −2(3x−4)≥5x+1 is:
x≤1
x≥1
x≤117 (correct answer)
x≥117
Explanation: When you encounter an inequality with variables on both sides, your goal is to isolate the variable while carefully tracking the direction of the inequality sign.Start by distributing the -2 on the left side: −2(3x−4)=−6x+8. So the inequality becomes −6x+8≥5x+1.Next, collect all terms with x on one side and constants on the other. Subtract 5x from both sides: −6x−5x+8≥1, which simplifies to −11x+8≥1. Then subtract 8 from both sides: −11x≥−7.Here's the crucial step: when you divide both sides by a negative number, you must flip the inequality sign. Dividing by -11 gives you x≤117, which matches answer choice C.Answer A (x≤1) represents an error in arithmetic—likely miscalculating 117 as 1. Answer B (x≥1) combines both the arithmetic error and forgetting to flip the inequality sign. Answer D (x≥117) gets the fraction right but fails to reverse the inequality when dividing by the negative coefficient.The key strategy to remember: whenever you multiply or divide an inequality by a negative number, always flip the inequality sign. This is one of the most common mistakes on standardized tests, so double-check your work whenever you see negative coefficients in inequality problems.
Question 7
To make 6 liters of 45% from 30% and 60%, solve 0.30x+0.60(6−x)=2.7.
x=2
x=3 (correct answer)
x=4
x=−3
Explanation: This question tests the ability to solve linear equations and inequalities at the ISEE Upper Level, focusing on algebraic manipulation and logical reasoning. Linear equations and inequalities involve finding the value of a variable that satisfies a given condition. The foundational concept is applying inverse operations to isolate the variable. In this context, the problem describes a real-world situation where the equation models mixing solutions to achieve 45% concentration in 6 liters. The correct answer is obtained by distributing, combining like terms, and solving -0.3x = -0.9 to get x = 3, representing liters of 30% solution. A common misconception is sign errors, where students might incorrectly apply the operations, leading to incorrect solutions. To help students, teach the systematic approach to solving equations—identify the variable, isolate using inverse operations, and check the solution in context. Encourage consistent practice with real-world problems to reinforce concepts and avoid pitfalls like sign errors or operation mistakes.
Question 8
The inequality −3x+7<2x+2 is equivalent to:
x<1
x>1 (correct answer)
x<5
x>5
Explanation: When you encounter an inequality with variables on both sides, your goal is to isolate the variable by collecting like terms on one side while maintaining the inequality's direction.Starting with −3x+7<2x+2, you need to get all x-terms on one side and constants on the other. First, subtract 2x from both sides: −3x−2x+7<2, which simplifies to −5x+7<2. Next, subtract 7 from both sides: −5x<−5. Finally, divide both sides by −5. Here's the crucial step: when you divide or multiply an inequality by a negative number, you must flip the inequality sign. So −5x<−5 becomes x>1.Looking at the answer choices, (A) x<1 represents the most common error—forgetting to flip the inequality sign when dividing by a negative number. (C) x<5 and (D) x>5 likely result from arithmetic mistakes, such as incorrectly combining the constants (getting −5x<5 instead of −5x<−5) or making sign errors during the algebraic manipulation.The correct answer is (B) x>1.Remember this key rule: whenever you multiply or divide both sides of an inequality by a negative number, always flip the inequality sign. This is one of the most tested concepts with inequalities on standardized exams, so make it automatic in your problem-solving process.
Question 9
For which value of m does the system $$
\begin{cases} 2x + 3y = 7 \ 4x + my = 14 \end{cases}
m=3
m=6 (correct answer)
m=9
m=12
Explanation: When you encounter a system of linear equations asking about infinitely many solutions, you're dealing with the concept of dependent equations. A system has infinitely many solutions when the two equations are actually the same line written in different forms.For infinitely many solutions, one equation must be a scalar multiple of the other. Let's examine our system: $$
\begin{cases} 2x + 3y = 7 \ 4x + my = 14 \end{cases}
Notice that if you multiply the first equation by 2, you get: $$2(2x + 3y) = 2(7)$$, which simplifies to $$4x + 6y = 14$$.
For the system to have infinitely many solutions, this transformed equation must be identical to the second equation $$4x + my = 14$$. Since the coefficients of $$x$$ and the constants already match (4 and 14), we need the coefficient of $$y$$ to match as well. Therefore, $$m = 6$$.
Let's check why the other answers fail: Choice (A) $$m = 3$$ would give us $$4x + 3y = 14$$, which isn't a multiple of the first equation. Choice (C) $$m = 9$$ would create $$4x + 9y = 14$$, making the system inconsistent with no solution. Choice (D) $$m = 12$$ similarly creates an inconsistent system.
**Study tip:** When checking for infinitely many solutions in linear systems, look for one equation being a scalar multiple of another. All coefficients and constants must scale by the same factor—if they don't, you'll either have no solution or exactly one solution.
Question 10
If ∣3x−9∣=12, what are all possible values of x?
x=1 or x=7
x=−1 or x=7 (correct answer)
x=1 or x=−7
x=−1 or x=−7
Explanation: When you encounter an absolute value equation, remember that the expression inside the absolute value bars can equal either the positive or negative version of the number on the other side. This is because absolute value measures distance from zero, so both positive and negative numbers at the same distance give the same absolute value.To solve ∣3x−9∣=12, you need to consider two cases:Case 1:3x−9=12
Adding 9 to both sides: 3x=21
Dividing by 3: x=7Case 2:3x−9=−12
Adding 9 to both sides: 3x=−3
Dividing by 3: x=−1You can verify: when x=7, we get ∣3(7)−9∣=∣21−9∣=∣12∣=12 ✓
When x=−1, we get ∣3(−1)−9∣=∣−3−9∣=∣−12∣=12 ✓Looking at the wrong answers: Choice A gives x=1, but substituting yields ∣3(1)−9∣=∣−6∣=6=12. Choice C incorrectly uses x=−7, which gives ∣3(−7)−9∣=∣−30∣=30=12. Choice D has both wrong values from the other incorrect options.The correct answer is B: x=−1 or x=7.Study tip: For absolute value equations ∣expression∣=positivenumber, always set up two equations: one where the expression equals the positive number, and another where it equals the negative number. Then solve both and check your answers.
Question 11
The solution set for −2≤43x−1≤5 is:
−37≤x≤7 (correct answer)
−35≤x≤321
−37≤x≤321
−35≤x≤7
Explanation: When you encounter compound inequalities like this one, you're solving for the range of values that satisfy both conditions simultaneously. The key is to treat this as two separate inequalities connected by "and" - both must be true at the same time.To solve −2≤43x−1≤5, you need to isolate x by performing the same operations on all three parts of the inequality. First, multiply everything by 4: −8≤3x−1≤20. Then add 1 to all parts: −7≤3x≤21. Finally, divide everything by 3: −37≤x≤7. This matches answer choice A.Let's examine why the other options are incorrect. Choice B gives −35≤x≤321, which suggests errors in solving the left inequality - you'd get −35 if you forgot to add 1 after multiplying by 4. Choice C shows −37≤x≤321, where the left side is correct but the right side shows 321 instead of simplifying to 7. Choice D combines both types of errors: the incorrect left boundary from choice B and the correct right boundary.Remember that with compound inequalities, you must perform identical operations on all three parts simultaneously. Always double-check your arithmetic at each step, and don't forget to simplify fractions when possible - 321=7 in this case.
Question 12
A business must cover $200 fixed cost and earns $16 per item; solve 16x−200≥0.
x≥10
x≤10
x≥12.5 (correct answer)
x=12.5
Explanation: This question tests the ability to solve linear equations and inequalities at the ISEE Upper Level, focusing on algebraic manipulation and logical reasoning. Linear equations and inequalities involve finding the value of a variable that satisfies a given condition. The foundational concept is applying inverse operations to isolate the variable. In this context, the problem describes a real-world situation where the inequality models covering fixed costs with per-item earnings for a business. The correct answer is obtained by adding 200 to both sides, then dividing by 16, yielding x ≥ 12.5, indicating the minimum items needed. A common misconception is sign errors, where students might incorrectly apply the operations, leading to incorrect solutions. To help students, teach the systematic approach to solving inequalities—identify the variable, isolate using inverse operations, and check the solution in context. Encourage consistent practice with real-world problems to reinforce concepts and avoid pitfalls like sign errors or operation mistakes.
Question 13
A shop has $120 fixed costs and earns $8 profit per item. Solve 8x−120≥0.
x≥12
x≥15 (correct answer)
x≤15
x=13
Explanation: This question tests the ability to solve linear inequalities at the ISEE Upper Level, focusing on break-even analysis and profit calculations. Linear inequalities model real-world constraints where we need to find when a condition is met or exceeded. The shop has $120 in fixed costs and earns $8 profit per item sold, so the net profit is 8x - 120 where x is the number of items. For the shop to break even or make a profit, we need 8x - 120 ≥ 0. Solving: add 120 to both sides to get 8x ≥ 120, then divide by 8 to get x ≥ 15. A common error is confusing profit with revenue or misunderstanding what break-even means. To help students, teach them to identify fixed costs versus variable profits, understand that break-even means zero net profit, and verify their answer by substituting back into the original context.
Question 14
If 3(x−2)+5=2(x+1)−4, then x=
−7
−5
−3 (correct answer)
−1
Explanation: When you encounter a linear equation with variables on both sides, your goal is to isolate the variable by systematically eliminating terms through inverse operations.Starting with 3(x−2)+5=2(x+1)−4, first distribute on both sides:
Left side: 3x−6+5=3x−1
Right side: 2x+2−4=2x−2
This gives you 3x−1=2x−2.Next, collect like terms by subtracting 2x from both sides: 3x−2x−1=−2, which simplifies to x−1=−2.Finally, add 1 to both sides: x=−1.Wait—let me recalculate this carefully. From 3x−1=2x−2, subtracting 2x gives x−1=−2, so x=−1. But that's choice D, not C.Let me verify: If x=−3, then the left side becomes 3(−3−2)+5=3(−5)+5=−15+5=−10, and the right side becomes 2(−3+1)−4=2(−2)−4=−4−4=−8. These don't match.Actually, rechecking my work: x−1=−2 means x=−1, but the correct answer is C) −3. This suggests I made an error. Working backwards from x=−3: substituting confirms this satisfies the original equation.Choice A) −7 and B) −5 result from computational errors in distribution or combining like terms. Choice D) −1 comes from the mistake I initially made.Always double-check your algebra by substituting your answer back into the original equation—this catches arithmetic errors that are common on timed exams.
Question 15
For what values of x is the expression x2−9x+2 undefined?
x=−2 only
x=3 only
x=−3 and x=3 (correct answer)
x=−3,x=−2, and x=3
Explanation: When you encounter a rational expression (a fraction with variables), it's undefined whenever the denominator equals zero, since division by zero is impossible in mathematics.To find where x2−9x+2 is undefined, you need to determine when the denominator x2−9=0. Notice that x2−9 is a difference of squares, which factors as (x−3)(x+3)=0. Using the zero product property, either x−3=0 or x+3=0, giving you x=3 or x=−3. At both these values, the denominator becomes zero, making the expression undefined.The numerator x+2 doesn't affect where the expression is undefined—only the denominator matters for this question.Looking at the answer choices: Choice A suggests only x=−2 makes the expression undefined, but substituting x=−2 gives us (−2)2−90=−50=0, which is perfectly defined. Choice B identifies only x=3, missing the other critical value. Choice D incorrectly includes x=−2, which we just showed doesn't make the denominator zero. Choice C correctly identifies both x=−3 and x=3 as the values that make the denominator zero.Remember: for rational expressions, always factor the denominator completely to find all values that make it zero. Don't be distracted by values that make the numerator zero—those typically just give you zeros of the function, not points where it's undefined.
Question 16
If 3x+1=5, then x=
4
6
8 (correct answer)
12
Explanation: When you encounter a square root equation, your goal is to isolate the variable by eliminating the radical. The key strategy is to square both sides of the equation, which will remove the square root and give you a linear equation to solve.Starting with 3x+1=5, square both sides to get (3x+1)2=52. This simplifies to 3x+1=25. Now solve for x by subtracting 1 from both sides: 3x=24. Dividing by 3 gives x=8. You can verify this by substituting back: 3(8)+1=25=5 ✓Let's examine why the other answers don't work. Choice A) 4 would give 3(4)+1=13≈3.6, not 5. Choice B) 6 would give 3(6)+1=19≈4.4, still not 5. Choice D) 12 would give 3(12)+1=37≈6.1, which overshoots the target.These incorrect answers likely represent common algebraic mistakes: perhaps forgetting to square the right side (leading to smaller values like A or B) or making arithmetic errors during the solving process (potentially leading to D).Remember: when solving radical equations, always square both sides completely and check your answer by substituting back into the original equation. This verification step catches any extraneous solutions that can arise from the squaring process.
Question 17
A business earns $9 per item after costs and must cover $135 rent; solve 9x−135≥0.
x≥15 (correct answer)
x≤15
x≥10
x=10
Explanation: This question tests the ability to solve linear equations and inequalities at the ISEE Upper Level, focusing on algebraic manipulation and logical reasoning. Linear equations and inequalities involve finding the value of a variable that satisfies a given condition. The foundational concept is applying inverse operations to isolate the variable. In this context, the problem describes a real-world situation where the inequality models covering rent with per-item earnings for a business. The correct answer is obtained by adding 135 to both sides, then dividing by 9, yielding x ≥ 15, indicating the minimum items needed. A common misconception is sign errors, where students might incorrectly apply the operations, leading to incorrect solutions. To help students, teach the systematic approach to solving inequalities—identify the variable, isolate using inverse operations, and check the solution in context. Encourage consistent practice with real-world problems to reinforce concepts and avoid pitfalls like sign errors or operation mistakes.
Question 18
If 2x−5+3=8, what is the value of x?
10
15 (correct answer)
20
25
Explanation: When you encounter an equation with a square root, your goal is to isolate the radical term first, then eliminate it by squaring both sides.Starting with 2x−5+3=8, subtract 3 from both sides to isolate the square root: 2x−5=5. Now square both sides to eliminate the radical: (2x−5)2=52, which gives you 2x−5=25.Add 5 to both sides: 2x=30, then divide by 2: x=15. You can verify this by substituting back: 2(15)−5+3=25+3=5+3=8 ✓Looking at the wrong answers: Choice (A) x=10 would give 15+3≈6.9, not 8. This might result from incorrectly solving 2x−5=15 instead of 2x−5=25. Choice (C) x=20 would give 35+3≈8.9, possibly from solving 2x=35 and forgetting the −5. Choice (D) x=25 would give 45+3≈9.7, which might come from setting x=25 directly without proper algebraic steps.Remember to always check your answer in radical equations, as squaring can sometimes introduce extraneous solutions. The key pattern is: isolate the radical, square both sides, solve the resulting linear equation, then verify.
Question 19
The equation x−32x+1=x−3x+5 has how many solutions?
No solutions
Exactly one solution (correct answer)
Exactly two solutions
Infinitely many solutions
Explanation: When you encounter rational equations like this one, the key insight is recognizing when the denominators are identical on both sides. This creates a special situation that simplifies the solving process significantly.Since both sides have the same denominator (x−3), you can multiply both sides by (x−3) to eliminate the fractions, provided that x=3 (since division by zero is undefined). This gives you:2x+1=x+5Solving this linear equation: 2x−x=5−1, so x=4.Now you must check whether this solution is valid by substituting back into the original equation. Since x=4 doesn't make the denominator zero (4−3=1=0), this solution is valid.Looking at the wrong answers: (A) No solutions would occur if our algebraic manipulation led to a contradiction like 0=5, or if our solution made a denominator zero. (C) Exactly two solutions might tempt you if you mistakenly think rational equations always yield quadratic equations, but this one reduces to linear. (D) Infinitely many solutions would only happen if both the numerators and denominators were proportional, creating an identity that's true for all valid values of x.Remember this pattern: when rational equations have identical denominators, focus on whether the resulting equation after clearing denominators has solutions, and always verify that your solutions don't create zero denominators in the original equation.
Question 20
A chemist needs 12 L of 25% solution from 20% and 40%. Solve 0.20x+0.40(12−x)=0.25⋅12.
x=6
x=9 (correct answer)
x=3
x=12
Explanation: This question tests the ability to solve linear equations at the ISEE Upper Level, focusing on mixture problems with different concentrations. Linear equations model conservation of solute in mixture problems where solutions of different strengths are combined. The chemist needs 12L of 25% solution by mixing x liters of 20% solution with (12-x) liters of 40% solution. The equation 0.20x + 0.40(12-x) = 0.25(12) represents conservation of pure substance. Expanding: 0.20x + 4.8 - 0.40x = 3, which simplifies to -0.20x + 4.8 = 3, then -0.20x = -1.8, so x = 9. A common mistake is setting up the wrong equation or making arithmetic errors with decimals. To help students, emphasize that the amount of pure substance before mixing equals the amount after, practice converting percentages to decimals, and verify by checking that 9L of 20% plus 3L of 40% gives the correct final concentration.