#help
39 messages · Page 1 of 1 (latest)
how many possibilities for 1st digit
after that how many for 2nd (1 digit is used and cant be used again
then multiply
you will find factorial is useful
5 I think
yes
lmao why not
bc it says odd number
oh lmao
so the last digit has to be odd
yh cos I thought that in the beginning asw
but then I realised
so the last digit cant be even
yh
find every case where is end in 4,6 8
if 4 is reserved for last digit then it becomes 4*3*2*1
same for 6 and 8
and subtract from total possibilities
wait why are we ending in 4 6 or 8 is it not meant to be even
ohh
ok
yh subtract
so im doing total - everything we dont want
got u
yes
could u not js do the same thing but with 1 and 3 instead
so instead of subtracting
js do 4! + 4!
which is 48
and it gives u same answer as this
realistically
wouldnt you do the whole 5x4x3x2 everything like you said
then the 4x3x2x1 or what