There is a matrix M = ( a i , j ) 2 5 × 2 5 , where a = 1 or − 1 .
Let r i denote product of all elements in the i t h row, and c j denote the product of all the elements in the j t h column.
How many matrices M satisfy:-
r 1 + r 2 + r 3 . . . . + r 2 5 + c 1 + c 2 + . . . . + c 2 5 = 0 ?
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.
Very cool approach !
For any matrix M , we can denote S ( M ) = r 1 + r 2 + . . . + r 2 5 + c 1 + c 2 + . . . + c 2 5 . Let N represent the 2 5 × 2 5 -matrix consisting only of 1s. Obviously, S ( N ) = 5 0 . Now for any matrix M like the one defined in the problem, there is a finite sequence of matrices M 1 , M 2 , M 3 , . . . , M n , such that M 1 = N , M n = M , and every M k can be obtained from M k − 1 by changing the sign of only one of the entries of the latter matrix. It is easy to see that S ( M k ) is either equal to S ( M k − 1 ) , S ( M k − 1 ) + 4 , or S ( M k − 1 ) − 4 . That is why all the members of the sequence are ( S ( M k ) ) 1 ≤ k ≤ n are congruent modulus 4. Then S ( M ) ≡ S ( N ) ≡ 5 0 ≡ 2 mod 4. Therefore, S ( M ) = 0 and the answer to the problem is 0 .
Very cool solution!
The sum of these 50 terms to be zero suggests that there are 25 1 s and 25 − 1 s. [ r i and c j can either be 1 or -1]
This tells us that the product of these 50 terms = ( 1 ) 2 5 ⋅ ( − 1 ) 2 5 = − 1 .
But, in the product of these terms each r i will be multiplied to each c j , making each term a i , j being multiplied to itself.
Thus, the whole product would become product of each ( a i , j ) 2 . This a product of 50 squares, and thus a product of 50 positive terms, which can never be − 1 .
Therefore, no such matrix exists.
Problem Loading...
Note Loading...
Set Loading...
Each number is counted twice, once in its row and once in its column. This means the number of 1s and -1s must be equal for the result to be 0. 25x25 = 625 which can not be halved evenly, so the # of 1s and -1s can never be equal.