#Combinations

20 messages · Page 1 of 1 (latest)

true meadow
#

I'm confused on how to approach this problem:
"Find the number of length-7 sequences (so order matters) from the numerical digits {0,1,2,3,4,5,6,7,8,9} such that the sequence uses exactly 4 different digits."
Any help on how to solve this problem would be appreciated please.

frigid glacierBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
winter lynx
#

Exactly a type of question I expect from a Pranav

true meadow
winter lynx
#

Then the sequence can be found in 4⁷ ways

misty fulcrum
#

it's already been said, but do you understand how you'd calculate each of these values?

winter lynx
winter lynx
#

Yeah, we lost him.

true meadow
jovial flaxBOT
#

@true meadow has given 1 rep to @misty fulcrum

true meadow
true meadow
winter lynx
#

By seven length sequence

#

If we have 7 spaces and we can fill each space by any one of the 4 numbers we will get
4c1 × 4c1 ×... × 4c1 = 4×4×...×4 = 4⁷ ways