12 multiple-choice questions, progressively harder.
Solve 2x+3<112x + 3 < 112x+3<11 for xxx.
Solution
Correct answer: C
Subtract the constant 333 from both sides, then divide by the positive coefficient 222. Neither step flips the symbol.
2x+3−3<11−3 ⇒ 2x<8 ⇒ x<42x + 3 - 3 < 11 - 3 \;\Rightarrow\; 2x < 8 \;\Rightarrow\; x < 42x+3−3<11−3⇒2x<8⇒x<4
Check: x=0x = 0x=0 gives 2(0)+3=3<112(0) + 3 = 3 < 112(0)+3=3<11, which is true.
Solve 4x+5≤214x + 5 \le 214x+5≤21 for xxx.
Correct answer: A
Subtract the constant 555 from both sides, then divide by the positive coefficient 444. Neither step flips the symbol.
4x+5−5≤21−5 ⇒ 4x≤16 ⇒ x≤44x + 5 - 5 \le 21 - 5 \;\Rightarrow\; 4x \le 16 \;\Rightarrow\; x \le 44x+5−5≤21−5⇒4x≤16⇒x≤4
Check the boundary: x=4x = 4x=4 gives 4(4)+5=21≤214(4) + 5 = 21 \le 214(4)+5=21≤21, which is true.
Solve −2x+1>7-2x + 1 > 7−2x+1>7 for xxx.
Correct answer: B
Subtract the constant 111 from both sides; subtraction does not move the symbol. Then divide by −2-2−2 and reverse it.
−2x+1−1>7−1 ⇒ −2x>6 ⇒ x<−3-2x + 1 - 1 > 7 - 1 \;\Rightarrow\; -2x > 6 \;\Rightarrow\; x < -3−2x+1−1>7−1⇒−2x>6⇒x<−3
Check: x=−4x = -4x=−4 gives −2(−4)+1=9>7-2(-4) + 1 = 9 > 7−2(−4)+1=9>7, which is true.
Is x=−1x = -1x=−1 a solution of −3x+2≥4-3x + 2 \ge 4−3x+2≥4?
Test the value by substituting it into the original inequality, with the order of operations.
−3(−1)+2=3+2=5,5≥4 ✓-3(-1) + 2 = 3 + 2 = 5, \qquad 5 \ge 4 \;\checkmark−3(−1)+2=3+2=5,5≥4✓
Since 5≥45 \ge 45≥4 is true, x=−1x = -1x=−1 is a solution. (Solving gives x≤−23x \le -\tfrac{2}{3}x≤−32, and −1≤−23-1 \le -\tfrac{2}{3}−1≤−32, which agrees.)
Solve 4−3x≤134 - 3x \le 134−3x≤13 for xxx.
Correct answer: D
Subtract the constant 444 from both sides to reach −3x≤9-3x \le 9−3x≤9. Then divide by −3-3−3 and reverse the symbol.
−3x≤9 ⇒ x≥9−3=−3-3x \le 9 \;\Rightarrow\; x \ge \frac{9}{-3} = -3−3x≤9⇒x≥−39=−3
Check: x=0x = 0x=0 gives 4−3(0)=4≤134 - 3(0) = 4 \le 134−3(0)=4≤13, which is true.
Solve −3(x+1)>6-3(x + 1) > 6−3(x+1)>6 for xxx.
Distribute the −3-3−3 to get −3x−3>6-3x - 3 > 6−3x−3>6. Add 333 to both sides, then divide by −3-3−3 and reverse the symbol.
−3x−3>6 ⇒ −3x>9 ⇒ x<−3-3x - 3 > 6 \;\Rightarrow\; -3x > 9 \;\Rightarrow\; x < -3−3x−3>6⇒−3x>9⇒x<−3
Check: x=−4x = -4x=−4 gives −3(−4+1)=−3(−3)=9>6-3(-4 + 1) = -3(-3) = 9 > 6−3(−4+1)=−3(−3)=9>6, which is true.
Solve 7−2x>17 - 2x > 17−2x>1 for xxx.
Subtract the constant 777 to reach −2x>−6-2x > -6−2x>−6, then divide by −2-2−2 and reverse the symbol.
−2x>−6 ⇒ x<−6−2=3-2x > -6 \;\Rightarrow\; x < \frac{-6}{-2} = 3−2x>−6⇒x<−2−6=3
Check: x=0x = 0x=0 gives 7−2(0)=7>17 - 2(0) = 7 > 17−2(0)=7>1, which is true.
Solve 3−x≤3x−53 - x \le 3x - 53−x≤3x−5 for xxx.
Add xxx to both sides to gather the variable on the right, reaching 3≤4x−53 \le 4x - 53≤4x−5. Then add 555 and divide by the positive number 444.
3≤4x−5 ⇒ 8≤4x ⇒ 2≤x3 \le 4x - 5 \;\Rightarrow\; 8 \le 4x \;\Rightarrow\; 2 \le x3≤4x−5⇒8≤4x⇒2≤x
Reading 2≤x2 \le x2≤x the other way gives x≥2x \ge 2x≥2. Adding xxx keeps the symbol, since it is an addition.
Solve 2(x−1)≤82(x - 1) \le 82(x−1)≤8 for xxx.
Distribute the 222 across both terms inside the parentheses, then solve the two-step inequality.
2(x−1)=2x−2≤8 ⇒ 2x≤10 ⇒ x≤52(x - 1) = 2x - 2 \le 8 \;\Rightarrow\; 2x \le 10 \;\Rightarrow\; x \le 52(x−1)=2x−2≤8⇒2x≤10⇒x≤5
Check the boundary: x=5x = 5x=5 gives 2(5−1)=2(4)=8≤82(5 - 1) = 2(4) = 8 \le 82(5−1)=2(4)=8≤8, which is true.
Solve 6−x≤106 - x \le 106−x≤10 for xxx.
Subtract the constant 666 to reach −x≤4-x \le 4−x≤4, then multiply by −1-1−1 and reverse the symbol.
−x≤4 ⇒ x≥−4-x \le 4 \;\Rightarrow\; x \ge -4−x≤4⇒x≥−4
Check the boundary: x=−4x = -4x=−4 gives 6−(−4)=10≤106 - (-4) = 10 \le 106−(−4)=10≤10, which is true.
Solve 1−2x≥91 - 2x \ge 91−2x≥9 for xxx.
Subtract the constant 111 to reach −2x≥8-2x \ge 8−2x≥8, then divide by −2-2−2 and reverse the symbol.
−2x≥8 ⇒ x≤8−2=−4-2x \ge 8 \;\Rightarrow\; x \le \frac{8}{-2} = -4−2x≥8⇒x≤−28=−4
Check the boundary: x=−4x = -4x=−4 gives 1−2(−4)=1+8=9≥91 - 2(-4) = 1 + 8 = 9 \ge 91−2(−4)=1+8=9≥9, which is true.
Solve 3(x+2)>x+83(x + 2) > x + 83(x+2)>x+8 for xxx.
Distribute the 333 to get 3x+6>x+83x + 6 > x + 83x+6>x+8. Subtract xxx from both sides, then subtract 666.
3x+6>x+8 ⇒ 2x+6>8 ⇒ 2x>2 ⇒ x>13x + 6 > x + 8 \;\Rightarrow\; 2x + 6 > 8 \;\Rightarrow\; 2x > 2 \;\Rightarrow\; x > 13x+6>x+8⇒2x+6>8⇒2x>2⇒x>1
Check: x=2x = 2x=2 gives 3(4)=123(4) = 123(4)=12 and 2+8=102 + 8 = 102+8=10, and 12>1012 > 1012>10 is true.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.