Difficulty: Easy
Correct Answer: 9.1 × 10^−6
Explanation:
Introduction / Context:
Engineering notation is a variant of scientific notation where the exponent of ten is a multiple of 3. This aligns neatly with metric prefixes (k, M, G, m, μ, n, p), aiding readability in circuit values and specifications. Recognizing correct engineering notation improves communication and reduces conversion errors.
Given Data / Assumptions:
Concept / Approach:
Check the exponent first for a multiple of 3, then ensure the mantissa is within the [1, 1000) interval. If either fails, the representation is not engineering notation (even though it can be a valid numeric expression).
Step-by-Step Solution:
Verification / Alternative check:
Convert to SI prefixes: 9.1 × 10^−6 = 9.1 μ (micro-units), which is exactly the convenience engineering notation provides—easy mapping to metric prefixes.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
9.1 × 10^−6
Discussion & Comments