Given QR=RP with R=(r1r3r2r4) and all entries non-zero.
Compute QR=(xzy4)(r1r3r2r4)=(xr1+yr3zr1+4r3xr2+yr4zr2+4r4).
Compute RP=(r1r3r2r4)(2003)=(2r12r33r23r4).
Equating entries gives four equations: xr1+yr3=2r1, xr2+yr4=3r2, zr1+4r3=2r3, zr2+4r4=3r4.
From the first and third: (x−2)r1+yr3=0 and zr1+2r3=0.
Since r1,r3=0, the ratios give r1r3=y2−x=−2z, so (x−2)(2)=yz, i.e., 2x−4=yz.
From the second and fourth: (x−3)r2+yr4=0 and zr2+r4=0.
Since r2,r4=0, the ratios give r2r4=y3−x=−z, so x−3=yz.
Equating the two expressions for yz: 2x−4=x−3⇒x=1. Then yz=1−3=−2.
Thus Q=(1zy4) with yz=−2.
Characteristic polynomial: det(Q−λI)=(1−λ)(4−λ)−yz=λ2−5λ+4−(−2)=λ2−5λ+6.
For option A: det(Q−2I)=22−5(2)+6=4−10+6=0. True.
For option B: det(Q−6I)=62−5(6)+6=36−30+6=12. True.
For option C: det(Q−3I)=32−5(3)+6=9−15+6=0, not 15. False.
For option D: yz=−2, not 2. False.
Hence the correct options are A and B.