返回题库

HMMT 二月 2000 · POW 赛 · 第 7 题

HMMT February 2000 — POW Round — Problem 7

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

题目详情

英文原题

  1. Find the number of om binations of length k that use elemen ts from a giv en set of ndistin t elemen ts, allo wing rep etition and with no missing elemen ts. (Ob viously , k m ustbe greater than n )
解析

英文解析

  1. W e an use the same metho d as the ab o v e argumen t, ex ept that we kno w ev ery elemen to urs at least on e. So, this is the same as ho osing k n times from the n distin tk n n +1 k 1 k 1
    ob je ts, so the answ er is , or or .
    n 1
    n 1 k n
    97162