返回题库

HMMT 二月 2004 · 冲刺赛 · 第 34 题

HMMT February 2004 — Guts Round — Problem 34

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

题目详情

英文原题

  1. [12] Find the number of 20-tuples of integers x , . . . , x , y , . . . , y with the following
    1 10 1 10
    properties:
    • 1 ≤ x ≤ 10 and 1 ≤ y ≤ 10 for each i ;
    i i
    • x ≤ x for i = 1 , . . . , 9;
    i i +1
    • if x = x , then y ≤ y .
    i i +1 i i +1
解析

英文解析

  1. Find the number of 20-tuples of integers x , . . . , x , y , . . . , y with the following prop-
    1 10 1 10
    erties:
    • 1 ≤ x ≤ 10 and 1 ≤ y ≤ 10 for each i ;
    i i
    • x ≤ x for i = 1 , . . . , 9;10
    i i +1
    • if x = x , then y ≤ y .
    i i +1 i i +1
    ( )
    Solution:109
    By setting z = 10 x + y , we see that the problem is equivalent to choosing a nonde-10
    i i icreasing sequence of numbers z , z , . . . , z from the values 11 , 12 , . . . , 110. Making a
    1 2 10
    further substitution by setting w = z − 11 + i , we see that the problem is equivalent toi ichoosing a strictly increasing sequence of numbers w , . . . , w from among the values
    1 10
    ( )
    1 , 2 , . . . , 109. There are ways to do this.109
    10