Question
Question: Matrix a with row p,0 and 0,2 matrix b with row 0,-q and 1,0 matrix c with rows 2,-2 and 2,2 and ba=...
Matrix a with row p,0 and 0,2 matrix b with row 0,-q and 1,0 matrix c with rows 2,-2 and 2,2 and ba=cc then find p and q
p=8, q=4
Solution
To find the values of p and q, we need to perform the matrix multiplications BA and CC and then equate the resulting matrices.
Given matrices are: A=(p002) B=(01−q0) C=(22−22)
The given condition is BA=CC.
Step 1: Calculate BA
BA=(01−q0)(p002)
BA=((0)(p)+(−q)(0)(1)(p)+(0)(0)(0)(0)+(−q)(2)(1)(0)+(0)(2))
BA=(0+0p+00−2q0+0)
BA=(0p−2q0)
Step 2: Calculate CC
CC=(22−22)(22−22)
CC=((2)(2)+(−2)(2)(2)(2)+(2)(2)(2)(−2)+(−2)(2)(2)(−2)+(2)(2))
CC=(4−44+4−4−4−4+4)
CC=(08−80)
Step 3: Equate BA and CC
According to the problem statement, BA=CC:
(0p−2q0)=(08−80)
For two matrices to be equal, their corresponding elements must be equal. Comparing the elements:
From the element in the first row, second column: −2q=−8
2q=8
q=28
q=4
From the element in the second row, first column: p=8
Thus, the values of p and q are 8 and 4 respectively.