Understanding C(n,1) in Discrete Math: Solving the Mystery of C(n,1) = 1

AI Thread Summary
C(n,1) represents the number of ways to choose 1 item from n items, which is calculated using the formula C(n,k) = n! / (k!(n-k)!). For C(n,1), this simplifies to C(n,1) = n! / (1!(n-1)!) = n. Therefore, C(n,1) equals n, confirming that there are n ways to choose one item from a set of n. The discussion clarifies the calculation and definition of combinations, emphasizing the straightforward nature of C(n,1). Understanding this concept is essential in discrete mathematics.
abbey gamble
Messages
1
Reaction score
0
C(n,1) ...

I know that C(n,0) =1

But have no clue how to figure out C(n,1) :cry:
 
Mathematics news on Phys.org
By C(n,1) you mean n choose 1?

Do you know the definition of C(n,k)?
 
C(n,k) = \frac{n!}{k!\left(n-k\right)!}
just use this to calculate C(n,1)
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top