Concept:Repeatedly divide the decimal number by 5 and read the remainders from bottom to top.Explanation:Divide 84 by 5.84÷5=16 with remainder 4.Divide 16 by 5.16÷5=3 with remainder 1.Divide 3 by 5.3÷5=0 with remainder 3.Now write the remainders from the last remainder to the first remainder: 3,1,4.Therefore, 84=314five.Answer:C. 314five