Number Theory & Algebra
Competition questions love to test your ability to turn English sentences into algebraic equations and manipulate prime numbers.
If a question asks for consecutive EVEN or ODD numbers, they jump by twos! The setup becomes: $x$, then $x + 2$, then $x + 4$.
Instead of listing factors, we use prime index form to find the Highest Common Factor (HCF) and Lowest Common Multiple (LCM).
- HCF: Take the lowest power of common primes.
- LCM: Take the highest power of all primes present.
Some sequences aren't linear (like $2, 4, 6...$). The most common non-linear pattern in UOJMC is Triangular Numbers.
They are called triangular because they form equilateral triangles when drawn as dots. The sequence goes: 1, 3, 6, 10, 15...
Notice the gap increases by 1 each time! (+2, +3, +4...).
Knowledge Check
1. Number $X = 2^3 \times 3^2$ and Number $Y = 2^2 \times 3^3$. Calculate the exact value of their Highest Common Factor (HCF).
2. The sum of THREE consecutive ODD integers is 57. What is the LARGEST of these integers?
3. Using the triangular number pattern, what is the 6th triangular number?
1. Lowest powers are $2^2$ and $3^2$. $4 \times 9 =$ 36.
2. Set up algebra: $x + (x+2) + (x+4) = 57 \Rightarrow 3x + 6 = 57 \Rightarrow 3x = 51 \Rightarrow x = 17$. Largest is $17+4 =$ 21.
3. Pattern adds 2, then 3, then 4, then 5... The 5th is 15. The 6th adds 6: $15 + 6 =$ 21.
Geometry & Space
Visualizing unseen lines is key here. Complex shapes can usually be broken down into simpler right-angled triangles or squares.
To find the distance between two points on a grid, draw a right-angled triangle between them. Use Pythagoras: $a^2 + b^2 = c^2$.
When shapes are stuck together, perimeter ONLY counts the outside edges. Inner lines vanish.
Knowledge Check
1. What is the shortest straight-line distance between point $(0,0)$ and point $(5,12)$?
2. A right-angled triangle has a base of 10 and a hypotenuse of 26. What is its Area?
3. A rectangle is made of 4 identical squares in a row. Its total area is 64. What is the PERIMETER?
1. Pythagoras: $5^2 + 12^2 = 25 + 144 = 169$. The square root of 169 is 13.
2. Find height first: $26^2 - 10^2 = 676 - 100 = 576$. $\sqrt{576} = 24$. Area = $\frac{1}{2} \times 10 \times 24 = $ 120.
3. Area of 1 square = $64 \div 4 = 16$. Side length = 4. Rectangle is 16 long, 4 high. Perimeter = $16 + 16 + 4 + 4 =$ 40.
Boss Level: The Painted Cube
3D Spatial Visualization
This is a classic UOJMC question. You must picture a 3-dimensional object being taken apart piece by piece.
Take a solid wooden cube measuring 4 units by 4 units by 4 units.
You paint the entire outside of this large cube completely black.
You then use a saw to slice it up into smaller $1 \times 1 \times 1$ unit cubes. (There are $4 \times 4 \times 4 = 64$ unit cubes in total).
The Final Gauntlet
1. How many of the unit cubes have exactly 3 faces painted black?
2. How many of the unit cubes have exactly 2 faces painted black?
3. How many of the unit cubes have NO faces painted black? (The unpainted inner core).
1. 3 faces painted = The Corners. A cube always has exactly 8 corners.
2. 2 faces painted = The Edges. A cube has 12 edges. On a length of 4, the 2 ends are corners, leaving 2 middle pieces per edge. $12 \text{ edges} \times 2 =$ 24.
3. No faces painted = The inner core. Subtract the outer shell (1 unit on all sides) from the dimensions. $4-2 = 2$. The inner core is $2 \times 2 \times 2 =$ 8 cubes.
Homework Circuit
1. Multiples & Factors
Find the SMALLEST number that is strictly greater than 100, which is a perfect multiple of 6, 8, and 12.
2. Algebraic Equations
The sum of three consecutive ODD integers is exactly 105.
3. Logical Sequences
The sequence of triangular numbers is 1, 3, 6, 10...
4. Compound 2D Shapes
Three completely identical squares are placed side-by-side in a single row to form a rectangle. The total area of this new rectangle is $75 \text{ cm}^2$.
5. Coordinate Geometry
On a standard Cartesian plane, point A is located at coordinate $(0,0)$ and point B is located at coordinate $(6,8)$.
6. Right-Angled Triangles
A right-angled triangle has a base measuring 5 cm and a hypotenuse (the longest side) measuring 13 cm.
7. The Painted Cube (Advanced)
A solid wooden cube measuring $5 \times 5 \times 5$ is painted completely blue on all outer faces. It is then cut into smaller $1 \times 1 \times 1$ unit cubes.