Algebra 1 ยท Core Concepts

20 Essential Problems

All major units โ€” exam-style multiple choice

20 Questions 30-Minute Timer Instant Feedback
Time Remaining
โฑ 30:00
0 / 20
Unit 1 ยท Expressions & Operations
Concept 01
Order of Operations (PEMDAS)

Evaluate expressions in this order:

P โ†’ E โ†’ M/D (left to right) โ†’ A/S (left to right)

Key rule: Multiplication/Division have equal priority โ€” work left to right. Same for Addition/Subtraction.

Quick Example
\( 2 + 3^2 \times 4 - 6 \div 2 \)
Step 1: \( 3^2 = 9 \) โ†’ Step 2: \( 9 \times 4 = 36 \) โ†’ Step 3: \( 6 \div 2 = 3 \) โ†’ Step 4: \( 2 + 36 - 3 = 35 \)
Answer: 35
1
Order of Operations
What is the value of \( 3 + 4 \times 2 - 1 \)?
Concept 02
Evaluating Algebraic Expressions
Substitute the given value, then apply PEMDAS

Always use parentheses when substituting a negative number: if \(x = -3\), write \((-3)^2\), not \(-3^2\).

Quick Example
Evaluate \( 3x^2 + 2 \) when \( x = -2 \):
\( 3(-2)^2 + 2 = 3(4) + 2 = 12 + 2 = 14 \)
Answer: 14
2
Evaluating Expressions
What is the value of \( 2x^2 - 3x + 1 \) when \( x = -2 \)?
Concept 03
Combining Like Terms & Distributive Property
Like terms: same variable AND same exponent
Distribute: a(b + c) = ab + ac

When distributing a negative, flip the sign of every term inside: \(-2(3x - 5) = -6x + 10\)

Quick Example
Simplify \( -3(2x - 4) + 5x \):
\( -6x + 12 + 5x = -x + 12 \)
Answer: โˆ’x + 12
3
Combining Like Terms
Simplify: \( 5x^2 - 3x + 2x^2 + 7x \)
4
Distributive Property
Simplify: \( -2(3x - 5) + 4x \)
Unit 2 ยท Equations & Inequalities
Concept 04
Solving Linear Equations
Goal: isolate the variable using inverse operations
Whatever you do to one side, do to the other

Check: substitute your answer back into the original equation.

Quick Example
Solve \( 5x - 3 = 17 \):
Add 3: \( 5x = 20 \) โ†’ Divide by 5: \( x = 4 \)
Answer: x = 4
5
One-Step / Two-Step Equations
Solve for \( x \): \( 3x + 7 = -8 \)
6
Equations with Parentheses
Solve for \( x \): \( 2(x + 3) = 14 \)
Concept 05
Literal Equations
Treat the target variable like a regular variable โ€” isolate it using inverse operations

Example: Solve \( P = 2l + 2w \) for \( w \): subtract \( 2l \), then divide by 2: \( w = \dfrac{P - 2l}{2} \)

7
Literal Equations
The area of a triangle is \( A = \dfrac{1}{2}bh \). Solve for \( h \).
Concept 06
Inequalities & Absolute Value Equations
โš  Multiply or divide by a NEGATIVE โ†’ FLIP the inequality sign
|ax + b| = c โ†’ ax + b = c OR ax + b = โˆ’c

For \( |x| = 5 \): \( x = 5 \) or \( x = -5 \). Always write two cases.

Quick Example
Solve \( -2x + 4 \leq 10 \):
Subtract 4: \( -2x \leq 6 \) โ†’ Divide by โˆ’2 (flip!): \( x \geq -3 \)
Answer: x โ‰ฅ โˆ’3
8
Linear Inequalities
Solve: \( -3x + 6 > -9 \)
9
Absolute Value Equations
Solve: \( |2x - 1| = 7 \). Which of the following lists both solutions?
Unit 3 ยท Linear Functions & Graphs
Concept 07
Slope & Equation of a Line
Slope: \( m = \dfrac{y_2 - y_1}{x_2 - x_1} \)    Slope-intercept: \( y = mx + b \)

Point-slope form: \( y - y_1 = m(x - x_1) \) โ€” use when given slope and one point.

Quick Example
Find slope through \( (1, 2) \) and \( (3, 8) \):
\( m = \dfrac{8 - 2}{3 - 1} = \dfrac{6}{2} = 3 \)
Answer: m = 3
10
Slope Formula
What is the slope of the line passing through \( (-1,\, 3) \) and \( (5,\, -9) \)?
11
Equation of a Line
Write the equation of a line with slope \( 3 \) passing through the point \( (2,\, 1) \) in slope-intercept form.
Unit 4 ยท Systems of Equations
Concept 08
Systems of Linear Equations
Substitution: solve one equation for one variable, substitute into other
Elimination: add/subtract equations to cancel one variable

Always check your solution in BOTH original equations.

Quick Example โ€” Substitution
Solve: \( y = 2x \) and \( x + y = 9 \):
Sub: \( x + 2x = 9 \Rightarrow 3x = 9 \Rightarrow x = 3,\; y = 6 \)
Answer: (3, 6)
12
Systems โ€” Substitution
Solve the system: \( x + y = 7 \) and \( x - y = 3 \). What is the value of \( x \)?
13
Systems โ€” Elimination
Solve by elimination: \( 2x + 3y = 12 \) and \( x - y = 1 \). What is \( y \)?
Unit 5 ยท Exponents & Polynomials
Concept 09
Exponent Rules & Polynomials
\( x^a \cdot x^b = x^{a+b} \quad (x^a)^b = x^{ab} \quad (xy)^n = x^n y^n \)

FOIL for binomials: First, Outer, Inner, Last

Quick Example โ€” FOIL
\( (x+2)(x-4) \):
First: \( x^2 \), Outer: \( -4x \), Inner: \( +2x \), Last: \( -8 \)
Result: \( x^2 - 2x - 8 \)
Answer: xยฒ โˆ’ 2x โˆ’ 8
14
Exponent Rules
Simplify: \( (2x^3)^2 \cdot x \)
15
Multiplying Polynomials (FOIL)
Expand: \( (x + 3)(x - 5) \)
Unit 6 ยท Factoring
Concept 10
Factoring: GCF & Trinomials
GCF first, always.
For \( x^2 + bx + c \): find two numbers that multiply to \(c\) and add to \(b\)

Check: expand your factored form to verify it matches the original.

Quick Example
Factor \( x^2 - 7x + 12 \):
Need: multiply to 12, add to โˆ’7 โ†’ \((-3) \times (-4) = 12\), \((-3)+(-4) = -7\)
\( (x - 3)(x - 4) \)
Answer: (x โˆ’ 3)(x โˆ’ 4)
16
Factoring โ€” GCF
Factor completely: \( 6x^3 - 9x^2 + 3x \)
17
Factoring Trinomials
Factor: \( x^2 + 5x + 6 \)
18
Solving Quadratics by Factoring
Solve: \( x^2 - x - 12 = 0 \). What are the solutions?
Unit 7 ยท Functions
Concept 11
Functions, Domain & Range
Domain: all valid inputs (x-values)
Range: all resulting outputs (y-values)
\( f(a) \) means "evaluate f at x = a"

For \( \sqrt{x - k} \): domain requires \( x - k \geq 0 \), so \( x \geq k \).

Quick Example
If \( f(x) = x^2 + 1 \), find \( f(-3) \):
\( f(-3) = (-3)^2 + 1 = 9 + 1 = 10 \)
Answer: 10
19
Domain of a Function
What is the domain of \( f(x) = \sqrt{x - 3} \)?
20
Function Notation
If \( f(x) = 2x^2 - x + 3 \), what is \( f(-1) \)?
0%
โ€”
Calculating...
โ€”
Correct
โ€”
Wrong
โ€”
Time Used
Complete Answer Key & Solutions
Verified step-by-step solutions for all 20 problems