We ‘typically’ use the formula \(\frac{1}{2}bh\) for the area of a triangle, where \(b\) is the length of the base, and \(h\) is the perpendicular height. Here’s another one, called Heron’s formula.
Call the sides of the triangle \(a\), \(b\) and \(c\). The perimeter is \(a+b+c\). We call half of this the semiperimeter, \(s=\frac{a+b+c}{2}\). Then the area of this triangle is \[\sqrt{s(s-a)(s-b)(s-c)}.\] Prove this formula is correct.
Find all functions \(f\) from the real numbers to the real numbers such that \(xy=f(x)f(y)-f(x+y)\) for all real numbers x and y.
There are two imposters and seven crewmates on the rocket ‘Plus’. How many ways are there for the nine people to split into three groups of three, such that each group has at least two crewmates? The two imposters and seven crewmates are all distinguishable from each other, but we’re not concerned with the order of the three groups.
For example: \(\{I_1,C_1,C_2\}\), \(\{I_2,C_3,C_4\}\) and \(\{C_5,C_6,C_7\}\) is the same as \(\{C_3,C_4,I_2\}\), \(\{C_5,C_6,C_7\}\) and \(\{I_1,C_2,C_1\}\) but different from \(\{I_2,C_1,C_2\}\), \(\{I_1,C_3,C_4\}\) and \(\{C_5,C_6,C_7\}\).
Draw the plane tiling with regular hexagons.
Let \(\sigma(n)\) be the sum of the divisors of \(n\). For example, \(\sigma(12)=1+2+3+4+6+12=28\). We use \(\gamma\) to denote the Euler-Mascheroni constant - one way to define this is as \(\gamma:=\lim_{n\to\infty}(\sum_{k=1}^n\frac{1}{n}-\log n)\).
Prove that \(\sigma(n)<e^{\gamma}n\log\log n\) for all integers \(n>5040\).
Let \(n\) be an integer bigger than \(1\), and \(p\) a prime number. Suppose that \(n\) divides \(p-1\) and \(p\) divides \(n^3-1\). Prove that \(4p-3\) is a square number.
Let \(n\) be a composite number. Arrange the factors of \(n\) greater than \(1\) in a circle. When can this be done such that neighbours in the circle are never coprime?
Let \(x\), \(y\), \(z\) and \(w\) be non-negative integers. Find all solutions to \(2^x3^y-5^z7^w=1\).
A robot is programmed to move along the number line starting at \(2\). At each second, the number by which it moves up by must be a factor of the number it’s currently on, but not \(1\). For example, if the robot gets to \(10\), then it can move forward by \(2\), \(5\) or \(10\) steps, going to \(12\), \(15\), or \(20\). What numbers can it land on, and what numbers can’t it land on?
A gang of three jewel thieves has stolen some gold coins and wants to divide them fairly. However, they each have one unusual rule: (i) The first thief wants the number of coins to be divisible by \(3\) so they can split it evenly. (ii) The second thief wants the number of coins to be divisible by \(5\) because she wants to split her share with her four siblings. (iii) The third thief wants the number of coins to be divisible by \(7\) since he wants to split his share amongst seven company stocks.
However, they’re stuck as the number of coins isn’t divisible by any
of these numbers. In fact, the number of coins is \(1\) more than a multiple of \(3\), \(3\)
more than a multiple of \(5\) and \(5\) more than a multiple of \(7\).
What’s the smallest number of coins they could have? (And if you’re
feeling generous, how would you help them out?)