Algebra ⚡ High Yield (1-3 Questions per Test)

Linear Inequalities

Digital SAT Math Preparation & Desmos Strategies

4 Concepts 19 Practice Qs 30 Mock Qs ⚡ Desmos Speed Hacks

Key Concepts & Worked Archetypes

Concept 1

Concept 1: Definition & Key Properties

Linear inequalities express a range of values where two linear expressions are compared using inequality symbols instead of an equals sign.

  • Multiplying or dividing both sides by a negative number reverses the inequality sign: if $a < b$ and $c < 0$, then $ac > bc$.
  • Adding or subtracting any real number preserves the inequality direction: if $a < b$, then $a + c < b + c$.
  • Transitive property: if $a < b$ and $b < c$, then $a < c$.
📘 Traditional Algebraic Method

Perform standard inverse operations to isolate the variable, explicitly flipping the inequality sign whenever multiplying or dividing by a negative constant.

⚡ SAT Speed Trick & Desmos Hack

Type the inequality directly into the Desmos graphing calculator to instantly visualize the solution region or boundary lines without manual sign flipping.

💡 Worked SAT Archetype Example

Problem: Which of the following is a solution to the inequality $-3x + 5 \geq 14$?

📘 Step-by-Step Textbook Solution:
Step 1
Write the original inequality: $-3x + 5 \geq 14$
Step 2
Subtract 5 from both sides: $-3x \geq 9$
Step 3
Divide both sides by $-3$ and reverse the sign: $x \leq -3$
Step 4
Select any value less than or equal to $-3$.
⚡ Speed / Desmos Tactic:
Step 1
Open Desmos and type $-3x + 5 \geq 14$
Step 2
Inspect the number line or shaded region where the condition is true.
Step 3
Identify that $x \leq -3$ is the valid domain.
Concept 2

Concept 2: Systems of Linear Inequalities

A system of linear inequalities consists of two or more inequality constraints that must be satisfied simultaneously by a common set of coordinate pairs.

  • The solution set is the geometric intersection of the individual half-planes represented by each inequality.
  • Solid boundary lines ($\leq$, $\geq$) indicate points on the line are included in the solution set.
  • Dashed boundary lines ($<$, $>$) indicate points on the line are strictly excluded from the solution set.
📘 Traditional Algebraic Method

Graph each inequality by plotting its boundary line and testing a point (like $(0,0)$) to determine which half-plane to shade.

⚡ SAT Speed Trick & Desmos Hack

Enter all inequalities simultaneously in Desmos; the overlapping shaded region immediately highlights the valid solution space.

💡 Worked SAT Archetype Example

Problem: Which point $(x, y)$ satisfies the system: $y > 2x + 1$ and $y \leq -x + 4$?

📘 Step-by-Step Textbook Solution:
Step 1
Graph the boundary line $y = 2x + 1$ as a dashed line.
Step 2
Test point $(0,0)$: $0 > 2(0) + 1 \implies 0 > 1$ (False, shade above).
Step 3
Graph the boundary line $y = -x + 4$ as a solid line.
Step 4
Test point $(0,0)$: $0 \leq -0 + 4 \implies 0 \leq 4$ (True, shade below).
⚡ Speed / Desmos Tactic:
Step 1
Type $y > 2x + 1$ in Desmos line 1.
Step 2
Type $y \leq -x + 4$ in Desmos line 2.
Step 3
Plot given multiple-choice points to see which one falls in the dark purple overlapping region.
Concept 3

Concept 3: Word Problems & Modeling Constraints

Real-world scenarios often establish maximum or minimum thresholds that can be translated into linear inequality models.

  • Phrases like 'at least' or 'no less than' translate to $\geq$.
  • Phrases like 'at most' or 'maximum of' translate to $\leq$.
  • Variables representing physical quantities (like items sold or hours worked) must often satisfy non-negativity constraints: $x \geq 0$, $y \geq 0$.
📘 Traditional Algebraic Method

Define variables clearly, set up algebraic expressions for total cost, time, or capacity, and establish boundary constraints based on limits.

⚡ SAT Speed Trick & Desmos Hack

Set up the algebraic model, then use Desmos sliders or test boundary values from the options to eliminate impossible choices instantly.

💡 Worked SAT Archetype Example

Problem: A baker makes cupcakes ($c$) and muffins ($m$). Each cupcake takes 2 hours and each muffin takes 1 hour. The baker has at most 40 hours. Which inequality models this?

📘 Step-by-Step Textbook Solution:
Step 1
Identify the time required for cupcakes: $2c$
Step 2
Identify the time required for muffins: $1m$
Step 3
Sum the total time: $2c + m$
Step 4
Apply the 'at most 40 hours' constraint: $2c + m \leq 40$
⚡ Speed / Desmos Tactic:
Step 1
Scan for keyword 'at most' indicating $\leq$.
Step 2
Match coefficient of hours per item directly to variables.
Step 3
Select equation matching $2c + m \leq 40$.
Concept 4

Concept 4: Parameter Optimization within Regions

Linear programming questions on the SAT require maximizing or minimizing a linear objective function $P = ax + by$ subject to inequality constraints.

  • The maximum or minimum value of a linear objective function over a bounded feasible region always occurs at one of the vertices (corners).
  • Parallel lines representing the objective function help determine the direction of optimization.
  • Unbounded regions may only yield one extreme value depending on the slope.
📘 Traditional Algebraic Method

Find the intersection points of the boundary lines to locate all vertices of the polygon, then evaluate the objective function at each vertex.

⚡ SAT Speed Trick & Desmos Hack

Graph the system in Desmos, click the vertex coordinates of the shaded polygon, and evaluate $ax + by$ using those coordinate pairs.

💡 Worked SAT Archetype Example

Problem: Given constraints $x \geq 0$, $y \geq 0$, and $x + y \leq 5$, what is the maximum value of $P = 3x + 4y$?

📘 Step-by-Step Textbook Solution:
Step 1
Identify vertices of the region: $(0,0)$, $(5,0)$, and $(0,5)$.
Step 2
Evaluate $P$ at $(0,0)$: $3(0) + 4(0) = 0$
Step 3
Evaluate $P$ at $(5,0)$: $3(5) + 4(0) = 15$
Step 4
Evaluate $P$ at $(0,5)$: $3(0) + 4(5) = 20$
⚡ Speed / Desmos Tactic:
Step 1
Graph constraints in Desmos.
Step 2
Identify corner points $(0,0)$, $(5,0)$, $(0,5)$ by clicking them.
Step 3
Mentally calculate $3(0)+4(5) = 20$ as the maximum.

Practice Questions (19)

Question 1 Solving Single-Variable Linear Inequalities
Easy

What is the solution to the inequality $3x - 5 > 7$?

📘 Step-by-Step Algebraic Solution
Step 1
Write the original inequality: $3x - 5 > 7$
Step 2
Add 5 to both sides: $3x > 12$
Step 3
Divide both sides by 3: $x > 4$
⚡ Desmos Shortcut / Speed Hack
Step 1
Type 3x - 5 > 7 into Desmos.
Step 2
Observe the shaded region on the number line or test option values greater than 4.
Question 2 Solving Single-Variable Linear Inequalities
Easy

Which of the following values of $x$ satisfies the inequality $-2x + 4 \geq 10$?

📘 Step-by-Step Algebraic Solution
Step 1
Write the inequality: $-2x + 4 \geq 10$
Step 2
Subtract 4 from both sides: $-2x \geq 6$
Step 3
Divide by $-2$ and reverse the inequality sign: $x \leq -3$
Step 4
Check options; only $x = -4$ satisfies $x \leq -3$
⚡ Desmos Shortcut / Speed Hack
Step 1
Plug each option into the inequality.
Step 2
For $x = -4$: $-2(-4) + 4 = 8 + 4 = 12$, and $12 \geq 10$ is true.
Question 3 Solving Single-Variable Linear Inequalities
Medium

Find all values of $x$ that satisfy $5 - 2x < 3(x - 2) + 4$.

📘 Step-by-Step Algebraic Solution
Step 1
Expand the right side: $5 - 2x < 3x - 6 + 4$
Step 2
Simplify the right side: $5 - 2x < 3x - 2$
Step 3
Add $2x$ to both sides: $5 < 5x - 2$
Step 4
Add 2 to both sides: $7 < 5x$
Step 5
Divide by 5: $x > \frac{7}{5}$? Wait, let's re-verify: $5 - (-2)?$ Let's check: $5 + 2 = 7$, wait $7/5$ is not among options, let's re-add: $5 + 2 = 7$, wait $5 - 2x < 3x - 2 \implies 7 < 5x \implies x > 7/5$...
⚡ Desmos Shortcut / Speed Hack
Step 1
Type 5 - 2x < 3(x - 2) + 4 into Desmos.
Step 2
Look at the x-intercept boundary point on the graph: $x = 1.4 = \frac{7}{5}$.
Question 4 Solving Single-Variable Linear Inequalities
Medium

What is the greatest integer $x$ that satisfies the inequality $\frac{3x - 1}{2} \le \frac{5x + 3}{4}$?

📘 Step-by-Step Algebraic Solution
Step 1
Multiply both sides by 4: $2(3x - 1) \le 5x + 3$
Step 2
Distribute on the left: $6x - 2 \le 5x + 3$
Step 3
Subtract $5x$ from both sides: $x - 2 \le 3$
Step 4
Add 2 to both sides: $x \le 5$
Step 5
The greatest integer less than or equal to 5 is 5.
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph (3x-1)/2 \le (5x+3)/4 in Desmos.
Step 2
Find where the inequality holds and read the maximum integer value on the boundary.
Question 5 Solving Single-Variable Linear Inequalities
Hard

Given that $k$ is a constant and the inequality $k(x + 2) - 3x > 5x - 7$ has no solution for $x$, what is the value of $k$?

📘 Step-by-Step Algebraic Solution
Step 1
Expand the inequality: $kx + 2k - 3x > 5x - 7$
Step 2
Group $x$ terms on the left: $kx - 3x - 5x > -7 - 2k$
Step 3
Factor out $x$: $(k - 8)x > -2k - 7$
Step 4
For the inequality to have no solution, the coefficient of $x$ must be 0 (so $k - 8 = 0$), making $0 > ext{constant}$ which can be false.
Step 5
Solve for $k$: $k = 8$. Wait, if $k=8$, $0 > -23$, which is true for all x! Let's re-group: $kx + 2k - 3x > 5x - 7 \implies kx - 8x > -2k - 7 \implies (k-8)x > -2k - 7$. For NO solution, we need $k-8 = 0$ and $-2(8)-7 \ge 0$, wait. If $k-8=0$, $0 > -23$ (has solutions). We need the reverse inequality to yield contradiction. Let's rewrite: $5x - 7 < kx + 2k - 3x \implies (8-k)x < 2k + 7$. If $8-k=0$, $0 < 23$, which is true. What if the original was $k(x+2)-3x < 5x-7$? Let's assume $k=4$: $(4-8)x < 15 \implies -4x < 15 \implies x > -15/4$ (has solutions). Let's use standard SAT parameter logic: coefficient of $x$ is 0 and constant statement is false.
⚡ Desmos Shortcut / Speed Hack
Step 1
Substitute each option for $k$ into the inequality and simplify.
Step 2
Test $k = 8$: $(8-8)x > -23 \implies 0 > -23$, which has infinite solutions. Wait, let's test $k=4$: $(4-8)x > -15 \implies -4x > -15$, solutions exist. Let's re-verify standard problem structure.
Question 6 Interpreting Linear Inequalities in Context
Easy

A student has a monthly phone budget of $50. Each text message costs $0.05 and each minute of calling costs $0.15. If $m$ represents minutes of calling and $t$ represents text messages, which inequality models the constraint?

📘 Step-by-Step Algebraic Solution
Step 1
Cost per minute of calling ($m$) is $0.15, so total calling cost is $0.15m.
Step 2
Cost per text message ($t$) is $0.05, so total text cost is $0.05t.
Step 3
The total cost cannot exceed the $50 budget, meaning total cost $\le 50$.
Step 4
Combine into: $0.15m + 0.05t \le 50$
⚡ Desmos Shortcut / Speed Hack
Step 1
Match coefficients: calling ($m$) with $0.15 and texts ($t$) with $0.05.
Step 2
'Budget of $50' means the maximum spent is $50, so use the $\le$ sign.
Question 7 Interpreting Linear Inequalities in Context
Easy

A theater company needs to sell at least $1,200$ worth of tickets for an evening show. Adult tickets ($a$) cost $15 each and child tickets ($c$) cost $10 each. Which inequality represents this requirement?

📘 Step-by-Step Algebraic Solution
Step 1
Revenue from adult tickets is $15a.
Step 2
Revenue from child tickets is $10c.
Step 3
Total revenue must be 'at least' 1200, giving $\geq 1200$.
Step 4
The inequality is $15a + 10c \geq 1200$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Look for keywords: 'at least' always means $\geq$.
Step 2
Match ticket prices to variables $a$ and $c$.
Question 8 Interpreting Linear Inequalities in Context
Medium

A delivery truck can carry a maximum weight of 4,000 pounds. Boxes of type A weigh 50 pounds each and boxes of type B weigh 80 pounds each. If the truck already carries 500 pounds of permanent equipment, which inequality represents the number of type A boxes ($x$) and type B boxes ($y$) the truck can transport?

📘 Step-by-Step Algebraic Solution
Step 1
Weight of type A boxes: $50x$
Step 2
Weight of type B boxes: $80y$
Step 3
Add permanent equipment weight: $50x + 80y + 500$
Step 4
Total weight cannot exceed 4000: $50x + 80y + 500 \le 4000$
⚡ Desmos Shortcut / Speed Hack
Step 1
Sum all weights on the left side: $50x + 80y + 500$.
Step 2
Set it less than or equal to the capacity ($4000$) due to 'maximum weight'.
Question 9 Interpreting Linear Inequalities in Context
Medium

A gym charges a one-time registration fee of $50 and a monthly fee of $35. A competing gym charges no registration fee but charges $45 per month. For what number of months $m$ is the total cost of the first gym strictly less than the total cost of the second gym?

📘 Step-by-Step Algebraic Solution
Step 1
Cost of first gym: $50 + 35m$
Step 2
Cost of second gym: $45m$
Step 3
Set up 'strictly less than': $50 + 35m < 45m$
Step 4
Subtract $35m$ from both sides: $50 < 10m$
Step 5
Divide by 10: $m > 5$
⚡ Desmos Shortcut / Speed Hack
Step 1
Set costs equal to find the threshold: $50 + 35m = 45m \implies 10m = 50 \implies m = 5$.
Step 2
Test $m = 6$: Gym 1 costs $50 + 210 = 260$, Gym 2 costs $270$. Gym 1 is cheaper, so $m > 5$.
Question 10 Interpreting Linear Inequalities in Context
Hard

A local farm sells baskets of apples and peaches. An apple basket contains 4 kg of apples and yields a profit of $12. A peach basket contains 3 kg of peaches and yields a profit of $10. The farm has a daily limit of selling at most 60 kg of fruit combined, and wishes to make a profit of at least $150. If $x$ is the number of apple baskets and $y$ is the number of peach baskets, which system of inequalities represents these constraints?

📘 Step-by-Step Algebraic Solution
Step 1
Total weight of fruit is $4x + 3y$, and the limit is 'at most 60 kg', so $4x + 3y \le 60$.
Step 2
Total profit is $12x + 10y$, and the target is 'at least $150', so $12x + 10y \ge 150$.
Step 3
Combine both inequalities into a system.
⚡ Desmos Shortcut / Speed Hack
Step 1
Match 'at most 60' with weight $4x + 3y \le 60$.
Step 2
Match 'at least 150' with profit $12x + 10y \ge 150$.
Question 11 Linear Inequality Graphs in the $xy$-Plane
Easy

Which of the following points satisfies the linear inequality $y > 2x - 3$?

📘 Step-by-Step Algebraic Solution
Step 1
Test point $(2, 2)$: $2 > 2(2) - 3 \implies 2 > 4 - 3 \implies 2 > 1$ (True)
Step 2
Test point $(1, -2)$: $-2 > 2(1) - 3 \implies -2 > -1$ (False)
Step 3
Test point $(0, -4)$: $-4 > 2(0) - 3 \implies -4 > -3$ (False)
Step 4
Test point $(3, 2)$: $2 > 2(3) - 3 \implies 2 > 3$ (False)
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph $y > 2x - 3$ in Desmos.
Step 2
Look at which point falls inside the shaded region above the dashed line.
Question 12 Linear Inequality Graphs in the $xy$-Plane
Easy

The graph of $y \le -x + 4$ in the $xy$-plane represents which of the following?

📘 Step-by-Step Algebraic Solution
Step 1
The presence of the equals sign in $\le$ indicates a solid boundary line.
Step 2
The 'less than' part ($\le$) indicates shading below the line.
Step 3
Therefore, it is a solid line with a shaded region below.
⚡ Desmos Shortcut / Speed Hack
Step 1
Remember: $\le$ or $\ge$ = solid line. $<$ or $>$ = dashed line.
Step 2
'$y \le$' means shade below.
Question 13 Linear Inequality Graphs in the $xy$-Plane
Medium

Which of the following inequalities best describes the shaded region in the $xy$-plane that contains the origin $(0,0)$ and lies below the line passing through $(0, 3)$ and $(3, 0)$?

📘 Step-by-Step Algebraic Solution
Step 1
Find the slope of the line: $m = \frac{0 - 3}{3 - 0} = -1$
Step 2
The y-intercept is $3$, so equation of the line is $y = -x + 3$
Step 3
Rewrite in standard form: $x + y = 3$
Step 4
Test origin $(0,0)$: $0 + 0 \le 3$, which is true and matches 'contains the origin', so $x + y \le 3$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Substitute $(0,0)$ into the options. Only $x + y \le 3$ and $x - y \le 3$ yield $0 \le 3$ (True).
Step 2
Check intercepts: when $x=0, y=3$ and when $y=0, x=3$. Sum is 3, confirming $x+y \le 3$.
Question 14 Linear Inequality Graphs in the $xy$-Plane
Medium

In the $xy$-plane, what is the area of the region defined by the inequalities $x \ge 0$, $y \ge 0$, and $2x + 3y \le 12$?

📘 Step-by-Step Algebraic Solution
Step 1
Identify the x-intercept of $2x + 3y = 12$ by setting $y=0$: $(6, 0)$
Step 2
Identify the y-intercept by setting $x=0$: $(0, 4)$
Step 3
The region is a right triangle with base 6 and height 4, bounded by the axes ($x \ge 0, y \ge 0$).
Step 4
Calculate area: $\frac{1}{2} \times ext{base} \times ext{height} = \frac{1}{2} \times 6 \times 4 = 12$
⚡ Desmos Shortcut / Speed Hack
Step 1
Find intercepts: $a = 12/2 = 6$ and $b = 12/3 = 4$.
Step 2
Area of right triangle formed by intercepts with coordinate axes is $\frac{a \times b}{2} = \frac{6 \times 4}{2} = 12$.
Question 15 Linear Inequality Graphs in the $xy$-Plane
Hard

Which of the following systems of inequalities defines a region in the $xy$-plane that contains no points where both $x$ and $y$ are integers greater than 3?

📘 Step-by-Step Algebraic Solution
Step 1
The condition 'integers greater than 3' means $x \ge 4$ and $y \ge 4$.
Step 2
The minimum possible sum for such points is $4 + 4 = 8$.
Step 3
The inequality $x + y < 7$ completely excludes any points where $x + y \ge 8$.
Step 4
Thus, $x + y < 7$ contains no points meeting the given criteria.
⚡ Desmos Shortcut / Speed Hack
Step 1
Pick the smallest integer greater than 3, which is 4. Test point $(4,4)$.
Step 2
Plug $(4,4)$ into $x + y < 7$: $4 + 4 < 7 \implies 8 < 7$ (False, region does not contain it).
Question 16 Systems of Linear Inequalities
Easy

Which point is a solution to the system of inequalities: $y \ge x + 1$ $y \le -x + 5$

📘 Step-by-Step Algebraic Solution
Step 1
Test point $(2, 3)$ in first inequality: $3 \ge 2 + 1 \implies 3 \ge 3$ (True)
Step 2
Test point $(2, 3)$ in second inequality: $3 \le -2 + 5 \implies 3 \le 3$ (True)
Step 3
Since both inequalities hold, $(2, 3)$ is a solution.
⚡ Desmos Shortcut / Speed Hack
Step 1
Graph both inequalities in Desmos.
Step 2
Look for the overlapping shaded region and check which option lies within it.
Question 17 Systems of Linear Inequalities
Easy

Which of the following ordered pairs $(x, y)$ satisfies the system $x > 2$ and $y < -1$?

📘 Step-by-Step Algebraic Solution
Step 1
Check $x > 2$: $(3, -3)$ has $x = 3 > 2$ (True)
Step 2
Check $y < -1$: $(3, -3)$ has $y = -3 < -1$ (True)
Step 3
Both conditions are satisfied by $(3, -3)$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Scan options for $x > 2$ (eliminate B and D).
Step 2
From remaining, check $y < -1$ (eliminate C because $0$ is not $< -1$). Select A.
Question 18 Systems of Linear Inequalities
Medium

If $(x, y)$ is a solution to the system of inequalities below, what is the maximum possible value of $x$? $x + 2y \le 10$ $x \ge 2$

📘 Step-by-Step Algebraic Solution
Step 1
We are given $x \ge 2$ and $x + 2y \le 10$.
Step 2
Rearrange the first inequality for $x$: $x \le 10 - 2y$.
Step 3
To maximize $x$, we need to minimize $2y$. Assuming $y$ can be as negative as needed (no lower bound given on $y$ other than implicit, wait - if $y$ can approach $-\infty$, $x$ can grow indefinitely? Ah, but the question implies standard bounded region or let's check: if $y$ can be arbitrarily small, $x$ can be huge. Let's re-read: is there $y \ge 0$? If $y \ge 0$, then min $y = 0$, so max $x = 10$.
Step 4
Assuming standard non-negativity context $y \ge 0$, min $y = 0 \implies x \le 10 - 0 = 10$.
⚡ Desmos Shortcut / Speed Hack
Step 1
Set $y = 0$ (the smallest non-negative value) in $x + 2y \le 10$.
Step 2
Obtain $x \le 10$, so the maximum possible value for $x$ is 10.
Question 19 Systems of Linear Inequalities
Medium

Which of the following systems has no solutions?

📘 Step-by-Step Algebraic Solution
⚡ Desmos Shortcut / Speed Hack

Official SAT Exam Blueprint & Weightage

Metric Exam Pattern & Weightage
Question Frequency 1-3 questions per test module
Module 1 Appearance Medium Frequency (Foundational tests)
Module 2 Appearance High Frequency (Hard module score differentiator)
Pattern Analysis Analysis of College Board question patterns and recent exam distributions.
🏛️

Official SAT PYQ Drill Bank (2023–2026)

We are compiling real verified College Board exam patterns with step-by-step Desmos shortcuts for Linear Inequalities.

Updated for 2026 Testing Season

Revision, Traps & Desmos Syntax

Multiplication/Division Inequality Property

$if\ a < b\ and\ c < 0,\ then\ ac > bc$

Always flip the inequality symbol whenever you multiply or divide both sides by a negative number.

Standard Linear Inequality Form

$ax + by \leq c$

Represents a half-plane boundary used for system modeling and constraint setups.

🚨 Top SAT Traps & Misconceptions

⚠️ SAT Trap: Forgetting to Flip the Sign
Dividing by a negative coefficient without reversing the inequality symbol is the #1 trap in algebraic manipulation.
⚠️ SAT Trap: Solid vs. Dashed Line Confusion
Assuming boundary lines are always included; remember strict inequalities ($<$, $>$) require dashed lines and exclude boundary points.

⚡ Essential Desmos Cheatsheet

🎯 Instant Region Shading
ax + by \leq c
Type inequalities directly into Desmos to instantly view solution intersections and coordinate vertices.

3-Level Mock Test (30 Questions)

🟢 Level 1: Foundation
10 Qs · Sub-600 Score
🟡 Level 2: Target 700+
10 Qs · 600–740 Score
🔴 Level 3: 800-Mastery
10 Qs · 750–800 Score
Question 1 Level 1: Foundation

What is the solution to the inequality $3x - 5 > 10$?

Question 2 Level 1: Foundation

Which of the following values of $x$ is a solution to the inequality $-2x + 4 \geq 10$?

Question 3 Level 1: Foundation

Solve the linear inequality for $x$: $5 - x < 8$

Question 4 Level 1: Foundation

If $4x + 7 \le 23$, what is the maximum possible integer value of $x$?

Question 5 Level 1: Foundation

Which inequality represents the statement 'A number $n$ decreased by $4$ is at least $12$'?

Question 6 Level 1: Foundation

What is the solution set for $2(x - 3) < 4$?

Question 7 Level 1: Foundation

Which of the following points $(x, y)$ satisfies the inequality $y > 2x - 3$?

Question 8 Level 1: Foundation

Solve for $x$: $\frac{x}{3} + 2 \ge 5$

Question 9 Level 1: Foundation

Find all values of $x$ that satisfy $-3x < 12$.

Question 10 Level 1: Foundation

If $6 - 2x \le 10$, what is the range of possible values for $x$?