返回题库

AIME 2010 II · 第 3 题

AIME 2010 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let KK be the product of all factors (ba)(b-a) (not necessarily distinct) where aa and bb are integers satisfying 1a<b201\le a < b \le 20. Find the greatest positive integer nn such that 2n2^n divides KK.

解析

Solution

In general, there are 20n20-n pairs of integers (a,b)(a, b) that differ by nn because we can let bb be any integer from n+1n+1 to 2020 and set aa equal to bnb-n. Thus, the product is (119)(218)(191)(1^{19})(2^{18})\cdots(19^1) (or alternatively, 19!18!1!19! \cdot 18! \cdots 1!.)

When we count the number of factors of 22, we have 4 groups, factors that are divisible by 22 at least once, twice, three times and four times.

  • Numbers that are divisible by 22 at least once: 2,4,,182, 4, \cdots, 18

Exponent corresponding to each one of them 18,16,218, 16, \cdots 2

Sum =2+4++18=(20)(9)2=90=2+4+\cdots+18=\frac{(20)(9)}{2}=90

  • Numbers that are divisible by 22 at least twice: 4,8,,164, 8, \cdots, 16

Exponent corresponding to each one of them 16,12,416, 12, \cdots 4

Sum =4+8++16=(20)(4)2=40=4+8+\cdots+16=\frac{(20)(4)}{2}=40

  • Numbers that are divisible by 22 at least three times: 8,168,16

Exponent corresponding to each one of them 12,412, 4

Sum =12+4=16=12+4=16

  • Number that are divisible by 22 at least four times: 1616

Exponent corresponding to each one of them 44

Sum =4=4

Summing these give an answer of 150\boxed{150}.

Video Solution

For those of you who want a video solution: https://www.youtube.com/watch?v=NL-9fJBE3HI&list=PLpoKXj-PWCba2d6OG3-ExCZKTLRVYoAkq&index=6