返回题库

AIME 2012 I · 第 5 题

AIME 2012 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let BB be the set of all binary integers that can be written using exactly 55 zeros and 88 ones where leading zeros are allowed. If all possible subtractions are performed in which one element of BB is subtracted from another, find the number of times the answer 11 is obtained.

解析

Solution

When 11 is subtracted from a binary number, the number of digits will remain constant if and only if the original number ended in 10.10. Therefore, every subtraction involving two numbers from BB will necessarily involve exactly one number ending in 10.10. To solve the problem, then, we can simply count the instances of such numbers. With the 1010 in place, the seven remaining 11's can be distributed in any of the remaining 1111 spaces, so the answer is (117)=330{11 \choose 7} = \boxed{330}.

Video Solutions

https://www.youtube.com/watch?v=cQmmkfZvPgU&t=30s

https://www.youtube.com/watch?v=f5ZoAFfc-1E&list=PLyhPcpM8aMvIo_foUDwmXnQClMHngjGto&index=5 (Solution by Richard Rusczyk) - AMBRIGGS