1. The length of the hypotenuse in a right triangle whose other two sides have lengths 3 and 4 2. The value of the Boolean expression that evaluates whether the length of the above hypotenuse is 5 3. The area of a disk of radius 10 4. The value of the Boolean expression that checks whether a point with coordinates (5, 5) is inside a circle with center (0,0) and radius 7.

Respuesta :

Answer:

For the hypotenus, the value is false

Step-by-step explanation:

For the point inside a circle = d = [tex]\sqrt{(xp -xc)^{2} + (yp -yc)^{2} }[/tex]  =

[tex]\sqrt{(5-0)^{2} + (5-0)^{2} } = \sqrt{25 + 25} = 7.071[/tex]

Since 7.071 > 7, then the boolean answer is false