Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. First of all we need to find the side that unknown on the "invisible triangle". We use Pythagoras Theorem:
  2.  
  3. We know that the Hypotenuse (c) is 20 in and the short side is 12 in. the unknown side is called "b" (Why? Because I said so.).
  4. So, Pythagoras theorem goes by a^2 + b^2 = c^2
  5.  
  6. Or, the way we have to use it to find out "b":
  7.  
  8. c^2 - a^2 = b^2
  9.  
  10. Which is:
  11.  
  12. 400 - 144 = 256
  13.  
  14. And then squared rooted:
  15.  
  16. 16
  17.  
  18. Now, let's calculate the area which goes by the side we just calculated * the long side (32in):
  19.  
  20. 32in * 16in = 512in^2
  21.  
  22. Area= 512in^2
Add Comment
Please, Sign In to add comment