返回题库

HMMT 二月 2002 · 冲刺赛 · 第 58 题

HMMT February 2002 — Guts Round — Problem 58

专题
Contest Math / 竞赛数学
难度
L3
来源
HMMT

题目详情

英文原题

  1. [8] A sequence is defined by a = 1 and a = 2 for n ≥ 1. What is the last digit (in
    0 nbase 10) of a ?
    15
解析

英文解析

  1. A sequence is defined by a = 1 and a = 2 for n ≥ 1. What is the last digit (in
    0 nbase 10) of a ?
    Solution: 6 . Certainly a ≥ 2, so a is divisible by 2 = 4. Writing a = 4 k , we have 215
    13 14 14
    4 k ka = 2 = 16 . But every power of 16 ends in 6, so this is the answer.
    15