E6b Flight Computer Exercises Better
Avoid round numbers like 100 kt or 30° wind.
Use: 117 kt TAS, wind 240°/22 kt, course 195°.
| # | Solution | |---|----------| | 1 | (180/105 = 1.714 \text hr \times 60 = 103 \text min) | | 2 | (2.5 \times 9.2 = 23.0 \text gal) | | 3 | ≈ 5300 ft (E6B: +30°C over 3500 ft) | | 4 | ≈ 105 kt | | 5 | WCA = 8° L, GS = 102 kt (wind from right) | | 6 | Angle diff = 30° → HW = 15.6 kt, XW = 9 kt | | 7 | (75 \times (1.15) \approx 86.25 \text NM) (or use E6B: 75 STAT → 65 NM) | e6b flight computer exercises better
Set a timer for 2 minutes. See how many of the following 3 problems you can solve: Avoid round numbers like 100 kt or 30° wind
Check your answers:
If you cannot finish these in 2 minutes, you need to practice your setup time. | # | Solution | |---|----------| | 1 | (180/105 = 1
Why it matters: ATC often issues sudden heading changes; you don't have time to pull out the whiz wheel.
정말 감사합니다. 비슷한 문제로 서버가 문제가 생겨서 헤매고 있었는데 구세주가 되어 주셨네요 ㅠㅠ
감사합니다..
openssl 지웠다가 ssh도 안되고 고생했는데. 덕분에 해결했습니다.
마지막부분이 참조됫네요
libcrypto.so.6 -> libcrypto.so.0.9.8e
libssl.so.6 -> libssl.so.0.9.8e
>>실제 실행경로가 libssl.so.0.9.8e로 되는것을 확인한후
ln -Tfs /usr/local/ssl/lib/libssl.so.1.0.0 /lib/libssl.so.6
ln -Tfs /usr/local/ssl/lib/libcrypto.so.1.0.0 /lib/libcrypto.so.6
하니 해결됬습니다.
감사합니당
잘 해결되어 다행입니다. 🙂