Sign In
Integers | Permutations | Average of Permutations | Average of Permutations/37 |
---|---|---|---|
1,4,7 | 147,174,417,471,714,741 | 444 | 12 |
0,6,3 | 063,036,603,630,306,360 | 333 | 9 |
2,5,8 | 258,285,528,582,825,852 | 555 | 15 |
9,7,1 | 971,917,791,719,197,179 | 629 | 17 |
4,0,2 | 402,420,042,024,240,204 | 222 | 6 |
{ 0,1,2,3,4,5,6,7,8,9} Let's choose 0, 3, and 6. Now, we will find and list all of the possible permutations of these three digits. 0 3 6, 0 6 3, 6 0 3, 6 3 0, 3 0 6, 3 6 0 By the Fundamental Counting Principle we know that there should be 3*2*1=6 possible permutations of 3 digits. We listed all of the possible permutations.
Integers | Permutations | Average of Permutations | Average of Permutations/37 |
---|---|---|---|
1, 4, 7 | 1 4 7, 1 7 4, 4 1 7, 4 7 1, 7 1 4, 7 4 1 | 444 | 12 |
0, 6, 3 | 0 6 3, 0 3 6, 6 0 3, 6 3 0, 3 0 6, 3 6 0 | 333 | 9 |
2, 5, 8 | 2 5 8, 2 8 5, 5 2 8, 5 8 2, 8 2 5, 8 5 2 | 555 | 15 |
9, 7, 1 | 9 7 1, 9 1 7, 7 9 1, 7 1 9, 1 9 7, 1 7 9 | 629 | 17 |
4, 0, 2 | 4 0 2, 4 2 0, 0 4 2, 0 2 4, 2 4 0, 2 0 4 | 222 | 6 |
Integers | Sum of the Integers | Average of Permutations/37 |
---|---|---|
1,4,7 | 1+4+7= 12 | 12 |
0,6,3 | 0+6+3= 9 | 9 |
2,5,8 | 2+5+8= 15 | 15 |
9,7,1 | 9+7+1= 17 | 17 |
4,0,2 | 4+0+2= 6 | 6 |
We should examine the formula for the average of permutations further to find out why we can observe this relationship when we divide the average by 37.
A = xyz + xzy + yxz + yzx + zxy + zyx/6 Each three-digit number can be rewritten as the sum. To do so, we need to multiply the first digit by 100 because it represents hundreds, the second digit — representing tens — by 10, and the third digit by 1, as it represents units. Let's use this information to simplify the expressions in the numerator.
Expression | Rewrite as Sum |
---|---|
x y z | 100 x+10 y+ z |
x z y | 100 x+10 z+ y |
y x z | 100 y+10 x+ z |
y z x | 100 y+10 z+ x |
z x y | 100 z+10 x+ y |
z y x | 100 z+10 y+ x |
Substitute values
Commutative Property of Addition
Add terms
Factor out 222
a* b/c=a/c* b
Calculate quotient