Matrix fun

Algebra Level 2

Given are the two matrices A = [ 1 x y 1.8 ] , B = [ 2.4 0.1 5 z ] . \large A = \left[\begin{array}{cc} 1 & x \\ y & -1.8\end{array}\right],\ \ \ \ \ \ B = \left[\begin{array}{cc} 2.4 & 0.1 \\ 5 & z\end{array}\right]. It turns out that A B = A + B AB = A + B .

How much is x + y + z x + y + z ?


The answer is 11.2.

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.

2 solutions

Callie Ferguson
Apr 3, 2020

Note: This is only a lengthy response because I explained how to do each step, but there's only three steps to solving it.

Step 1: Solve for A B AB and A + B A+B

A B = [ ( 1 2.4 ) + 5 x ( 1 0.1 ) + x z 2.4 y + ( 1.8 5 ) 0.1 y 1.8 z ] A * B = \begin{bmatrix} (1*2.4) + 5x & (1*0.1) + xz \\ 2.4y + (-1.8*5) & 0.1y - 1.8z \\ \end{bmatrix} = [ 2.4 + 5 x 0.1 + x z 2.4 y 9 0.1 y 1.8 z ] = \begin{bmatrix} 2.4+5x & 0.1+xz \\ 2.4y-9 & 0.1y-1.8z \\ \end{bmatrix}

A + B = [ 2.4 + 1 0.1 + x 5 + y z 1.8 ] A + B = \begin{bmatrix} 2.4+1 & 0.1+x \\ 5+y & z - 1.8 \\ \end{bmatrix} = [ 3.4 0.1 + x 5 + y z 1.8 ] = \begin{bmatrix} 3.4 & 0.1+x \\ 5+y & z - 1.8 \\ \end{bmatrix}

Step 2: Set A B AB equal to A + B A+B

So, now that we've done the math, we can equate A B AB and A + B A+B in terms of x , y , z x, y, z .

[ 3.4 0.1 + x 5 + y z 1.8 ] \begin{bmatrix} 3.4 & 0.1+x \\ 5+y & z - 1.8 \\ \end{bmatrix} = [ 2.4 + 5 x 0.1 + x z 2.4 y 9 0.1 y 1.8 z ] = \begin{bmatrix} 2.4+5x & 0.1+xz \\ 2.4y-9 & 0.1y-1.8z \\ \end{bmatrix}

I've written the equations to solve below in case this is easier to understand:

[ 3.4 = 2.4 + 5 x 0.1 + x = 0.1 + x z 5 + y = 2.4 y 9 z 1.8 = 0.1 y 1.8 z ] \begin{bmatrix} 3.4=2.4+5x & 0.1+x=0.1+xz \\ 5+y=2.4y-9 & z-1.8=0.1y-1.8z \\ \end{bmatrix}

All that's left to do here is solve for the variables. There are only two equations that depend only on one variable, so we'll start with those first:

3.4 = 2.4 + 5 x 3.4=2.4 + 5x

x = 1 5 \rightarrow x=\frac{1}{5}

5 + y = 2.4 y 9 14 = 1.4 y 5+y=2.4y-9 \rightarrow 14 = 1.4y

y = 10 \rightarrow y=10

So now that we know x x and y y , we can plug these into the remaining two equations to solve for z z , which will give z = 1 z=1 .

Step 3: Add x + y + z x+y+z

10 + 1 5 + 1 = 11.2 10+\frac{1}{5}+1=11.2

So, the answer is 11.2

Thanks for posting this longer solution.

Arjen Vreugdenhil - 1 year, 2 months ago

Writing out the multiplication and addition, [ 2.4 + 5 x 0.1 + x z 2.4 y 9 0.1 y 1.8 z ] = [ 3.4 0.1 + x y + 5 1.8 + z ] . \left[\begin{array}{cc} 2.4 + 5x & 0.1 + xz \\ 2.4y - 9 & 0.1y - 1.8z \end{array}\right] = \left[\begin{array}{cc} 3.4 & 0.1 + x \\ y + 5 & -1.8 + z \end{array}\right]. From the top-left element we see that x = 0.2 x = 0.2 ; from the top-right element that z = 1 z = 1 ; from the bottom-right element that y = 10 y = 10 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...