Guest User

Untitled

a guest
Feb 1st, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. >>306094654
  2. back on my PC:
  3.  
  4. So the length of a side of the Great pyramid of Gizeh is 230.34meters.
  5. To get the inner circle, we just have to multiply this diameter by pi.
  6. so let's say the inner circumfrence gets symbol 'A'
  7. A=pi*230.34m
  8. A=723.63445182787297454748527690459542
  9. ====================================
  10.  
  11. The outer circle is a bit "harder" (basic trigonometry), we use the theorem of pythagoras:
  12. c²=a²+b²
  13. where c is the hypotenuse and a and b are the "legs"
  14. now, as the pyramid is a square in top-down view, we plug 230.34 in for a and b respectively which yields:
  15. c²=(230.34²)+(230.34²)
  16. result is c²=106113.0312
  17. now to get the length we take the square root:
  18. c=sqrt(c²)
  19. c=325.74995195701871354098098073446185
  20.  
  21. Now that we have c, we can calculate the outer circles circumfrence:
  22. B=c*pi
  23. B=1023.37365597539808133763802725057271
  24. =====================================
  25.  
  26. Now subtract A from B:
  27. C=B-A
  28. C=1023.37365597539808133763802725057271-723.63445182787297454748527690459542
  29. C=299.73920414752510679015275034597729
  30. ====================================
  31.  
  32. lightspeed determined via electric and magnetic constants (look up lightspeed):
  33. D=299792458m/s
  34. then if we move the decimal place to match, we have a value of
  35. C=299739204.14752510679015275034597729m/s
  36. now divide C by D:
  37. C/D=299739204.14752510679015275034597729/299792458
  38. C/D=0.99982236426883396376219961592888
  39. = 99.9822...% accuracy
  40.  
Advertisement
Add Comment
Please, Sign In to add comment