Over 2000 Pythagoras discovered that when a triangle has a right angle (90 degrees), and squares are made for each of the three sides, then the biggest square has the exact same area as the two other squares put together.
The equation is called Pythagoras Theorem: a2+b2 = c2 (c is the longest side of the triangle, a and b are the shorter sides)
For example:
Let's check if the areas are the same:
32 + 42 = 52
Calculating this becomes:
9 + 16 = 25
In most GSCE questions you are given the length of at least 2 sides to the triangle. You can then use this formular to work out the third side.
For example:
Lets say a=9 and c=15
Put in what we know: 92 + b2 = 152
Calculate squares: 81 + b2 = 225
Take 81 from both sides: 81 − 81 + b2 = 225 − 81
Calculate: b2 = 144
Square root of both sides: b = √144
Calculate:b = 12