Math Study Materials 16-03-2021
Math Study Materials 16-03-2021
SAT Math
06.03.2021
SAT/College Admissions Virtual Bootcamp from @satprepare
Matrices
A matrix is a rectangular array of numbers. Matrix consists of rows
(horizontal) and columns (vertical), so when you see a 3x4 matrix notation it
means that this matrix has 3 rows and 4 columns. For example, A is a 2x3 matrix:
1 2 3
𝐴=[ ]
4 5 6
We can perform the following operations with matrices:
1) Multiply matrix by constant
1∗2 2∗2 3∗2 2 4 6
𝐴∗2=[ ]=[ ]
4∗2 5∗2 6∗2 8 10 12
2) Add/Subtract matrices
Before adding and subtracting matrices make sure they have the same dimensions!
1 3 5 2 4 6
Let 𝐴 = [ ], 𝐵 = [ ], then
7 9 11 8 10 12
1+2 3+4 5+6 3 7 11
𝐴+𝐵 =[ ]=[ ]
7 + 8 9 + 10 11 + 12 15 19 23
2−1 4−3 6−5 1 1 1
𝐵−𝐴=[ ]=[ ]
8 − 7 10 − 9 12 − 11 1 1 1
1
SAT/College Admissions Virtual Bootcamp from @satprepare
4) Multiply matrices
Before multiplying matrices make sure that the number of columns of the first
matrix (𝑛 × 𝑚) equals the number of the rows of the second matrix (𝑚 × 𝑘)!
2 5
1 3 5
Let 𝐴 = [ ], 𝐵 = [1 2], then
7 9 11
3 4
1∗2+3∗1+5∗3 1∗5+3∗2+5∗4 20 31
𝐴∗𝐵 =[ ]=[ ]
7 ∗ 2 + 9 ∗ 1 + 11 ∗ 3 7 ∗ 5 + 9 ∗ 2 + 11 ∗ 4 56 97
𝐴−1 ∗ 𝐴 ∗ 𝑉 = 𝐴−1 ∗ 𝐵
𝑉 = 𝐴−1 ∗ 𝐵 as 𝐴−1 ∗ 𝐴 = 1
4 −2
1 4 −2
𝐴−1 = ∗[ ] = [14 14 ]
3∗4+2∗1 1 3 1 3
14 14
4 −2 4 2
−5 −5 ∗ −4∗ −2 𝑥 = −2
𝑉 = 𝐴−1 ∗ 𝐵 = [14 14
3] ∗[ ]=[ 14 14
] = [ ] → {
1 4 1
−5 ∗ + 4 ∗
3 0.5 𝑦 = 0.5
14 14 14 14
Practice Set
9 −5 𝑦 + 3 −5
1. Evaluate 𝑥 and 𝑦 if [ ]=[ ].
3𝑥 14 2𝑥 + 2 14
1 3 3 9
2. Simplify: 5 [6 2] − 3 [8 5] =
4 9 7 6
−1 5 7 5 14 22
3. Solve the matrix equation: 3𝑥 + [ 11 −3 10 ] = [14 18 40].
13 9 −8 37 36 4
1 3 11 5 3 2
4. Find the value of 𝐴 ∗ 𝐵 ∗ 𝐶 if [ ]+[ ] = 𝐴[ ].
−2 4 −6 12 𝐵 𝐶
𝑥 4 𝑥2 2
5. Evaluate 𝑥 and 𝑦 if [ ] = 2[ ].
10 2𝑦 5 5𝑦 − 8
6 4 −3 6 2 9
6. Solve for 𝑥: [ ]−𝑥 =[ ].
2 9 5 3 8 11
3 5
3 4
7. Evaluate: [2 4] [ ].
9 8
1 6
2 7 3 8
8. If 𝐴 = [ ] and 𝐵 = [ ], evaluate 𝐴𝐵 − 𝐵𝐴.
5 4 6 5
𝑥 𝑥
9. Solve for 𝑥: | | = −16 (vertical lines stand for determinant).
8 𝑥
16 3
10. Find the determinant of 𝐴 = [ ].
12 4
𝑦 4 𝑦 3
11. Find 𝑦 if | |=| |.
3 6 1 𝑦
3
SAT/College Admissions Virtual Bootcamp from @satprepare
6 4
12. Find 𝐴−1 if 𝐴 = [ ].
3 5
2𝑥 + 𝑦 − 𝑧 = 3
13. Find the matrix equation that represents the system {3𝑥 + 𝑦 + 5𝑧 = −9.
𝑥 − 𝑦 − 6𝑧 = 11
6𝑥 − 3𝑦 = −9
14. Solve using the matrix equation: { .
2𝑥 + 2𝑦 = −6
3𝑥 − 4𝑦 = 8
15. Solve using the matrix equation: { .
5𝑥 + 4𝑦 = −24
−𝟒 −𝟏𝟐
2. Answer: [ 𝟔 −𝟓 ]
−𝟏 𝟐𝟕
1 3 3 9 5∗1−3∗3 5∗3−3∗9 −4 −12
5 [ 6 2] − 3 [ 8 5] = [ 5 ∗ 6 − 3 ∗ 8 5 ∗ 2 − 3 ∗ 5] = [ 6 −5 ].
4 9 7 6 5∗4−3∗7 5∗9−3∗6 −1 27
𝟐 𝟑 𝟓
3. Answer: 𝒙 = [𝟏 𝟕 𝟏𝟎]
𝟖 𝟗 𝟒
5 14 22 −1 5 7 5+1 14 − 5 22 − 7
3𝑥 = [14 18 40] − [ 11 −3 10 ] = [14 − 11 18 + 3 40 − 10]
37 36 4 13 9 −8 37 − 13 36 − 9 4+8
6 9 15 2 3 5
1
𝑥 = ∗ [ 3 21 30] = [1 7 10].
3
24 27 12 8 9 4
4. Answer: -32
1 3 11 5 12 8 3𝐴 2𝐴
[ ]+[ ]=[ ]=[ ] → 𝐴 = 4, 𝐵 = −2, 𝐶 = 4
−2 4 −6 12 −8 16 𝐴𝐵 𝐴𝐶
4
SAT/College Admissions Virtual Bootcamp from @satprepare
𝐴 ∗ 𝐵 ∗ 𝐶 = 4 ∗ (−2) ∗ 4 = −32.
5. Answer: 𝒙 = 𝟎, 𝒚 = 𝟐
𝑥 4 2𝑥 2 4
[ ]=[ ] → 𝑥 = 2𝑥 2 , 𝑥 = 0; 2𝑦 = 10𝑦 − 16, 𝑦 = 2.
10 2𝑦 10 10𝑦 − 16
𝟎 𝟐 −𝟏𝟐
6. Answer: [ ]
−𝟏 𝟏 −𝟔
6 4 −3 6 2 9 0 2 −12
𝑥=[ ]−[ ]=[ ].
2 9 5 3 8 11 −1 1 −6
𝟓𝟒 𝟓𝟐
7. Answer: [𝟒𝟐 𝟒𝟎]
𝟓𝟕 𝟓𝟐
3 5 3∗3+5∗9 3∗4+5∗8 54 52
3 4
[ 2 4] [ ] = [2 ∗ 3 + 4 ∗ 9 2 ∗ 4 + 4 ∗ 8] = [42 40].
9 8
1 6 1∗3+6∗9 1∗4+6∗8 57 52
𝟐 −𝟐
8. Answer: [ ]
𝟐 −𝟐
2 7 3 8 3 8 2 7
𝐴𝐵 − 𝐵𝐴 = [ ]∗[ ]−[ ]∗[ ]=
5 4 6 5 6 5 5 4
2∗3+7∗6 2∗8+7∗5 3∗2+8∗5 3∗7+8∗4 48 51
=[ ]−[ ]=[ ]−
5∗3+4∗6 5∗8+4∗5 6∗2+5∗5 6∗7+5∗4 39 60
46 53 2 −2
−[ ]=[ ].
37 62 2 −2
9. Answer: 4
Determinant of the matrix: 𝑥 ∗ 𝑥 − 8 ∗ 𝑥 = 𝑥 2 − 8𝑥 = −16, 𝑥 2 − 8𝑥 + 16 = 0
(𝑥 − 4)2 = 0 → 𝑥 = 4.
10. Answer: 28
Determinant of the matrix: 16 ∗ 4 − 12 ∗ 3 = 64 − 36 = 28.
5
SAT/College Admissions Virtual Bootcamp from @satprepare
11. Answer: 3
Determinant of the first matrix: 𝑦 ∗ 6 − 3 ∗ 4 = 6𝑦 − 12
Determinant of the second matrix: 𝑦 ∗ 𝑦 − 3 ∗ 1 = 𝑦 2 − 3
𝑦 2 − 3 = 6𝑦 − 12, 𝑦 2 − 6𝑦 + 9 = 0, (𝑦 − 3)2 = 0 → 𝑦 = 3.
𝟓 𝟐
−
12. Answer: [ 𝟏𝟖𝟏 𝟏
𝟗
]
−
𝟔 𝟑
|𝐴| = 6 ∗ 5 − 4 ∗ 3 = 30 − 12 = 18
5 2
1 5 −4 −
𝐴−1 = |𝐴| ∗ [ ] = [ 181 1 9].
−3 6 −
6 3
𝟐 𝟏 −𝟏 𝒙 𝟑
13. Answer: [𝟑 𝟏 𝟓 ] [𝒚] = [−𝟗]
𝟏 −𝟏 −𝟔 𝒛 𝟏𝟏
𝐴∗𝑉 =𝐵
Multiply both sides by 𝐴−1 :
2 3 2 3
−9 ∗ +6∗
−9
𝐴−1 ∗ 𝐴 ∗ 𝑉 = 𝑉 = 𝐴−1 ∗ 𝐵 = [ 18 18] ∗ [ ] = [ 18 18] =
2 6 −6 2 6
− 9∗ −6∗
18 18 18 18
−2
= [ ], so 𝑥 = −2 and 𝑦 = −1.
−1
6
SAT/College Admissions Virtual Bootcamp from @satprepare
𝟕
15. Answer: (−𝟐; − )
𝟐
3 −4 𝑥 8
Matrix equation that represents the system: [ ] [𝑦] = [ ]
5 4 −24
3 −4 𝑥 8
Let 𝐴 = [ ] , 𝑉 = [𝑦] , and 𝐵 = [ ]
5 4 −24
4 4
1 4 4
𝐴−1 = ∗[ ] = [ 32 32]
12 + 20 −5 3 5 3
−
32 32
𝐴∗𝑉 =𝐵
Multiply both sides by 𝐴−1 :
4 4
8 8
𝐴−1 ∗ 𝐴 ∗ 𝑉 = 𝑉 = 𝐴−1 ∗ 𝐵 = 𝐴−1 ∗ [ ] = [ 32 32] ∗ [ ]=
−24 5 3 −24
−
32 32
4 4
8∗ − 24 ∗ −2 𝑥 = −2
32 32
=[ 5 3 ] = [ −
7] → {
𝑦 = −
7
−8 ∗ − 24 ∗ 2 2
32 32
7
SAT/College Admissions Virtual Bootcamp from @satprepare
Vectors
Vector is a quantity that is defined by both magnitude and direction. Just as
points, vectors have coordinates.
Let 𝑎(3; 4) and 𝑏⃗(5; 6). We can perform the next operations with these vectors:
1) Add/Subtract
2) Multiply by a scalar
3 ∗ 𝑎 = (3 ∗ 3; 3 ∗ 4) = (9; 12) or ⃗⃗⃗⃗
3𝑎 = 3 ∗ 3𝑖 + 3 ∗ 4𝑗 = 9𝑖 + 12𝑗
If two vectors are collinear (parallel), their dot product equals the product of their
magnitudes. Thus, (𝑖)2 = (𝑗)2 = 1. If two vectors are perpendicular, their dot
product is 0. Thus 𝑖 ∗ 𝑗 = 0.
8
SAT/College Admissions Virtual Bootcamp from @satprepare
Practice Set
1. Let 𝑎(7; 4) and 𝑏⃗(9; 11). Find:
a) 𝑎 + 𝑏⃗
b) 𝑎 − 𝑏⃗
c) 𝑎 ∙ 𝑏⃗
a) 3𝑎 + 5𝑏⃗
b) 10𝑎 − 8𝑏⃗
c) 4𝑎 ∙ 𝑏⃗
a) 4𝑎 + 9𝑏⃗
b) −𝑎 − 12𝑏⃗
c) (𝑎 + 𝑏⃗) ∙ (𝑎 − 𝑏⃗)
5. Find the unit vector (magnitude = 1) perpendicular to 𝑎(−5; 6).
9
SAT/College Admissions Virtual Bootcamp from @satprepare
c) 𝑎 ∙ 𝑏⃗ = 7 ∗ 9 + 4 ∗ 11 = 𝟏𝟎𝟕
2. Answers:
c) 4 ∙ 𝑎 ∙ 𝑏⃗ = 4 ∗ (−3 ∗ 6 + 5 ∗ 1) = 4 ∗ (−13) = 𝟓𝟐
3. Answer: 3
4. Answers:
10