View Single Post
Old 08-26-07, 08:31 AM   #11
XLjedi
Ace of the Deep
 
Join Date: Jun 2005
Location: Palm Beach, Florida
Posts: 1,243
Downloads: 53
Uploads: 8
Default

Quote:
Originally Posted by PapaG39

for instance:
Time = distance - Speed
(kts x 1.8532 = xxx) Distance - xxx = zzz X 60 = Time
Anyway, it seems to work...lol.. or

Speed = Distance - Time
(min - 60 = xxx) Distance - xxx = zzz - 1.8532 = kts.

please correct me if I'm wrong.., but it seems to work. I don't know what key is suppose to be the divide mark on a computer either.
Computer mult: *
Computer div: /

TSD calculations follow the format of: Time * Speed = Distance
So moving the variables around...
D = T * S
T = D / S
S = D / T
__________________
XLjedi is offline   Reply With Quote