Here is the problem:
Real numbers $x$ and $y$ are chosen independently and uniformly at random from the interval $[0, 1]$. What is the probability that $x, y,$ and $1$ are the side lengths of an obtuse triangle? Round your answer to the nearest tenth.
What I have gotten so far:
So by the Pythagorean inequality, I know, for an obtuse triangle that $a^{2} + b^{2} < c^{2}$, so $x^2 + y^2 < 1$. The triangle inequality tells us that $a + b > c$, which gives $x + y > 1$. I am not sure what to do with these inequalities... Hints, and ONLY hints, are appreciated! Thanks!