Hard Math - claymation artwork

Hard Math Quiz

14 Questions 9 min
This Hard Math Quiz assesses intermediate algebra skills: translating word constraints into equations or inequalities, manipulating exponents, and solving absolute value cases without sign errors. Expect multi-step simplification, domain restrictions, and solution checking for extraneous roots. Useful practice for STEM students, engineers, analysts, and teachers who need reliable symbolic reasoning under time pressure.
1The expression -2(x - 3) expands to -2x + 6.

True / False

2Simplify (3^2)^3.
3Solve the inequality -4x ≥ 20.
4A device costs x dollars before sales tax. After an 8% tax, the total is $54. What is x?
5x^3 + x^3 simplifies to x^6.

True / False

6The equation |x - 5| = -2 has two real solutions.

True / False

7A machined rod has length L (in cm) and must be within 0.4 cm of 25 cm. Which inequality describes all acceptable L?
8Simplify 3(2x - 5) - 4x.
9If you multiply both sides of an inequality by -1, you must reverse the inequality symbol.

True / False

10A culture starts with 200 cells and doubles every hour, with model P(t) = 200·2^t where t is an integer number of hours. Find all integer t such that 3,200 ≤ P(t) ≤ 10,000.
11Solve (1/2)x - 3/4 = (1/4)x + 5/2.
12The inequality |x - 3| < 5 is equivalent to -2 < x < 8.

True / False

13Solve 3 - 2x < 11.
14Solve |2x + 1| = 7. Which set lists all solutions?
15Simplify (x^4·y^-2) / (x^-1·y^3), assuming x ≠ 0 and y ≠ 0.
16Solve the inequality (x - 1)/(x + 2) ≥ 0.
17Solve 5^(2x - 1) = 125.
18Two pumps fill a tank. Pump A alone fills it in 6 hours, Pump B alone fills it in 4 hours. They run together for t hours, then Pump A breaks and Pump B finishes the remaining water in 1 hour. What is t?
19You cut a 30 cm strip into two distinct positive integers a and b (cm) with a at least 4 cm longer than b. If you want to maximize the rectangle area a·b, which pair (a, b) does it?

High-Error Traps in Hard Algebra: Signs, Domains, and Hidden Constraints

What goes wrong most often

  • Ignoring domain restrictions before simplifying. Example: canceling in (x^2-1)/(x-1) and then allowing x=1. Fix: write exclusions first (here, x \neq 1), then simplify.
  • Distribution sign slips. Common error: -3(2x-5) = -6x-5. Fix: multiply the factor across every term, then simplify: -6x+15.
  • Combining powers across addition. Mistake: a^m + a^n = a^{m+n}. Fix: only combine exponents when multiplying or dividing the same base.
  • Clearing fractions incorrectly in equations. Learners multiply by the LCD but forget to multiply every term. Fix: rewrite with parentheses, multiply both sides by the LCD, then expand.
  • Solving inequalities like equations. Biggest miss: dividing by a negative and not flipping the sign. Fix: mark the step where you divide or multiply by a negative and flip the inequality immediately.
  • Absolute value handled as one case. Error: treating |x-4| = 7 as only x-4=7. Fix: write both cases: x-4=7 and x-4=-7.
  • Extraneous solutions after squaring. Example: squaring both sides of an equation with radicals can add solutions. Fix: after solving, substitute every candidate into the original form, not the squared form.
  • Word-problem qualifiers dropped. Phrases like at least, no more than, integer, and distinct change the model. Fix: list constraints on a separate line before you write equations.

Fast self-check that catches most misses

After you get a solution, do a 10-second check: verify the domain (no zero denominators, no negative inside even roots), confirm inequality direction after any negative step, and plug solutions back into the original statement to catch extraneous roots.

Printable Hard Math Reference: Algebra Moves, Exponents, Inequalities, Absolute Value

Print tip: You can print this section or save it as a PDF for offline review before timed practice.

Setup checklist (before calculating)

  • Define variables with meaning and units (example: w = width in meters).
  • Write constraints on a separate line: domain (x \neq 0), positivity, integer, distinct, bounds.
  • Underline comparator words: at least (\(\ge\)), more than (>), no more than (\(\le\)).

Algebra moves that reduce errors

  • Distribute: \(a(b+c)=ab+ac\). Keep parentheses until distribution is complete.
  • Clear fractions: multiply every term by the LCD, then simplify.
  • Factor first when it helps: \(x^2-9=(x-3)(x+3)\). Factoring often prevents messy expansion.
  • Rational expressions: state restrictions early (denominators \(\neq 0\)).

Exponent rules (use only when allowed)

  • \(a^m\cdot a^n=a^{m+n}\)
  • \(a^m/a^n=a^{m-n}\) for \(a\neq 0\)
  • \((a^m)^n=a^{mn}\)
  • \((ab)^n=a^n b^n\)
  • \(a^{-n}=1/a^n\)
  • Not valid: \(a^m+a^n\) does not combine.

Inequalities and interval answers

  • Add or subtract the same value on both sides, the direction stays the same.
  • Multiply or divide by a negative, the inequality direction reverses.
  • For rational inequalities, use a sign chart. Mark zeros of numerator and denominator, then test intervals.

Absolute value essentials

  • \(|u|=b\) with \(b\ge 0\) means \(u=b\) or \(u=-b\).
  • \(|u|<b\) means \(-b<u<b\). For \(\le\), include endpoints.
  • If \(|u|=b\) and \(b<0\), there is no solution.

Final verification

Substitute solutions back into the original statement, especially after squaring, clearing denominators, or taking both absolute value cases.

Worked Hard Math Items: From Constraints to Checked Solutions

Example 1: Rational inequality with a hidden domain trap

Problem: Solve \(\frac{x-2}{x+3} < 0\).

  1. Domain first: \(x+3\neq 0\Rightarrow x\neq -3\).
  2. Critical points: numerator zero at \(x=2\). Denominator zero at \(x=-3\).
  3. Test intervals:
    • \(( -\infty, -3)\): pick \(-4\). \((x-2)/(x+3) = (-6)/(-1)>0\).
    • \((-3, 2)\): pick \(0\). \((-2)/(3)<0\).
    • \((2, \infty)\): pick \(3\). \((1)/(6)>0\).
  4. Assemble solution: we need negative values, so \(x\in(-3,2)\).
  5. Endpoint check: \(x=-3\) is excluded (division by zero). \(x=2\) makes the expression 0, which is not allowed because the inequality is strict.

Example 2: Absolute value equation with an automatic constraint

Problem: Solve \(|2x-5| = x+1\).

  1. Right side must be nonnegative: \(x+1\ge 0\Rightarrow x\ge -1\).
  2. Case 1: \(2x-5 = x+1\Rightarrow x=6\). This meets \(x\ge -1\). Check: \(|12-5|=7\) and \(6+1=7\).
  3. Case 2: \(2x-5 = -(x+1)\Rightarrow 2x-5=-x-1\Rightarrow 3x=4\Rightarrow x=\frac{4}{3}\). Check: \(|\frac{8}{3}-5|=|\frac{-7}{3}|=\frac{7}{3}\) and \(\frac{4}{3}+1=\frac{7}{3}\).
  4. Solution set: \(\{6, \frac{4}{3}\}\).

Hard Math Quiz FAQ: Algebraic Reasoning, Tricky Operations, and Reliable Checks

What topics make a “hard” algebra question hard, even when the arithmetic is simple?

Difficulty usually comes from structure, not computation. Look for hidden constraints (integer, positive, distinct), multi-step rearrangements that invite sign errors, and operations that change the solution set such as squaring or multiplying both sides by an expression that could be zero.

How do I avoid extraneous solutions after squaring both sides?

Treat squaring as a solution-generating move, not a solution-preserving move. Solve the squared equation, then substitute every candidate back into the original unsquared statement. This is mandatory for radicals, rational equations after clearing denominators, and any equation that came from absolute value case-splitting.

What is the quickest safe method for rational inequalities like (x−2)/(x+3) ≥ 0?

Use a sign chart. Factor the numerator and denominator, mark all zeros and undefined points on a number line, then test one value from each interval. Do not cross-multiply blindly, because the sign of the denominator changes across intervals and can flip the inequality direction.

When do exponent rules apply, and what is the most common rule misuse?

Exponent rules apply when you are multiplying or dividing powers with the same base, or when you have a power of a power. The most common misuse is trying to combine across addition, like turning a^m + a^n into a^(m+n). Keep sums as sums unless you can factor a common term.

How should I format interval answers for compound inequalities and absolute value inequalities?

Convert the absolute value to a compound inequality first. For example, |u| ≤ b becomes −b ≤ u ≤ b. Solve the two-sided inequality in one chain when possible, and use parentheses for strict endpoints and brackets for inclusive endpoints. If you split into cases, combine with union notation conceptually, then rewrite as intervals.

I am solid on algebra basics. What should I practice next to improve speed and accuracy?

Work on translation and verification. Practice rewriting word problems into equations with explicit constraints, and practice quick back-substitution checks. For more multi-step symbolic problems at a similar level, try College Math Problems Skills Assessment Quiz. If you want more inequality and proof-like reasoning with diagrams, try Timed 10th Grade Geometry Skills Test.