Difficulty: Easy
Correct Answer: None of these
Explanation:
Introduction / Context:Addition of square roots of small decimals requires careful decimal handling. Each root is easy, but the sum must be computed exactly and compared to the options.
Given Data / Assumptions:
Concept / Approach:Use √(a/10^n) = √a / 10^(n/2) when n is even; here both decimals are perfect squares in decimal form.
Step-by-Step Solution:
√0.0009 = √(9/10^4) = 3/100 = 0.03.√0.01 = 0.1.Sum = 0.03 + 0.10 = 0.13.Verification / Alternative check:Square 0.03 to 0.0009 and 0.1 to 0.01 to confirm individual roots; then add.
Why Other Options Are Wrong:
Common Pitfalls:Confusing 0.0009 with 0.009 or misplacing decimal points when adding.
Final Answer:None of these
Discussion & Comments