Question
Question: Let a matrix $A$ is given by $\begin{bmatrix} a & b & c \\ p & q & r \\ x & y & z \end{bmatrix}$ and...
Let a matrix A is given by apxbqycrz and suppose that det(A)=6.
If B=p+xa+xa+pq+yb+yb+qr+zc+zc+r then

det(B)=6
det(B)=−6
det(B)=12
det(B)=−12
12
Solution
The problem requires us to find the determinant of matrix B given the determinant of matrix A.
Let the given matrix A be: A=apxbqycrz We are given that det(A)=6.
Let's denote the rows of matrix A as row vectors: R1=[abc] R2=[pqr] R3=[xyz]
So, A=R1R2R3, and det(A)=det(R1,R2,R3)=6.
Now, let's write matrix B in terms of these row vectors: B=p+xa+xa+pq+yb+yb+qr+zc+zc+r The rows of B are: R1′=[p+xq+yr+z]=R2+R3 R2′=[a+xb+yc+z]=R1+R3 R3′=[a+pb+qc+r]=R1+R2
So, B=R2+R3R1+R3R1+R2.
We need to calculate det(B). We will use properties of determinants involving row operations:
- If a row is multiplied by a scalar k, the determinant is multiplied by k.
- If a multiple of one row is added to another row, the determinant remains unchanged.
- If two rows are interchanged, the sign of the determinant changes.
Let's apply a sequence of row operations to B to transform it into A:
-
Operation: R1′→R1′+R2′+R3′ (Add all rows to the first row) The determinant remains unchanged. det(B)=det(R2+R3)+(R1+R3)+(R1+R2)R1+R3R1+R2 det(B)=det2(R1+R2+R3)R1+R3R1+R2
-
Operation: Factor out 2 from the first row. det(B)=2detR1+R2+R3R1+R3R1+R2
-
Operation: R2′→R2′−R1′ (Subtract the current first row from the second row) The determinant remains unchanged. det(B)=2detR1+R2+R3(R1+R3)−(R1+R2+R3)R1+R2 det(B)=2detR1+R2+R3−R2R1+R2
-
Operation: R3′→R3′−R1′ (Subtract the current first row from the third row) The determinant remains unchanged. det(B)=2detR1+R2+R3−R2(R1+R2)−(R1+R2+R3) det(B)=2detR1+R2+R3−R2−R3
-
Operation: Factor out -1 from the second row and -1 from the third row. det(B)=2×(−1)×(−1)detR1+R2+R3R2R3 det(B)=2detR1+R2+R3R2R3
-
Operation: R1′→R1′−R2′−R3′ (Subtract the current second and third rows from the first row) The determinant remains unchanged. det(B)=2det(R1+R2+R3)−R2−R3R2R3 det(B)=2detR1R2R3
We recognize that detR1R2R3 is simply det(A). Given det(A)=6. Therefore, det(B)=2×det(A)=2×6=12.