Difficulty: Easy
Correct Answer: 100
Explanation:
Introduction / Context:
This problem checks whether you can see patterns in decimal scaling. The denominator terms are each precisely one-tenth of the corresponding numerator terms, and squaring magnifies that scaling in a predictable way. Exploiting this pattern yields the answer instantly.
Given Data / Assumptions:
Concept / Approach:
If x is scaled to x/10, then (x/10)^2 = x^2/100. Since every denominator term is the square of a numerator term divided by 10, each denominator square equals the corresponding numerator square divided by 100. Thus the whole denominator is 1/100 of the numerator sum, and the ratio is 100.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments