SOLUTION: <pre> (x 3)=2(x 2) solve for x (4 x)= (1 3) on each side of the equals sign is one matrix not two separate matices.</pre>

Algebra ->  Matrices-and-determiminant -> SOLUTION: <pre> (x 3)=2(x 2) solve for x (4 x)= (1 3) on each side of the equals sign is one matrix not two separate matices.</pre>      Log On


   



Question 69216:
(x 3)=2(x 2) solve for x
(4 x)= (1 3)
on each side of the equals sign is one matrix 
not two separate matices.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

(x 3)=2(x 2) solve for x
(4 x)= (1 3)
on each side of the equals sign is one matrix 
not to separate matices.

%28matrix%282%2C2%2Cx%2C3%2C4%2Cx%29%29=2%28matrix%282%2C2%2Cx%2C2%2C1%2C3%29%29

On the right distribute the 2· into the whole matrix:

%28matrix%282%2C2%2Cx%2C3%2C4%2Cx%29%29=%28matrix%282%2C2%2C2%2Ax%2C2%2A2%2C2%2A1%2C2%2A3%29%29

%28matrix%282%2C2%2Cx%2C3%2C4%2Cx%29%29=%28matrix%282%2C+2%2C+2x%2C+4%2C+2%2C+6%29%29

This has no solution because in order for two matrices to be 
equal, all corresponding elements must be equal.  But the upper
right element of the matrix on the left side is 3 and the upper
right element of the matrix on the right side is 4. Also the 
lower left element of the matrix on the left side is 4 and the 
lower left element of the matrix on the right side is 2.  They
would have to be the same if the matrices were equal. 

Did you perhaps mean them to be determinants, and not matrices,
like this?:

+abs%28matrix%282%2C2%2Cx%2C3%2C4%2Cx%29+%29+=+2%2A+abs%28matrix%282%2C2%2Cx%2C2%2C1%2C3%29%29++

If so then there is a solution.

The evaluation of a 2x2 determinant abs%28matrix%282%2C2%2Ca%2Cb%2Cc%2Cd%29%29
is ad-bc, so the determinant equation above becomes

+x%2Ax+-+3%2A4+=+2%28x%2A3-2%2A1%29+

x%5E2+-+12+=+2%283x-2%29

x%5E2+-+12+=+6x+-+4

x%5E2+-+6x+-+8=0

Solve that by the quadratic formula and get
         __
x = 3 ± Ö17

Edwin