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