Let & be the symmetrical matrices, satisfying the equation above, such that every element in both matrices is a positive integer from to , but both matrices do not share any element in common.
Compute .
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.
Both A & B are symmetrical. Let us denote them as the following with positive integers a to f : A = [ a b b c ]
B = [ d e e f ]
Therefore, A B = B A = [ a d + b e b d + c e a e + b f b e + c f ]
Thus, we can set up system of equations as:
( a d + b e ) − ( b e + c f ) = a d − c f = 5 4 − 1 7 = 3 7
a e + b f = b d + c e = 3 7 or e ( a − c ) = b ( d − f )
Given that all the elements are positive integers, each determinant will also be an integer, and we can apply the product determinant rule:
det ( A B ) = det ( A ) ⋅ det ( B ) = 5 4 ⋅ 1 7 − 3 7 2 = − 4 5 1 = − 4 1 × 1 1 = − 1 1 × 4 1
Neither A nor B can not have a determinant exceeding 9 2 − 1 2 = 8 0 , so the determinant value of 4 5 1 is not possible. Then, for generality, there are two possible scenarios for A : det ( A ) = 4 1 or det ( A ) = − 4 1 Considering the former case, 4 1 = a c − b 2 .
Then b 2 = a c − 4 1 . By a c must exceed 4 1 , the selection of digits can start from 6 ⋅ 7 = 4 2 .
By continuing the higher digit multiplication, there are only two applicable products:
1 2 = 6 ⋅ 7 − 4 1 , which leads to two possible matrices: A = [ 7 1 1 6 ] or
A = [ 6 1 1 7 ]
2 2 = 5 ⋅ 9 − 4 1 , which leads to two possible matrices: A = [ 9 2 2 5 ] or
A = [ 5 2 2 9 ]
Now we plug in the values for the equation a d − c f = 3 7 and e ( a − c ) = b ( d − f )
For ( a , b , c ) = ( 7 , 1 , 6 ) , 7 d − 6 f = 3 7 . f = 6 7 d − 3 7 . Only d = 7 results in f = 2 , but a = 7 . The matrices can't share the element, according to the question.
For ( a , b , c ) = ( 6 , 1 , 7 ) , 6 d − 7 f = 3 7 . f = 7 6 d − 3 7 . No digit for d can result in a digit for f .
For ( a , b , c ) = ( 9 , 2 , 5 ) , 9 d − 5 f = 3 7 . f = 5 9 d − 3 7 . Only d = 8 results in f = 7 , but a = 7 . The matrices can't share the element, according to the question.
For ( a , b , c ) = ( 5 , 2 , 9 ) , 5 d − 9 f = 3 7 . f = 9 5 d − 3 7 . No digit for d can result in a digit for f .
Thus, det ( A ) = − 4 1 and det ( B ) = 1 1
Then b 2 = a c + 4 1 . The only squares exceeding 4 1 are 7 2 , 8 2 , and 9 2 .
If b = 7 , then a c = 4 9 − 4 1 = 8 = 1 ⋅ 8 = 2 ⋅ 4 .
If b = 8 , then a c = 6 4 − 4 1 = 2 3 . No digit multiplication can apply.
If b = 9 , then a c = 8 1 − 4 1 = 4 0 = 5 ⋅ 8 = 8 ⋅ 5 .
Therefore, there are six possible matrices:
A = [ 1 7 7 8 ] , for this case d − 8 f = 3 7 . d − 3 7 = 8 f . No digit d can make f positive, so it's not the solution. A = [ 8 7 7 1 ] , for this case 8 d − f = 3 7 . f = 8 d − 3 7 . Only d = 5 results in f = 3 . Then e ( a − c ) = b ( d − f ) . e ( 8 − 1 ) = 7 ( 5 − 3 ) . e = 2 . This seems to work out for all constraints, but let us check the other possibilities first.
A = [ 2 7 7 4 ] , for this case, e ( 2 − 4 ) = 7 ( d − f ) . That means 7 ∣ e or e = 7 , but but b = 7 . The matrices can't share the element, according to the question.
A = [ 4 7 7 2 ] , for this case, e ( 4 − 2 ) = 7 ( d − f ) . That means 7 ∣ e or e = 7 , but but b = 7 . The matrices can't share the element, according to the question.
A = [ 8 9 9 5 ] , for this case, 8 d − 5 f = 3 7 . f = 5 8 d − 3 7 . Only d = 9 results in f = 7 , but b = 9 . The matrices can't share the element, according to the question.
A = [ 5 9 9 8 ] , for this case, 5 d − 8 f = 3 7 . f = 8 5 d − 3 7 . Only d = 9 results in f = 1 , but b = 9 . The matrices can't share the element, according to the question.
Finally, A = [ 8 7 7 1 ] , and B = [ 5 2 2 3 ]
Checking the multiplication:
A B = B A = [ 8 7 7 1 ] [ 5 2 2 3 ] = [ 5 2 2 3 ] [ 8 7 7 1 ] = [ 5 4 3 7 3 7 1 7 ]
Thus, A + B = [ 1 3 9 9 4 ]
Therefore, ∣ det ( A + B ) ∣ = ∣ 1 3 ⋅ 4 − 9 2 ∣ = 2 9 .