Write a version of the pythagorean theorem that can be used to find the length of any square’s diagonal, d, using only the length of its side, s?

Respuesta :

toporc
Consider s to be the hypotenuse of a right angled triangle, with the other two sides both equal to s.
d^2 = s^2 + s^2
[tex]d= \sqrt{2x^{2}} [/tex]
Pythagorean theorem formula:
a^2 + b^2 = c^2