1 messages · Page 1 of 1 (latest)
Is there a way to find n and k without using trial and error with factors of 24
<@&791435371564892232>
so we know nC1 * 1^(n-1) * kx = 24x and nC2 * 1^(n-2) * (kx)^2 = 240x^2
so nk = 24 and n!/(n-2)!2! * k^2 = 240
n! = n(n-1)(n-2)!
so n(n-1)/2 * k^2 = 240
solve simultaneously