Advertisement
JoshJurban

Project 1.9

Sep 19th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. d= diagonal size
  2. a = aspect ratio
  3. h = height
  4. w = width
  5. m/n = r
  6.  
  7. 1) 0.49d = h
  8. 2) h^2 + w^2 = d^2
  9. 3) w^2 = d^2 - h^2
  10. 4) square root of w^2 = w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement