A triangle has sides of length $a$, $b$, $c$ (given correct to $2$dp) and a right angle opposite $c$. Decide whether each triangle below lies in the Euclidean plane, on a sphere (of radius $1$), or in the hyperbolic plane
- $a=b=1.00, c=1.27$
- $a=0.50, b=1.20, c=1.34$
- $a=1.0, b=2.40, c=2.60$
- $a=b=3.00, c=0.20$
In each case, answer "Euclidean", "spherical" or "hyperbolic".
How to do this without calculator? I have an exam tomorrow please help.

The Pythagorean theorem says $a^2+b^2=c^2$ for the Euclidean case, the left hand side would be larger than the right one in spherical geomatry and smaller for the hyperbolic one. Thus you would have to calculate simply $\sqrt{a^2+b^2}$ and compare that to $c$.
That root would become $1.41$, $\ 1.3$, $\ 2.6$, $\ 4.23$ respectively.
You even could do all this without calculator. Because of $\sqrt{2}=1.41$ respectively $13^2=169$. The remainder is just a multiplication by $2$ respectively $3$.
--- rk