Skip to content
LearnMathora

Check your understanding

Practice, by level

Every concept check from across the platform — 66 questions spanning all ten subjects — gathered in one place. Filter by difficulty, answer at your own pace, and get an instant explanation every time. Nothing is graded; the only score is your own understanding.

Easy

14questions

Intuitive and beginner-friendly. Little or no prerequisite math.

Medium

27questions

Solid intermediate reasoning. Builds on the foundations.

Hard

25questions

Deeper and more technical — proof-, engineering-, or data-oriented.

66 questions ready

Algebra foundations

Solving equationsEasyRead the lesson →

Practice2 questions

  1. Solve: 3x − 5 = 16

  2. To solve 4(x + 2) = 20, the gentlest first move is…

Counting & combinatorics

The counting principle & factorialsEasyRead the lesson →

Practice2 questions

  1. A meal has 4 starters, 5 mains, 3 desserts. How many three-course meals?

  2. How many ways can 4 distinct books be arranged on a shelf?

PermutationsEasyRead the lesson →

Practice1 question

  1. How many ways to award gold, silver, bronze among 6 athletes?

CombinationsEasyRead the lesson →

Practice2 questions

  1. A pizza lets you choose 3 toppings from 10. How many topping combinations?

  2. Which situation needs combinations (not permutations)?

Repetition, identical items & probabilityMediumRead the lesson →

Practice2 questions

  1. How many distinct arrangements of the letters in 'LEVEL'?

  2. Flipping a coin 3 times, P(exactly 1 head) is…

Geometry

The Pythagorean theoremEasyRead the lesson →

Practice2 questions

  1. Legs 6 and 8 — the hypotenuse is…

  2. How far is (0,0) from (5,12)?

Probability & statistics

Data, populations & samplesEasyRead the lesson →

Practice1 question

  1. An online poll on a news site finds 80% oppose a policy. The biggest concern is…

Shape, percentiles & spreadEasyRead the lesson →

Practice1 question

  1. Mean = $71k but median = $58k. The distribution is…

Random variables & distributionsMediumRead the lesson →

Practice2 questions

  1. Counting independent rare events (calls per minute) is best modeled by…

  2. The expected value of one fair six-sided die roll is…

Conditional probability & BayesMediumRead the lesson →

Practice1 question

  1. A rare disease, a very accurate test, a positive result. Your true risk is…

Sampling & evidenceMediumRead the lesson →

Practice2 questions

  1. To halve your poll's margin of error, you need…

  2. About what fraction of bell-curve values fall within ±2σ?

Estimation, likelihood & MLEHardRead the lesson →

Practice2 questions

  1. Demanding stronger evidence before declaring an effect real will…

  2. Training a classifier by minimizing cross-entropy is equivalent to…

Correlation & regressionHardRead the lesson →

Practice2 questions

  1. Cities with more police have more crime — a positive correlation. The best reading is…

  2. Regression's least-squares line minimizes…

Statistics for machine learningHardRead the lesson →

Practice2 questions

  1. Training accuracy 98%, test accuracy 72%. The diagnosis is…

  2. Why hold out a test set never used in training?

Trigonometry

Reading & building wavesEasyRead the lesson →

Practice2 questions

  1. In y = 3 sin(2x), the amplitude and period are…

  2. Which everyday thing is NOT naturally modeled by sin/cos?

Identities & phaseEasyRead the lesson →

Practice1 question

  1. Two identical waves, half a cycle out of phase, are added. The result is…

Calculus

DerivativesMediumRead the lesson →

Practice2 questions

  1. A curve is momentarily flat at a point. Its derivative there is…

  2. f′(2) = −3 means that near x = 2, f is…

Basic derivative rulesMediumRead the lesson →

Practice3 questions

  1. Match the derivative:

    ddxx5=  ?\frac{d}{dx}\,x^5 = \;?
  2. Which function is its own derivative?

  3. Match the derivative:

    ddx(1x)=  ?\frac{d}{dx}\left(\frac{1}{x}\right) = \;?
Basic antiderivative rulesMediumRead the lesson →

Practice3 questions

  1. Match the antiderivative:

    x3dx=  ?\int x^3\,dx = \;?
  2. Which integral produces ln|x| + C?

  3. Two antiderivatives of the same function always differ by…

Integrals & areaMediumRead the lesson →

Practice2 questions

  1. The area under a speed–time curve gives…

  2. What is ∫₀² 3 dx? (Sketch it.)

Discrete mathematics

Recursion & inductionMediumRead the lesson →

Practice2 questions

  1. An inductive proof needs…

  2. How many halvings get 1,000,000 down to 1?

Linear algebra

Solving systems & why it scalesMediumRead the lesson →

Practice2 questions

  1. A transformation has determinant 0. Solving Ax = b will…

  2. The dot product of (1, 2) and (4, −2) is…

Eigenvectors in actionMediumRead the lesson →

Practice1 question

  1. A system's update matrix has eigenvalues 0.9 and 0.4. Repeated updates…

Norms & distanceMediumRead the lesson →

Practice1 question

  1. Which regularizer tends to drive weights to exactly zero (feature selection)?

Rank & the four subspacesMediumRead the lesson →

Practice1 question

  1. A 10,000 × 10,000 ratings matrix is well-approximated by rank 20. This means…

Matrix decompositions & SVDHardRead the lesson →

Practice2 questions

  1. The singular values of a data matrix decay quickly. This tells you the data is…

  2. PCA's principal components are, essentially…

Optimization & gradient descent

Loss functions & objectivesMediumRead the lesson →

Practice1 question

  1. Squared-error loss, compared to absolute-error loss, …

Partial derivatives & the gradientMediumRead the lesson →

Practice2 questions

  1. To decrease the loss as fast as possible, step in the direction of…

  2. For L = w₁² + 3w₂², the partial ∂L/∂w₂ is…

The chain rule & backpropagationHardRead the lesson →

Practice2 questions

  1. For y = (3x + 1)², dy/dx at x = 1 is…

  2. Backpropagation is best described as…

Gradient descent & learning rateHardRead the lesson →

Practice2 questions

  1. For L(w) = w² (gradient 2w), one step from w = 3 with η = 0.1 gives…

  2. Training loss suddenly explodes to huge values. The most likely culprit is…

Convexity & constrained optimizationHardRead the lesson →

Practice2 questions

  1. On a convex loss surface, gradient descent…

  2. Lagrange multipliers are used to…

Differential equations

Exponential growth & decayHardRead the lesson →

Practice2 questions

  1. Which situation obeys y′ = ky?

  2. A culture doubles every 3 hours, starting at 1,000. After 9 hours…

Second-order equations & oscillationHardRead the lesson →

Practice1 question

  1. A characteristic equation gives r = −3 ± 4i. The system…

Fourier & the frequency domain

Fourier seriesHardRead the lesson →

Practice1 question

  1. Two instruments play the same note but sound different because…

DFT & FFTHardRead the lesson →

Practice1 question

  1. 1,000 samples at 1,000 Hz are FFT'd. Bin spacing is…

Windowing, leakage & the STFTHardRead the lesson →

Practice1 question

  1. A sine completes exactly 7 cycles in your DFT frame. Leakage is…

Signals & systems

What is a signal?HardRead the lesson →

Practice1 question

  1. x[n] with square brackets signals…

ConvolutionHardRead the lesson →

Practice1 question

  1. An LTI system's response to a single unit impulse is…

Euler's formula & phasorsHardRead the lesson →

Practice1 question

  1. Multiplying a phasor by i does what to its wave?

Filters & frequency responseHardRead the lesson →

Practice2 questions

  1. A moving-average filter mainly…

  2. Feed a 100 Hz sine into an LTI filter. The output contains…