Given that Cxm=m!x(x−1)…(x−m+1), where x∈R, m is a positive integer, this is an extension of the combination number Cnm (m, n are positive integers, and m⩽n). If x>0, find the minimum value of (Cx1)2Cx3 .
Official solution
According to the given conditions, when x>0, (Cx1)2Cx3=6x2x(x−1)(x−2) =6xx2−3x+2 =6x+3x1−21 By the AM-GM inequality, we have 6x+3x1−21⩾26x⋅3x1−21 =32−21 Equality holds if and only if 6x=3x1, which is when x=2.
Therefore, the minimum value of (Cx1)2Cx3 is 32−21.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.