Let, Det(A)=r,where p,q,r are all primes.Find the value of Tr(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.
To make things clear, Det ( A ) [also can be written as ∣ A ∣ ] refers to the determinant of the square matrix A and Tr ( A ) refers to the trace of the square matrix A which is the sum of all the elements of the main diagonal of A . Simply put, for A we have,
∣ A ∣ = p 2 − q 2 and Tr ( A ) = n = 1 ∑ 2 a n n = a 1 1 + a 2 2 = p + p = 2 p
Now, we are given that p , q , r are primes and ∣ A ∣ = p 2 − q 2 = r , so,
( p − q ) ( p + q ) = r
Now, one of the factors of r must be 1 , ( − 1 ) and the other must be r , ( − r ) respectively. Just by checking the case where p − q = 1 and p + q = r , we can get the trivial solution p = 3 , q = 2 . If you check the other 3 cases, you'll see that either p or q aren't real or they are negative.
So, we conclude the answer with Tr ( A ) = 2 p = 2 × 3 = 6