Hard Math - claymation artwork

Hard Math Quiz

13 – 26 Questions 11 min
This hard math quiz focuses on algebraic manipulation, exponents, inequalities, and non-trivial word problems that require multi-step reasoning. It suits STEM students, engineers, analysts, and teachers who want to sharpen symbolic problem solving, spot shortcuts, and check how confidently they handle exam-style questions under time pressure.
1What is the value of 5^0 + 0^5?
2Every prime number greater than 2 is odd.

True / False

3Solve for x in the equation (2x - 3)/5 + 1 = (x + 4)/3.
4In a right triangle with legs of lengths 6 and 8, what is the radius of its circumcircle?
5What is the greatest common divisor (gcd) of 84 and 126?
6What is the slope of the line passing through the points (1, 2) and (3, 6)?
7If a function is continuous at a point, then it must also be differentiable at that point.

True / False

8A function f is linear and satisfies f(x) = ax + b with f(f(x)) = 4x + 3 for all real x. What is the value of a + b?
9An engineer models a 2×2 system with coefficient matrix [[1, 2], [3, k]]. For which value of k does the system fail to have a unique solution?
10A surveyor measures three markers on a field, forming a triangle with side lengths 7 m, 8 m, and 9 m. What is the area of this triangular plot?
11A 2×2 matrix A has real eigenvalues λ₁ and λ₂ with trace tr(A) = 6 and determinant det(A) = 8. A student claims that one eigenvalue is λ₁ = 2. If this claim is correct, what must λ₂ be?
12A student multiplies both sides of the inequality x > 3 by 5 and concludes that 5x > 15 is an equivalent inequality. This conclusion is valid.

True / False

13A quality inspector randomly selects one item from a large batch where 70% of items are nondefective and 30% are defective. Let event A be "the item is defective" and event B be "the item is nondefective." Which statements are true? Select all that apply.

Select all that apply

14Let n be an integer that is divisible by 12. Which of the following statements must be true? Select all that apply.

Select all that apply

15From a standard 52-card deck, two cards are drawn without replacement. Given that at least one of the cards is an ace, what is the probability that both cards are aces?
16A cost model for producing x units is C(x) = (√(x + 4) − 2) / x for x > 0. What is lim (x → 0⁺) C(x)?
17A differentiable function f satisfies f'(x) = 0 for all x < 0 and f'(x) > 0 for all x > 0. Which of the following statements must be true? Select all that apply.

Select all that apply

18A 2×2 matrix A has determinant 0. Which of the following statements must be true? Select all that apply.

Select all that apply

19In a continuous growth model, the accumulated growth over time t in years is given by the integral ∫₀¹ ln(1 + x) dx. What is the exact value of this integral?
20Arrange the following functions in increasing order of growth rate as x tends to infinity: ln x, √x, x, x², eˣ.

Put in order

1
2x
3√x
4ln x
5
21When rolling two fair six-sided dice, the probability of getting a sum of 7 is the same as the probability of getting a sum of 2.

True / False

Common Pitfalls on Hard Algebra and Word Problems

Rushing the setup

Many learners skim a hard problem, grab the first numbers they see, and build an incorrect equation. They miss constraints like "at least," "no more than," or "distinct integers." This leads to algebra that looks fine but answers the wrong question.

Order of operations and sign slips

  • Ignoring parentheses in expressions such as 3(2x - 5) - 4x, then distributing incorrectly.
  • Mishandling negatives, for example turning -2(x - 3) into -2x - 3 instead of -2x + 6.
  • Forgetting to apply an operation to every term, such as subtracting 5 on one side of an equation but only from one term on the other side.

Inequalities and absolute value mistakes

  • Solving an inequality and multiplying by a negative without reversing the inequality sign.
  • Dropping one of the two cases for an absolute value equation, for example solving |x - 3| = 5 but only using x - 3 = 5.
  • Giving a single number answer where an inequality or interval is required.

Weak checking habits

  • Not substituting the answer back into the original equation or word statement.
  • Accepting non-sense answers such as negative lengths, impossible probabilities, or times that conflict with the story.

Slow down on translation, write clean intermediate steps, and always test your final answer in the context of the problem.

Hard Math Quick Reference: Algebra and Word Problems

Print tip: You can print this page or save it as a PDF so you have this hard math cheat sheet available offline.

General problem strategy

  • Read once for context, then again to underline quantities, conditions, and the question.
  • Assign variables and write equations before doing any arithmetic.
  • Keep work in columns to see each algebra step clearly.
  • Check units and plug the answer back into the original statement.

Core algebra formulas

  • Distributive property: a(b + c) = ab + ac.
  • Factoring quadratics: For ax^2 + bx + c with a = 1, find m and n so m + n = b and mn = c, then factor as (x + m)(x + n).
  • Quadratic formula: For ax^2 + bx + c = 0, x = [-b ± √(b^2 - 4ac)] / (2a).
  • Exponent rules: a^m · a^n = a^{m+n}, a^m / a^n = a^{m-n}, (a^m)^n = a^{mn}, a^{-n} = 1/a^n.

Inequalities and absolute value

  • Adding or subtracting the same number on both sides keeps the inequality direction.
  • Multiplying or dividing by a negative flips the sign. For example, from -2x > 6 you get x < -3.
  • Absolute value equation: |x - a| = b gives two equations, x - a = b and x - a = -b.

Common word problem patterns

  • Rate problems: Use work = rate × time. Combined rate is the sum of individual rates.
  • Distance problems: Use distance = speed × time. Align a time variable across objects.
  • Percent change: For increase, final = original × (1 + r). For decrease, final = original × (1 - r).
  • Averages: Average = total sum divided by count. Total sum is often the key quantity to track.

Worked Hard Math Example: Combined Work Problem

Problem

Pipe A can fill a pool in 4 hours. Pipe B can fill the same pool in 6 hours. A drain can empty the full pool in 12 hours. If both pipes and the drain are open together, how long does it take to fill the pool?

Step 1: Express individual rates

Think in pools per hour.

  • Pipe A fills 1/4 pool per hour.
  • Pipe B fills 1/6 pool per hour.
  • The drain empties 1/12 pool per hour.

Step 2: Build the combined rate

Filling rates add. The drain rate subtracts.

Combined rate = 1/4 + 1/6 - 1/12.

Use a common denominator of 12.

  • 1/4 = 3/12
  • 1/6 = 2/12
  • 1/12 = 1/12

So combined rate = 3/12 + 2/12 - 1/12 = 4/12 = 1/3 pool per hour.

Step 3: Relate rate, time, and work

Work equation: rate × time = work. Here work is 1 full pool.

(1/3) × t = 1, where t is time in hours.

Step 4: Solve for time

Multiply both sides by 3.

t = 3 hours.

Step 5: Quick check

In 3 hours, Pipe A fills 3 × 1/4 = 3/4 pool. Pipe B fills 3 × 1/6 = 1/2 pool. The drain empties 3 × 1/12 = 1/4 pool. Net fill is 3/4 + 1/2 - 1/4 = 1 full pool. The answer is consistent.

Hard Math Quiz Preparation and Practice FAQ

Hard Math Quiz Questions

What level of math does this hard math quiz target?

The quiz targets upper high school to early college algebra. Expect multi-step equations, inequalities, exponents, and word problems that require setting up models, not just doing quick arithmetic. It is ideal if you are comfortable with basic algebra and want to push into harder applications.

Which topics appear most often on this hard math test?

You will see challenging linear and quadratic equations, inequalities, absolute value, exponent rules, proportional reasoning, and story problems involving rates, mixtures, and percentages. Some questions combine several ideas, for example translating a word problem into a quadratic equation and then interpreting both solutions.

Do I need a calculator for this hard maths quiz?

A calculator helps with messy arithmetic, although many questions can be answered with clear symbolic work and simplified fractions. Practice both styles. First focus on setting up correct equations. Then use a calculator only to check or speed up arithmetic, not to replace algebraic reasoning.

How should I use a math quiz with answers to improve fastest?

After each attempt, spend more time on the explanation than on the original question. Rewrite missed problems in your own words, then solve them again without looking. Identify patterns in your errors, such as sign mistakes or weak translation from words to equations, and drill those specifically.

How can I get better at hard word problems under time pressure?

Train a fixed process. Read, annotate key quantities, assign variables, and sketch a simple diagram if helpful. Write an equation before touching numbers. With repetition this sequence becomes automatic. Your speed then improves naturally because you avoid restarts and corrections caused by rushed, unclear setups.