Permutation Question: Forming Sequences with a Sum of 7 from Digits 0-9"

  • Thread starter Thread starter forevergone
  • Start date Start date
  • Tags Tags
    Permutation
Click For Summary
SUMMARY

The discussion focuses on calculating the number of sequences of length 6 formed from the digits 0-9, where the sum of the first two digits equals 7. The correct approach identifies 8 valid pairs for the first two digits, leading to a total of 13440 unique sequences. The calculation involves using permutations, specifically 8P4, to account for the remaining digits after selecting the first two. The final formula used is 8 * 1 * 8 * 7 * 6 * 5, confirming the total count of sequences.

PREREQUISITES
  • Understanding of permutations, specifically 8P4.
  • Basic knowledge of combinatorial mathematics.
  • Familiarity with the concept of sequences and digit constraints.
  • Ability to perform arithmetic operations involving sums and products.
NEXT STEPS
  • Study the concept of permutations in depth, focusing on the formula nPr.
  • Learn about combinatorial counting techniques and their applications.
  • Explore problems involving digit constraints in sequences.
  • Practice similar permutation problems to reinforce understanding.
USEFUL FOR

Mathematics students, educators, and anyone interested in combinatorial problems or sequence formation techniques.

forevergone
Messages
49
Reaction score
0
The question is:

A sequence of length 6 is formed from the digits {0,1,2...9}. If no repetition is allowed, how many of these sequences can be formed if:

f) the sum of the first two terms is 7?

So i set up my place holders:

_ _ _ _ _ _

if the first 2 place holders have a sum of 7, are there 8 possibilities for each place holder because 0+1, 1+6, 2+5, 3+4, 4+3, 5+2, 6+1, 7+0? Or would there be 4 for each consisting only of 0+1, 1+6, 2+5, 3+4? So really the answer would be 16 x 8P4 or 64 x 8P4?

The answer was 13440, but I don't see why.
 
Physics news on Phys.org
You are right on the right track. There are 8 possibilities for the first digit (0-7). Once that is picked the second digit is determined. That leaves 8 possible digits for the third, 7 possible for the fourth, 6 possible for the fifth, and 5 possible for the sixth.
8*1*8*7*6*5
8*8P4
13440

-Dale
 
I see, ok.

Thanks!
 

Similar threads

Replies
6
Views
2K
Replies
3
Views
2K
Replies
11
Views
2K
Replies
7
Views
2K
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
1
Views
2K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K