Sorry, I don't really know how to improve this question, this quiz has been given me today and I think there is no a true answer, because in the different cases of $a > 0, a < 0, b > 0, b < 0$(and nested cases) you have that every answer can be false.
Taken $a, b \in \mathbb{R}$, given $a^2 - b^2 = 0$, which one is true?
- $ab > 0$
- $a + b = 1$
- $ab < -1$
- $a > b$
- $a + b = 0$
These are answers I gave myself(all the examples respect the given condition of $a^2 - b^2 = 0$:
- If $a = 1 \land b = -1$ then $ab = -1$
- If $a = 1 \land b = -1$ then $a + b = 0$
- If $a = 0 \land b = 0$ then $ab = 0$
- If $a = -1 \land b = 1$ then $a < b$
- If $a = 1 \land b = 1$ then $a + b = 2$
Any suggestions? Thanks!