Adding and Subtracting Matrices
Multiplying Matrices
Determinants
Adding and Subtracting Complex Numbers
Multiplying Complex Numbers
Final Jeopardy
100

What are the dimensions of this Matrix

 

[[x,x],[x,x]]

2 X 2 Matrix

100

What is the one thing that needs to be true in order to multiply matrices?

The inner numbers of the dimension needs to be the same.

100

What type of shape does the matrix need to be in order to have a determinant?

A square matrix

100
What does i equal

i = sqrt(-1)

100

What does i^2 equal

i^2=-1

200

When can you add or subtract matrices?

When they have the same dimensions.

200

2[[8,-2],[8,-2]]

[[16,-4],[16,-4]]

200

What is the formula for finding a 2 X 2 matrix

ad-bc

200

Write a complex number

a+bi

200

4i(3+7i)

(12i-28)

300

Add

[[7,12],[5,8]] + [[3,9],[10,11]]

[[10,21],[15,19]]

300

[[7,8]]times[[1],[2]]

[[23,]]

300

Find the determinant of 

[[3,6],[1,9]]

21

300

(3 -4i)+(9-2i)

(12-6i)

300

(1+3i)(1+3i)

(-8+6i)

400

Subtract

[[-2,-1],[-5,9]]-[[-6,0],[4,10]] 

[[4,-1],[-9,-1]]

400

[[3,1],[4,3]] times [[1,4],[2,7]]

[[5,19],[10,37]]

400

Find the determinant of 

[[-10,9],[-2,0]]

18

400

(-8-2i)-(3+9i)

(-11-11i)

400

(7i)(6i)times-2

84

500

Subtract

[[3,7],[8x,9x]] -[[10x,2,1,0],[1,12,3,1]]

Undefined

500

[[-3,5],[-1,3]] times [[-4x,x],[2x,-3x]]

[[22x,-18x],[10x,-10x]]

500

Find the determinant

[[2,1,3],[4,-2,1],[5,3,-1]]

73

500

(-5-9i)-(-5+9)

(-9-9i)

500

(-2i)(4i)(9+3i)

(72+24i)

500

A small cafe keeps track of its daily sales for coffee and tea over two days. The sales are recorded as matrices where each row represents a day, and each column represents a product.

The sales matrix is:

[[50,30],[60,40]]

  • The first row represents sales on Day 1: 50 coffees and 30 teas.
  • The second row represents sales on Day 2: 60 coffees and 40 teas.

The profit per item is given as:

[[2],[1.5]]

2 is the profit for coffee, and 1.5 is the profit for tea.

How much profit did the cafe make on Day 1 and Day 2?

Day 1: $145

Day 2: $180

M
e
n
u