Concept: Convert a base-five numeral to base ten by expanding it in powers of 5.Explanation:Write 222five using powers of 5.222five=2×52+2×51+2×50Compute each term:2×52=2×25=502×51=2×5=102×50=2×1=2Now add the results:50+10+2=62Answer:222five=62tenThe correct option is D. 62.