The value of 0 ≤ i ≤ ∑ j ≤ 1 0 ∑ ( j 1 0 ) ( i j ) = a 1 0 Find modulus of a .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
( j 1 0 ) ( i j ) is the number of ways to pick j elements in 10, and then i elements in those j elements. It's the same as the number of ways to color 10 white balls so that i are red and j − i are blue ( j being the number of red and blue balls).
As i and j span all possibilities for some number of red balls and some number of blue balls, the sum is the same as counting all possibilities to paint 10 white balls with red and blue paint: each ball has 3 choices and so the total number is 3 1 0 .
Problem Loading...
Note Loading...
Set Loading...
3 N = ( 2 + 1 ) N = j = 0 ∑ N ( j N ) 2 j = j = 0 ∑ N ( j N ) i = 0 ∑ j ( i j ) = 0 ≤ i ≤ j ≤ N ∑ ( j N ) ( i j )