B. Pressure should be divided by 100000, not 101325
C. Missing parentheses around pressure division
D. Altitude formula should multiply by pressure, not subtract
Solution
Step 1: Check the exponent value in formula
The correct exponent in the barometric formula is approximately 0.1903, not 1.903.
Step 2: Understand impact of wrong exponent
Using 1.903 will give incorrect altitude values, making the calculation invalid.
Final Answer:
Exponent should be 0.1903, not 1.903 -> Option A
Quick Check:
Exponent = 0.1903 for altitude formula [OK]
Hint: Check exponent carefully; 0.1903 is standard for altitude [OK]
Common Mistakes:
Typing 1.903 instead of 0.1903
Changing pressure divisor incorrectly
Misplacing parentheses
5. You want to estimate altitude using a barometer when GPS is unavailable. Which approach correctly converts pressure to altitude in your drone program?