Concept:To convert a base five numeral to base ten, multiply each digit by the corresponding power of 5 and add the results.Explanation:Write 2114five in expanded form using powers of 5.The rightmost digit has power 50, then 51, 52, and 53 moving left.So, 2114five=2×53+1×52+1×51+4×50.Evaluate each term:2×53=2×125=2501×52=1×25=251×51=1×5=54×50=4×1=4Add all the values: 250+25+5+4=284Thus, 2114five equals 284 in base ten.Answer:Option C: 284