SOLUTION: How do i find BA? B= 2 8 A= 3 0 .6 3 2 -1

Algebra ->  Matrices-and-determiminant -> SOLUTION: How do i find BA? B= 2 8 A= 3 0 .6 3 2 -1      Log On


   



Question 175527: How do i find BA?
B= 2 8 A= 3 0
.6 3 2 -1

Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
I am going to assume that .6 is a typo and call it 6 it I am right you have your answer if wrong just follow the method and replace it with .6
:
%28matrix%282%2C2%2C2%2C8%2C6%2C3%29%29%28matrix%282%2C2%2C3%2C0%2C2%2C-1%29%29
the R1C1 element is found by 2(3)-8(2)=-10
the R1C2 element is found by 2(0)-8(-1)=8
the R2C1 element is found by 6(3)-3(2)=12
the R2C2 element is found by 6(0)-3(-1)=9
:
highlight%28%28matrix%282%2C2%2C-10%2C8%2C12%2C9%29%29%29