I found this equation and it actually makes sense once you figure it out: $$ 3^2 + 4^2 = 5^2 $$ $$ 9 + 16 = 25 $$ $$ 25 = 25 $$
Are there any more of these kinds of equations?
Here's a list I made of all I can find:
- $ 3^2 + 4^2 = 5^2 $
- $ 12^2 + 5^2 = 13^2 $
These numbers are called Pythagorean triples, as they satisfy Pythagoras Theorem. More generally, they are solutions of the Diophantine equation $a^2 + b^2 = c^2$. Here are a few more:
A larger list can be found on Wikipedia. There are a lot of formulae to generate Pythagorean triples. According to Euclid's formula, the numbers $$a = m^2 - n^2, b = 2nm, c = m^2 + n^2$$ form a pythagorean triple $a^2 + b^2 = c^2$ for all combinations of $m$ and $n$.
Note that multiples of $a, b, c$ i.e. $ka, kb, kc$ also satisfy the equation. When $a, b, c$ have a highest common factor of 1, the triple is called a primitive pythagorean triple.
You can find out more about pythagorean triples in the mentioned links.