Math Problem Statement

Let

๐‘‡

(

๐‘š

,

๐‘›

)

T(m,n) be the number of monotone functions

๐‘“

f from

[

๐‘š

]

[m] to

[

๐‘›

]

[n]. That is, functions

๐‘“

:

[

๐‘š

]

โ†’

[

๐‘›

]

f:[m]โ†’[n] such that

1

โ‰ค

๐‘–

โ‰ค

๐‘—

โ‰ค

๐‘š

1โ‰คiโ‰คjโ‰คm implies

๐‘“

(

๐‘–

)

โ‰ค

๐‘“

(

๐‘—

)

f(i)โ‰คf(j). What is

๐‘‡

(

10

,

2

)

T(10,2)?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Combinatorics
Monotone Functions
Binomial Coefficients
Weakly Increasing Sequences

Formulas

T(m,n) = sum(binomial(m, k), k=0 to m)
2^m (for T(m, 2))

Theorems

Binomial Theorem
Weakly Increasing Sequence Theorem

Suitable Grade Level

Grades 9-12