#Combination and permutations prove questions pls help
24 messages · Page 1 of 1 (latest)
i dont understand what to do after…
i’m confused
i recently just got introduced this topic
For 1st image line 3 to 4 you need to multiply first term by k/k (I think you did k!/k!) and multiply 2nd term by n-k (I think you did n-1)
Actually maybe I am misinterpreting what you did but yeah you just need to multiply by k/k and (n-k)/(n-k) to get the denominator to match
For 2nd image Im not sure how you got the first equality since it looks like you just rewrote down the equality after applying the definitions.
For this one you want to force the denominator to go from (n-r)! to (n-(n-r))!. If finding the trick to this is hard, alternatively to prove inequalities you can show that the left side - right side = 0 and this way may be easier to grind out the steps
i’ve solved the 2nd image
still confused on the first one tho
This is good (completely correct idea) but if you want to be slightly more rigorous as a proof you should add <=> at the beginning of each line. You can also start from the last line and go in reverse, adding just => at the start of each line.
This is because you should not start a proof by assuming the statement is true. For example I could prove 1=0 by doing
1 = 0
multiply both sides by 0
0 = 0
Thus 1 = 0
Did you do the multiply by k/k and (n-k)/(n-k)?
You seem to be moving the factorial to the end. You should keep it infront of the (n-1)
$(n-1)!k \neq (n-1)k!$
purururuuriuruin
I think that was actually your original problem but the idea was right
Done?