Given are the two matrices A = [ 1 y x − 1 . 8 ] , B = [ 2 . 4 5 0 . 1 z ] . It turns out that A B = A + B .
How much is x + y + z ?
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.
Thanks for posting this longer solution.
Writing out the multiplication and addition, [ 2 . 4 + 5 x 2 . 4 y − 9 0 . 1 + x z 0 . 1 y − 1 . 8 z ] = [ 3 . 4 y + 5 0 . 1 + x − 1 . 8 + z ] . From the top-left element we see that x = 0 . 2 ; from the top-right element that z = 1 ; from the bottom-right element that y = 1 0 .
Problem Loading...
Note Loading...
Set Loading...
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 and A + B
A ∗ B = [ ( 1 ∗ 2 . 4 ) + 5 x 2 . 4 y + ( − 1 . 8 ∗ 5 ) ( 1 ∗ 0 . 1 ) + x z 0 . 1 y − 1 . 8 z ] = [ 2 . 4 + 5 x 2 . 4 y − 9 0 . 1 + x z 0 . 1 y − 1 . 8 z ]
A + B = [ 2 . 4 + 1 5 + y 0 . 1 + x z − 1 . 8 ] = [ 3 . 4 5 + y 0 . 1 + x z − 1 . 8 ]
Step 2: Set A B equal to A + B
So, now that we've done the math, we can equate A B and A + B in terms of x , y , z .
[ 3 . 4 5 + y 0 . 1 + x z − 1 . 8 ] = [ 2 . 4 + 5 x 2 . 4 y − 9 0 . 1 + x z 0 . 1 y − 1 . 8 z ]
I've written the equations to solve below in case this is easier to understand:
[ 3 . 4 = 2 . 4 + 5 x 5 + y = 2 . 4 y − 9 0 . 1 + x = 0 . 1 + x z z − 1 . 8 = 0 . 1 y − 1 . 8 z ]
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
→ x = 5 1
5 + y = 2 . 4 y − 9 → 1 4 = 1 . 4 y
→ y = 1 0
So now that we know x and y , we can plug these into the remaining two equations to solve for z , which will give z = 1 .
Step 3: Add x + y + z
1 0 + 5 1 + 1 = 1 1 . 2
So, the answer is 11.2