Difficulty: Easy
Correct Answer: None of these
Explanation:
Introduction / Context:The task is to add two exact decimal square roots. Each term is straightforward; accuracy depends on correct decimal placement.
Given Data / Assumptions:
Concept / Approach:Recognize that 0.01 = 1/100 and 0.0064 = 64/10000. Then use square-root properties for fractions.
Step-by-Step Solution:
√0.01 = 0.1.√0.0064 = √(64/10000) = 8/100 = 0.08.Sum = 0.1 + 0.08 = 0.18.Verification / Alternative check:Square 0.08 to 0.0064 and 0.1 to 0.01; then add results as decimals.
Why Other Options Are Wrong:
Common Pitfalls:Mistaking √0.18 for 0.18 or slipping a decimal place in 0.0064.
Final Answer:None of these
Discussion & Comments