Practice Decomposition in Math

Use these practice problems to test your method after reviewing the concept explanation and worked examples.

Quick Recap

The strategy of breaking a complex mathematical object or problem into simpler, independent subproblems that can be solved separately.

Divide and conquer: a hard problem of size nn becomes nn easy problems. Long division, partial fractions, and integration by parts all use decomposition.

Showing a random 20 of 50 problems.

Example 1

medium
Decompose the proof that 2+3\sqrt{2} + \sqrt{3} is irrational into logical sub-goals.

Example 2

easy
Decompose solving the system 2x+y=72x + y = 7 and xโˆ’y=2x - y = 2 into steps.

Example 3

easy
To find the area of a shape made of a 4ร—54\times 5 rectangle on top of a 6ร—26\times 2 rectangle, what is a natural decomposition?

Example 4

hard
Decompose a 7ร—87 \times 8 chessboard count of dominoes (1ร—21\times 2 tiles). Approximate using a known result.

Example 5

medium
Decompose 108108 into prime factors and use it to find the number of divisors.

Example 6

medium
Decompose the area between y=xy=x and y=x2y=x^2 on [0,1][0,1] into the right subproblem.

Example 7

easy
Decompose 56\frac{5}{6} as a sum of unit fractions.

Example 8

easy
Decompose 34\frac{3}{4} as a sum of unit-related parts to compute 34\frac{3}{4} of 2020.

Example 9

challenge
Decompose โˆ‘k=1nk(k+1)\sum_{k=1}^{n} k(k+1) into simpler known sums and evaluate for general nn.

Example 10

challenge
Decompose the proof that n3โˆ’nn^3-n is divisible by 66 for all integers nn.

Example 11

medium
Decompose x3โˆ’8x^3 - 8 as a product of factors.

Example 12

hard
Decompose โˆซ1x2โˆ’1โ€‰dx\int \frac{1}{x^2-1}\,dx via partial fractions and evaluate.

Example 13

easy
Decompose the count: how many ways to pick an outfit from 33 shirts and 44 pants?

Example 14

easy
Decompose 2424 into prime factors.

Example 15

medium
Decompose cosโก(2ฮธ)\cos(2\theta) into a function of cosโกฮธ\cos\theta only.

Example 16

medium
Decompose the area of a regular hexagon (side ss) into triangles.

Example 17

hard
Decompose the proof that the product of two odd numbers is odd.

Example 18

easy
To compute 99ร—799 \times 7, decompose the 9999.

Example 19

easy
To find the area of an L-shaped region, what is a natural decomposition?

Example 20

medium
Decompose solving โˆฃ2xโˆ’6โˆฃ=8|2x - 6| = 8 into cases.