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
AI Thread Summary
The discussion centers on forming a sequence of length 6 from the digits 0-9, where the sum of the first two terms equals 7 and no digits can be repeated. There are 8 valid combinations for the first digit (0-7), which determines the second digit uniquely. After selecting the first two digits, 8 digits remain for the third position, followed by 7 for the fourth, 6 for the fifth, and 5 for the sixth. The total number of sequences is calculated as 8 multiplied by the permutations of the remaining digits, resulting in 13,440 possible sequences. The calculations confirm the total and clarify the reasoning behind the answer.
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 teh 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!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top