Identity and Inverse Matrices

Size: px
Start display at page:

Download "Identity and Inverse Matrices"

Transcription

1 Identity and Inverse Matrices Booklet Four Copyright 207 Robert E. Mason IV. All Rights Reserved.

2 2

3 Prepared by Dr. Robert E. Mason IV Mathematics Consultant 3

4 4 Identity and Inverse Matrices Objectives After studying this booklet, you should be able to: Write the identity matrix for any square matrix, and Find the inverse of a 2 x 2 matrix. Application: Crypotology You re sitting in math class reading a note that has been passe to you by your friend. Suddenly, the silence is broken by the teacher s voice saying, If that note is so interesting. Why don t you read it to the whole class? As you slowly walk to the front of the room you think, if I had written this note in code, I wouldn t be so embarrassed to read it! Cryptology deals with coding messages so that only people with the key can decipher them. In ancient Greece, Spartans wound a belt in spiral around a stick and wrote messages along the length of the stick. When they unwound the belt, only those people who had a stick exactly the same size as the first could read the message. Since then, cryptology has been important in military communications, particularly in time of war. Today, programmers use cryptology to protect secret data stored on computers. An important advancement in cryptology occurred in the 930s when American mathematician Lester Hill use matrices to encode messages. Here s a simplified version of how it works. Step Suppose the first word in a message is MEET. Assign each letter a number base on its position in the alphabet (A =, B =2,..., Y = 25, Z = 26). Thus, M = 3, E = 5, and T = 20.

5 5 Write the numbers in a matrix. M E E T = Step 2 Multiply the matrix by a coding matrix. Let s use! 0 $. Step = Assign a letter to each number of the matrix based on Step = E R T Y Therefore, MEET would encode as ETRY. Notice that each E in the encoded message is assigned to a different letter in the coded message. When the person received the message, he or she needs to decipher it by undoing the multiplication to get back to the original matrix. Mathematically, this means finding the inverse of the coding matrix. You will use the code in Example 4 Recall from your work with real numbers that the inverse and identity of a number are related. In real number. is the identity of multiplication because

6 6 a x = x a = a. Similary, the inverse of a matrix is related to the identity matrix. The identity matrix is a square matrix that, when multiplied by another matrix, equals the same matrix. With 2 x 2 matrices,! 0 $ is the identity matrix because!a b 0 c d $! 0 0 $ =! a b 0 $ and because! $!a b c d 0 c d $ =!a b $. The identity matrix is symbolized c d by I. Since one of the properties of the identity matrix is that it is commutative, only a square matrix can have an identity. In an identity matrix, the principal diagonal goes from upper left to lower right and consists only of ones. Identity Matrix for Multiplication The identity matrix for multiplication, I, is a square matrix with for every element of the principal diagonal and 0 in all other positions. For ay square matrix A of the same order as I, A I = I A = A. Example If N = , find I so that N x I = N. 8 2 The dimensions of N are 3 x 3. So, I must also be 3 x 3. The principal diagonal contains only s. Complete the matrix with 0s The 3 x 3 identity matrix is

7 = Therefore, N x I = N. Another property of real numbers is that every real number, except 0, has a multiplicative inverse. That is, 4 is the multiplicative inverse of a because 5 a 4 = 4 a =. Likewise, if matrix A has an inverse 5 5 A-, then A x A - = A - x A = I. The following example shows how the inverse of a 2 x 2 matrix can be found Example 2 If M =, find M -. Check your result w y x z = 0 0 7w + 4y 2w + 3y 7x + 4z 2x + 3z = 0 0 Multiply. When two matrices are equal, their corresponding elements are equal. So the following equations can be generated from the two equal matrices.. 7w + 4y = 2. 7x + 4z = w + 3y = x + 3z = Use equation () and (3) to find values of w and y. First solve for w. Then substitute the w value into one of the equations to find y.

8 8 7w + 4y = 2w +2y = 3 2w + 3y = 0 8w +2y = 0 3w = 3 w = 3 3 7w + 4y = y = 4y = y = Use equation (2) and (4) to find values for x and z. First solve for z. Then substitute the z value into one of the equations to find x. 7x + 4z = 0 4x + 8z = 0 2x + 3z = ( ) 4x + 2z = 7 M = -3z = z = Therefore.. 7x + 4z = 0 7x = 0 7x = x = Check: = or 0 0 The same method used in Example 2 can be used to develop the general form of the inverse of a 2 x 2 matrix

9 9 The inverse a c b d is d ad bc c ad bc b ad bc a ad bc or ad bc d c b a. Notice the ad - bc is the value of the determinant of the matrix. Remember that ad bc is not defined when ad - bc = 0. Therefore, if the value of the determinant of a matrix is 0, the matrix cannot have an inverse. Inverse of a 2 x 2 Matrix Any matrix M = a c b d a c 0. Then b d ad bc will have an inverse M - if and only if d c b a. Example 3 If Q = 2 3, find Q -. Check your result. Find the value of the determinant. 2 3 = 6 ( ) or 5 Since the determinant does not equal 0, Q - exists. Q = ad bc = d c b a

10 0 Check: = = 0 0 In the application at the beginning of the booklet, the coding matrix! 0 $ was used to encode the word MEET as ETRY. In the follow Example, you will decode part of the message by finding the inverse of the coding matrix. Example 4 Suppose a person receives the message ETRYATNYEMYULAMMIXCQ that has been encoded using the matrix C=! 0 $. You already know that first four letters, ETRY, correspond to MEET. Decode the next four letters in the message. First, write the letters in a 2 x 2 matrix and assign each letter a number based on its position in the alphabet. A N T Y = Now, find the inverse of the coding matrix C=! 0 $. The determinant is 0 - or -. C = 0 or 0 Finally, multiply the inverse matrix by the first matrix and assign letters to the elements in the product.

11 = or M A E T Therefore, the next four letters of the message are MEAT. The first eight letters of the message are MEETMEAT. You will decode the rest of the message in the exercises 6 and 27. Check for Understanding Study the lesson. Then complete the following in your toolbox-book.. Explain how the multiplicative inverse and identity for real numbers are similar to the matrix inverse and identity. 2. Write the 4 x 4 identity matrix. 3. Choose the inverse of! $ a b. 0 0 c d Create a square matrix that does not have an inverse. 5. You Decide Miyoki says that the matrix 4 does not have a multiplicative identity. Hector says the identity is 0 0 Guided Practice 4 = Who is correct? Explain your reasoning. because

12 6. Cryptology Decode the next four letters, EMYU, of the message in Example 4. 2

13 3 Excercises Find the inverse of each matrix, if it exists. If it does not exist, explain why not Determine whether each statement is true or false = I 7. = I I = = I 20. The inverse of is

14 4 2. All square matrices have multiplicative identities. 22. Only square matrices have multiplicative inverses. 23. Some square matrices do not have multiplicative inverses. 24. Some square matrices do not have multiplicative identities. 25. When Beth used a graphing calculator to find the inverse of there was an ERROR statement. Explain why Geometry Recall that the matrix 0 will rotate a figure on a coordinate plane 90-degrees counterclockwise about the origin. a. Find the inverse of this rotation matrix. b. Make a conjecture about what movement the inverse describes on a coordinate plane. c. Test your conjecture on the triangle below. Make a drawing to verify your conjecture Cryptology Refer to Example 4 and Exercise 6. a. Decode the last eight letters, LAMMIXCQ, of the coded message. (Hint: Negative integers and zero are assigned letters as follows, 0 =Z, - = Y, -2 = X, -3 = W, and so on.) b. Write the entire decoded message from Example 4. c. Write the message and code it using you own coding matrix. (Hint: Use a coding matrix whose determinant is or -.) Trade messages with a partner and decode the messages.

15 5 4 a 7 3a = Solve (Hint: read Example 2) 29. Solve the system of equation by using substitution. 3x 2y = -3 3x + y = Solve for the variables - 3x y = 6x 4y 7.

16 6 Test Your Understanding (Self-test) Identity and Inverse Matrices Determine whether or not the given matrices are inverses for each other and and Find the inverse, if it exists, for each matrix. Write all equations that you used to determine if the matrix has an inverse, and the equation for finding the inverse matrix (do this one time). Then replace the variables with the specific numbers in each problem and solve Solve each system of equations using the matrix inverse of the coefficient matrix. Must show detailed work for each problem x + y = 2x y = 2x y = 8 3x + y = 2

17 7 Matrices Inverses KEY Determine whether or not the given matrices are inverses for each other and 0 0 NO and NO Find the inverse, if it exists, for each matrix thesolutionis Solve each system of using the inverse of the coefficient matrix. 5. x + y = 2x y = {(2, 3)} 6. 2x y = 8 3x + y = 2 {(-2, 4)}

18 8 Challenge Matrices Problems Solve each matrix equation. X is not a scalar. X is a matrix X = X = = X = Find the coordinates of the vertices of the image of triangle ABC with A(4, 3), B(2,), and C(, 5) after it is rotated 90 degrees counterclockwise about the origin. 5. Triangle ABC with vertices A(, 4), B(2, -5), and C(-6, -6) is translated 3 units right and unit down.. Write the translation matrix. 2. Find the coordinates of triangle A B C. 3. Graph the preimage and the image. 6. The vertices of Δ ABC are A(-2,), B(,2), and C(2,-3). The triangle is dilated so that its perimeter is 2.5 times the original perimeter.. Write the coordinates of Δ ABC in a vertex matrix. 2. Find the coordinates of Δ A B C. 3. Graph Δ ABC and Δ A B C.

19 9 Challenge Matrices Problems -Key Solve in each matrix equation Find the coordinates of the vertices of the image of triangle ABC with A(4, 3), B(2,), and C(, 5) after it is rotated 90 degrees counterclockwise about the origin. The coordinates of the vertices of A B C are A (-3,4), B (-,2), and C (-5, ).

20 20 5. Triangle ABC with vertices A(, 4), B(2, -5), and C(-6, -6) is translated 3 units right and unit down a. Write the translation matrix. b. Find the coordinates of triangle. A B C. A (4,3), B (5,-6), C (-3, -7) c. Graph the preimage and the image.

21 2 6. The vertices of Δ ABC are A(-2,), B(,2), and C(2,-3). The triangle is dilated so that its perimeter is 2.5 times the original perimeter.. Write the coordinates of Δ ABC in a vertex matrix Find the coordinates of Δ A B C. A (-5, 2.5), B (2.5, 5), and C (5, -7.5) 3. Graph Δ ABC and Δ A B C.

Study Guide and Intervention. Solving Systems of Equations Using Inverse Matrices

Study Guide and Intervention. Solving Systems of Equations Using Inverse Matrices -8 Study Guide and Intervention Identity and Inverse Matrices The identity matrix for matrix multiplication is a square matrix with s for every element of the main diagonal and zeros elsewhere. Identity

More information

Section 29: What s an Inverse?

Section 29: What s an Inverse? Section 29: What s an Inverse? Our investigations in the last section showed that all of the matrix operations had an identity element. The identity element for addition is, for obvious reasons, called

More information

Mathematics GRADE 8 Teacher Packet

Mathematics GRADE 8 Teacher Packet COMMON CORE Standards Plus Mathematics GRADE 8 Teacher Packet Copyright 01 Learning Plus Associates All Rights Reserved; International Copyright Secured. Permission is hereby granted to teachers to reprint

More information

8-4. Negative Exponents. What Is the Value of a Power with a Negative Exponent? Lesson. Negative Exponent Property

8-4. Negative Exponents. What Is the Value of a Power with a Negative Exponent? Lesson. Negative Exponent Property Lesson 8-4 Negative Exponents BIG IDEA The numbers x n and x n are reciprocals. What Is the Value of a Power with a Negative Exponent? You have used base 10 with a negative exponent to represent small

More information

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE get the complete book: /getfulltextfullbook.htm 32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE classifying families of sentences In mathematics, it is common to group together sentences of the same type

More information

A Series Transformations

A Series Transformations .3 Constructing Rotations We re halfway through the transformations and our next one, the rotation, gives a congruent image just like the reflection did. Just remember that a series of transformations

More information

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots.

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots. Extension A: Circles and Ellipses Algebra ; Pre-Calculus Time required: 35 50 min. Learning Objectives Math Objectives Students will write the general forms of Cartesian equations for circles and ellipses,

More information

Eureka Math Module 4 Topic C Replacing Letters and Numbers

Eureka Math Module 4 Topic C Replacing Letters and Numbers Eureka Math Module 4 Topic C Replacing Letters and Numbers 6.EE.A.2c: Write, read, and evaluate expressions in which letters stand for numbers. 6.EE.A.4: Identify when two expressions are equivalent. Copy

More information

2.4 Investigating Symmetry

2.4 Investigating Symmetry Locker LESSON 2.4 Investigating Symmetry Texas Math Standards The student is expected to: G.3.D Identify and distinguish between reflectional and rotational symmetry in a plane figure. Mathematical Processes

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

More information

8. TRANSFORMING TOOL #1 (the Addition Property of Equality)

8. TRANSFORMING TOOL #1 (the Addition Property of Equality) 8 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not change

More information

30. TRANSFORMING TOOL #1 (the Addition Property of Equality)

30. TRANSFORMING TOOL #1 (the Addition Property of Equality) 30 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not

More information

7.12 The student will represent relationships with tables, graphs, rules, and words.

7.12 The student will represent relationships with tables, graphs, rules, and words. 7.12 The student will represent relationships with tables, graphs, rules, and words. HINTS & NOTES Relation- is a set of ordered pairs. Remember to always start from the origin. Origin is (0,0) Move horizontally

More information

Algebra. Topic: Manipulate simple algebraic expressions.

Algebra. Topic: Manipulate simple algebraic expressions. 30-4-10 Algebra Days: 1 and 2 Topic: Manipulate simple algebraic expressions. You need to be able to: Use index notation and simple instances of index laws. Collect like terms Multiply a single term over

More information

Mathematics: Modeling Our World Unit 2: SECRET CODES SUPPLEMENTAL ACTIVITY THE GOLD BUG S2.1

Mathematics: Modeling Our World Unit 2: SECRET CODES SUPPLEMENTAL ACTIVITY THE GOLD BUG S2.1 Mathematics: Modeling Our World Unit 2: SECRET CODES SUPPLEMENTAL ACTIVITY THE GOLD BUG S2.1 In The Gold Bug by Edgar Allan Poe, the character William Legrand stumbles across what appears to be a coded

More information

Math Lecture 3 Notes

Math Lecture 3 Notes Math 1010 - Lecture 3 Notes Dylan Zwick Fall 2009 1 Operations with Real Numbers In our last lecture we covered some basic operations with real numbers like addition, subtraction and multiplication. This

More information

Quadratic equations: complex solutions

Quadratic equations: complex solutions October 28 (H), November 1 (A), 2016 Complex number system page 1 Quadratic equations: complex solutions An issue that can arise when solving a quadratic equation by the Quadratic Formula is the need to

More information

2-7 Solving Absolute-Value Inequalities

2-7 Solving Absolute-Value Inequalities Warm Up Solve each inequality and graph the solution. 1. x + 7 < 4 2. 14x 28 3. 5 + 2x > 1 When an inequality contains an absolute-value expression, it can be written as a compound inequality. The inequality

More information

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE get the complete book: http://wwwonemathematicalcatorg/getfulltextfullbookhtm 33 SOLVING LINEAR INEQUALITIES IN ONE VARIABLE linear inequalities in one variable DEFINITION linear inequality in one variable

More information

7th Grade Math. Expressions & Equations. Table of Contents. 1 Vocab Word. Slide 1 / 301. Slide 2 / 301. Slide 4 / 301. Slide 3 / 301.

7th Grade Math. Expressions & Equations. Table of Contents. 1 Vocab Word. Slide 1 / 301. Slide 2 / 301. Slide 4 / 301. Slide 3 / 301. Slide 1 / 301 Slide 2 / 301 New Jersey Center for Teaching and Learning Progressive Mathematics Initiative This material is made freely available at www.njctl.org and is intended for the non-commercial

More information

NCTM Content Standard/National Science Education Standard:

NCTM Content Standard/National Science Education Standard: Title: Matrix Madness!!!! Brief Overview: This unit has the students multiplying matrices, finding matrix determinants and inverses, and several real world applications of these processes. Upon completion

More information

Pre-Algebra. Guided Notes. Unit thru 3-6, 4-3b. Equations

Pre-Algebra. Guided Notes. Unit thru 3-6, 4-3b. Equations Pre-Algebra Guided Notes Unit 4 3-1 thru 3-6, 4-3b Equations Name Lesson 3-1 Distributive Property Distributive Property used to multiply a number by a sum or difference a(b + c) = Write an equivalent

More information

Using Proportions to Solve Percent Problems (page 562)

Using Proportions to Solve Percent Problems (page 562) LESSON Name 81 Using Proportions to Solve Percent Problems (page 562) Percent problems can be solved using proportions. Make and complete a percent box. (The total is always 100.) 1. Write in the known

More information

Lesson 3A: How Fast Are You Moving?

Lesson 3A: How Fast Are You Moving? Lesson 3A: How Fast Are You Moving? 3.1 Observe and represent Decide on a starting point. You will need 2 cars (or other moving objects). For each car, you will mark its position at each second. Make sure

More information

The Celsius temperature scale is based on the freezing point and the boiling point of water. 12 degrees Celsius below zero would be written as

The Celsius temperature scale is based on the freezing point and the boiling point of water. 12 degrees Celsius below zero would be written as Prealgebra, Chapter 2 - Integers, Introductory Algebra 2.1 Integers In the real world, numbers are used to represent real things, such as the height of a building, the cost of a car, the temperature of

More information

Ohio s State Tests PRACTICE TEST GEOMETRY. Student Name

Ohio s State Tests PRACTICE TEST GEOMETRY. Student Name Ohio s State Tests PRACTICE TEST GEOMETRY Student Name The Ohio Department of Education does not discriminate on the basis of race, color, national origin, sex, religion, age, or disability in employment

More information

1.2 Inductive Reasoning

1.2 Inductive Reasoning 1.2 Inductive Reasoning Goal Use inductive reasoning to make conjectures. Key Words conjecture inductive reasoning counterexample Scientists and mathematicians look for patterns and try to draw conclusions

More information

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

Functions. Content Summary

Functions. Content Summary CHAPTER 7 Functions Content Summary In Chapter 7, students increase their understanding of linear growth and equations by looking in detail at the special kind of relation called a function. This section

More information

Unit 1: Equations and Inequalities

Unit 1: Equations and Inequalities Math I Name: Unit 1: Equations and Inequalities Day 1 Date A DAY B Day Aug. 29 Aug. 30 Topic General Class Procedures and Rules PRACTICE: #1-10 Grade (Teacher fills in) 2 3 4 5 6 Aug. 31 Sept. 2 Sept.

More information

Chapter 4 Reasoning and Proof Geometry

Chapter 4 Reasoning and Proof Geometry Chapter 4 Reasoning and Proof Geometry Name For 1 & 2, determine how many dots there would be in the 4 th and the 10 th pattern of each figure below. 1. 2. 3. Use the pattern below to answer the following:

More information

Lesson 9: Introduction to Inequalities

Lesson 9: Introduction to Inequalities Opening Exercise - [adapted from MARS Evaluating Statements About Number Operations] 1. Abigail is thinking of a number. A. Could Abigail be thinking of 8? Explain your answer. B. What numbers could she

More information

Algebra Revision Guide

Algebra Revision Guide Algebra Revision Guide Stage 4 S J Cooper 1st Edition Collection of like terms... Solving simple equations... Factorisation... 6 Inequalities... 7 Graphs... 9 1. The straight line... 9. The quadratic curve...

More information

8 th Grade Intensive Math

8 th Grade Intensive Math 8 th Grade Intensive Math Ready Florida MAFS Student Edition August-September 2014 Lesson 1 Part 1: Introduction Properties of Integer Exponents Develop Skills and Strategies MAFS 8.EE.1.1 In the past,

More information

CHAPTER 1 NUMBER SYSTEMS. 1.1 Introduction

CHAPTER 1 NUMBER SYSTEMS. 1.1 Introduction N UMBER S YSTEMS NUMBER SYSTEMS CHAPTER. Introduction In your earlier classes, you have learnt about the number line and how to represent various types of numbers on it (see Fig..). Fig.. : The number

More information

Multiplication and Division

Multiplication and Division UNIT 3 Multiplication and Division Skaters work as a pair to put on quite a show. Multiplication and division work as a pair to solve many types of problems. 82 UNIT 3 MULTIPLICATION AND DIVISION Isaac

More information

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 2 Linear Equations

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 2 Linear Equations MATHS TEACHING RESOURCES For teachers of high-achieving students in KS Linear Equations Welcome These resources have been put together with you, the primary teacher, at the forefront of our thinking. At

More information

Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols

Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols Park School Mathematics Curriculum Book 1, Lesson 1: Defining New Symbols We re providing this lesson as a sample of the curriculum we use at the Park School of Baltimore in grades 9-11. If you d like

More information

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles Unit 5 Linear equations and inequalities In this unit, you will build your understanding of the connection between linear functions and linear equations and inequalities that can be used to represent and

More information

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles Unit 5 Linear equations and inequalities In this unit, you will build your understanding of the connection between linear functions and linear equations and inequalities that can be used to represent and

More information

Essential Question How can you solve an absolute value inequality? Work with a partner. Consider the absolute value inequality x

Essential Question How can you solve an absolute value inequality? Work with a partner. Consider the absolute value inequality x Learning Standards HSA-CED.A.1 HSA-REI.B.3.6 Essential Question How can you solve an absolute value inequality? COMMON CORE Solving an Absolute Value Inequality Algebraically MAKING SENSE OF PROBLEMS To

More information

There are two main properties that we use when solving linear equations. Property #1: Additive Property of Equality

There are two main properties that we use when solving linear equations. Property #1: Additive Property of Equality Chapter 1.1: Solving Linear and Literal Equations Linear Equations Linear equations are equations of the form ax + b = c, where a, b and c are constants, and a zero. A hint that an equation is linear is

More information

Practice Test 1 BLACKLINE MASTERS

Practice Test 1 BLACKLINE MASTERS Practice Test 1 BLACKLINE MASTERS Name Date Chapter 1: The Number System Answer the questions that follow. 1. Which of the numbers below is not irrational? A. 5 C. 2 9 B. D. 1.34344344434444 2. Which of

More information

Complex numbers. Learning objectives

Complex numbers. Learning objectives CHAPTER Complex numbers Learning objectives After studying this chapter, you should be able to: understand what is meant by a complex number find complex roots of quadratic equations understand the term

More information

Week 7 Algebra 1 Assignment:

Week 7 Algebra 1 Assignment: Week 7 Algebra 1 Assignment: Day 1: Chapter 3 test Day 2: pp. 132-133 #1-41 odd Day 3: pp. 138-139 #2-20 even, 22-26 Day 4: pp. 141-142 #1-21 odd, 25-30 Day 5: pp. 145-147 #1-25 odd, 33-37 Notes on Assignment:

More information

Unit 4 Patterns and Algebra

Unit 4 Patterns and Algebra Unit 4 Patterns and Algebra In this unit, students will solve equations with integer coefficients using a variety of methods, and apply their reasoning skills to find mistakes in solutions of these equations.

More information

MATCHING. Match the correct vocabulary word with its definition

MATCHING. Match the correct vocabulary word with its definition Name Algebra I Block UNIT 2 STUDY GUIDE Ms. Metzger MATCHING. Match the correct vocabulary word with its definition 1. Whole Numbers 2. Integers A. A value for a variable that makes an equation true B.

More information

MATH CIRCLE Session # 2, 9/29/2018

MATH CIRCLE Session # 2, 9/29/2018 MATH CIRCLE Session # 2, 9/29/2018 SOLUTIONS 1. The n-queens Problem. You do NOT need to know how to play chess to work this problem! This is a classical problem; to look it up today on the internet would

More information

Complex Numbers. Essential Question What are the subsets of the set of complex numbers? Integers. Whole Numbers. Natural Numbers

Complex Numbers. Essential Question What are the subsets of the set of complex numbers? Integers. Whole Numbers. Natural Numbers 3.4 Complex Numbers Essential Question What are the subsets of the set of complex numbers? In your study of mathematics, you have probably worked with only real numbers, which can be represented graphically

More information

Linear Motion 1. Scalars and Vectors. Scalars & Vectors. Scalars: fully described by magnitude (or size) alone. That is, direction is not involved.

Linear Motion 1. Scalars and Vectors. Scalars & Vectors. Scalars: fully described by magnitude (or size) alone. That is, direction is not involved. Linear Motion 1 Aristotle 384 B.C. - 322 B.C. Galileo 1564-1642 Scalars and Vectors The motion of objects can be described by words such as distance, displacement, speed, velocity, and acceleration. Scalars

More information

24 = 5x. 4.8 = x. December 13, 2017

24 = 5x. 4.8 = x. December 13, 2017 Learning Target Extend learning about solving equations with integer coefficients to equations that involve fractions and decimals. Learn how to change fractional and decimal coefficients and constants

More information

Lesson 12-13: Properties of Similarity Transformations

Lesson 12-13: Properties of Similarity Transformations Lesson 12-13: Properties of Similarity Transformations Learning Target I can define a similarity transformation as the composition of basic rigid motions and dilations. I can define two figures to be similar

More information

Name Period Date. polynomials of the form x ± bx ± c. Use guess and check and logic to factor polynomials of the form 2

Name Period Date. polynomials of the form x ± bx ± c. Use guess and check and logic to factor polynomials of the form 2 Name Period Date POLYNOMIALS Student Packet 3: Factoring Polynomials POLY3 STUDENT PAGES POLY3.1 An Introduction to Factoring Polynomials Understand what it means to factor a polynomial Factor polynomials

More information

CHAPTER 1 POLYNOMIALS

CHAPTER 1 POLYNOMIALS 1 CHAPTER 1 POLYNOMIALS 1.1 Removing Nested Symbols of Grouping Simplify. 1. 4x + 3( x ) + 4( x + 1). ( ) 3x + 4 5 x 3 + x 3. 3 5( y 4) + 6 y ( y + 3) 4. 3 n ( n + 5) 4 ( n + 8) 5. ( x + 5) x + 3( x 6)

More information

C if U can. Algebra. Name

C if U can. Algebra. Name C if U can Algebra Name.. How will this booklet help you to move from a D to a C grade? The topic of algebra is split into six units substitution, expressions, factorising, equations, trial and improvement

More information

3.4 Pascal s Pride. A Solidify Understanding Task

3.4 Pascal s Pride. A Solidify Understanding Task 3.4 Pascal s Pride A Solidify Understanding Task Multiplying polynomials can require a bit of skill in the algebra department, but since polynomials are structured like numbers, multiplication works very

More information

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors MAT 67L, Laboratory III Contents Instructions (1) Read this document. (2) The questions labeled Experiments are not graded, and should not be turned in. They are designed for

More information

CHAPTER 1 NUMBER SYSTEMS. 1.1 Introduction

CHAPTER 1 NUMBER SYSTEMS. 1.1 Introduction N UMBER S YSTEMS NUMBER SYSTEMS CHAPTER. Introduction In your earlier classes, you have learnt about the number line and how to represent various types of numbers on it (see Fig..). Fig.. : The number

More information

Lab: Modeling Eclipses

Lab: Modeling Eclipses 2017 Eclipse: Research-Based Teaching Resources Lab: Modeling Eclipses Description: This hands-on, guided-inquiry activity helps students to understand the geometry of lunar and solar eclipses by creating

More information

The number of Kings that lie in this tomb is, and the number of slaves that lie in this tomb is, where

The number of Kings that lie in this tomb is, and the number of slaves that lie in this tomb is, where Eve, a mathematician from Australia, was touring the still largely intact Great Pyramid of Giza. It is one of the Seven Wonders of the World and the largest and most ancient of the three pyramids in Egypt

More information

Ratio Problems Involving Name Totals (page 528)

Ratio Problems Involving Name Totals (page 528) LESSON 101 Ratio Problems Involving Name Totals (page 528) In some ratio problems a total is needed in order to solve the problem. 1. Fill in the ratio box with things you know. 2. Write a proportion.

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Individual Round Arithmetic

Individual Round Arithmetic Individual Round Arithmetic (1) What is two-thirds times three-quarters? 1/2 (2) True or False: If the average of twenty exam scores is 75.65% (and no one actually had a score of 75.65%) there must be

More information

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 9 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

More information

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

More information

Mathematics Revision Guide. Algebra. Grade C B

Mathematics Revision Guide. Algebra. Grade C B Mathematics Revision Guide Algebra Grade C B 1 y 5 x y 4 = y 9 Add powers a 3 a 4.. (1) y 10 y 7 = y 3 (y 5 ) 3 = y 15 Subtract powers Multiply powers x 4 x 9...(1) (q 3 ) 4...(1) Keep numbers without

More information

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher:

UNIT 5 INEQUALITIES CCM6+/7+ Name: Math Teacher: UNIT 5 INEQUALITIES 2015-2016 CCM6+/7+ Name: Math Teacher: Topic(s) Page(s) Unit 5 Vocabulary 2 Writing and Graphing Inequalities 3 8 Solving One-Step Inequalities 9 15 Solving Multi-Step Inequalities

More information

Position and Displacement

Position and Displacement Position and Displacement Ch. in your text book Objectives Students will be able to: ) Explain the difference between a scalar and a vector quantity ) Explain the difference between total distance traveled

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE I Wednesday, August 16, 2000 8:30 to 11:30 a.m., only Notice... Scientific

More information

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60 McGill University Faculty of Science Solutions to Practice Final Examination Math 40 Discrete Structures Time: hours Marked out of 60 Question. [6] Prove that the statement (p q) (q r) (p r) is a contradiction

More information

Systems of Equations and Inequalities

Systems of Equations and Inequalities 7 Systems of Equations and Inequalities CHAPTER OUTLINE Introduction Figure 1 Enigma machines like this one, once owned by Italian dictator Benito Mussolini, were used by government and military officials

More information

News English.com Ready-to-use ESL/EFL Lessons by Sean Banville There are 13 signs of the Zodiac, expert says

News English.com Ready-to-use ESL/EFL Lessons by Sean Banville There are 13 signs of the Zodiac, expert says www.breaking News English.com Ready-to-use ESL/EFL Lessons by Sean Banville 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html

More information

1 Matrices and matrix algebra

1 Matrices and matrix algebra 1 Matrices and matrix algebra 1.1 Examples of matrices A matrix is a rectangular array of numbers and/or variables. For instance 4 2 0 3 1 A = 5 1.2 0.7 x 3 π 3 4 6 27 is a matrix with 3 rows and 5 columns

More information

Section 5.5: Matrices and Matrix Operations

Section 5.5: Matrices and Matrix Operations Section 5.5 Matrices and Matrix Operations 359 Section 5.5: Matrices and Matrix Operations Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season.

More information

Algebra: Linear UNIT 16 Equations Lesson Plan 1

Algebra: Linear UNIT 16 Equations Lesson Plan 1 1A UNIT 16 Equations Lesson Plan 1 Introduction to coding T: Today we're going to code and decode letters and numbers. OS 16.1 T: What can you see on the OHP? (A circle with letters in it) T: How is it

More information

5( 4) 4 = x. Answers to Warm Up: Solve the equation and then graph your solution on the number line below.

5( 4) 4 = x. Answers to Warm Up: Solve the equation and then graph your solution on the number line below. Grade Level/Course: Grade 7, Grade 8, and Algebra 1 Lesson/Unit Plan Name: Introduction to Solving Linear Inequalities in One Variable Rationale/Lesson Abstract: This lesson is designed to introduce graphing

More information

MODULAR ARITHMETIC. Suppose I told you it was 10:00 a.m. What time is it 6 hours from now?

MODULAR ARITHMETIC. Suppose I told you it was 10:00 a.m. What time is it 6 hours from now? MODULAR ARITHMETIC. Suppose I told you it was 10:00 a.m. What time is it 6 hours from now? The time you use everyday is a cycle of 12 hours, divided up into a cycle of 60 minutes. For every time you pass

More information

Are You Ready? Write each verbal expression as an algebraic expression more than m 2. r increased by 5

Are You Ready? Write each verbal expression as an algebraic expression more than m 2. r increased by 5 Are You Ready? Write each verbal expression as an algebraic expression. 1. 5 more than m 2. r increased by 5 3. 25 minus q 4. the difference of 20 and t 5. the sum of v and 8 6. the product of 4 and w

More information

3.4 Pascal s Pride. A Solidify Understanding Task

3.4 Pascal s Pride. A Solidify Understanding Task 3.4 Pascal s Pride A Solidify Understanding Task Multiplying polynomials can require a bit of skill in the algebra department, but since polynomials are structured like numbers, multiplication works very

More information

Recitation 8: Graphs and Adjacency Matrices

Recitation 8: Graphs and Adjacency Matrices Math 1b TA: Padraic Bartlett Recitation 8: Graphs and Adjacency Matrices Week 8 Caltech 2011 1 Random Question Suppose you take a large triangle XY Z, and divide it up with straight line segments into

More information

CLASS NOTES: 2 1 thru 2 3 and 1 1 Solving Inequalities and Graphing

CLASS NOTES: 2 1 thru 2 3 and 1 1 Solving Inequalities and Graphing page 1 of 19 CLASS NOTES: 2 1 thru 2 3 and 1 1 Solving Inequalities and Graphing 1 1: Real Numbers and Their Graphs Graph each of the following sets. Positive Integers: { 1, 2, 3, 4, } Origin: { 0} Negative

More information

Exercise Set Suppose that A, B, C, D, and E are matrices with the following sizes: A B C D E

Exercise Set Suppose that A, B, C, D, and E are matrices with the following sizes: A B C D E Determine the size of a given matrix. Identify the row vectors and column vectors of a given matrix. Perform the arithmetic operations of matrix addition, subtraction, scalar multiplication, and multiplication.

More information

Pre- Calculus CP 1 Section 8.5 Matrix Application: Cryptography

Pre- Calculus CP 1 Section 8.5 Matrix Application: Cryptography Name: Matrix operations, inverses, and determinants have several applications including performing a geometric transformation, solving a system, organizing data, and finding the area of a triangle. In

More information

= = =

= = = . D - To evaluate the expression, we can regroup the numbers and the powers of ten, multiply, and adjust the decimal and exponent to put the answer in correct scientific notation format: 5 0 0 7 = 5 0

More information

Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 Linear, Compound, and Absolute Value Inequalities

Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 Linear, Compound, and Absolute Value Inequalities Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 What is the following symbol? < The inequality symbols < > are used to compare two real numbers. The meaning of anyone of

More information

Redlands High School

Redlands High School Redlands High School Dear Math I Honors Students, Familiarity with pre high school math topics is essential for success in Integrated Math I Honors class. The majority of the questions in Math I require

More information

Think of three math problems using the four operations where order matters and three where order doesn t matter. ACTIVITY: Commutative Properties

Think of three math problems using the four operations where order matters and three where order doesn t matter. ACTIVITY: Commutative Properties 3.3 Properties of Addition and Multiplication operation matter? Does the order in which you perform an ACTIVITY: Does Order Matter? Work with a partner. Place each statement in the correct oval. a. Fasten

More information

Vocabulary. A network is a set of objects. that are connected together by a. The vertices of a network are the. The arcs or edges of a network show

Vocabulary. A network is a set of objects. that are connected together by a. The vertices of a network are the. The arcs or edges of a network show Unit 4+ Vocabulary Knowledge Rating* Lesson Vocabulary Terms Definition Picture/Example/Notation A network is a set of objects 1 Network that are connected together by a. 1 Vertices The vertices of a network

More information

Essential Question How can you cube a binomial? Work with a partner. Find each product. Show your steps. = (x + 1) Multiply second power.

Essential Question How can you cube a binomial? Work with a partner. Find each product. Show your steps. = (x + 1) Multiply second power. 4.2 Adding, Subtracting, and Multiplying Polynomials COMMON CORE Learning Standards HSA-APR.A.1 HSA-APR.C.4 HSA-APR.C.5 Essential Question How can you cube a binomial? Cubing Binomials Work with a partner.

More information

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998.

Mathematics 1104B. Systems of Equations and Inequalities, and Matrices. Study Guide. Text: Mathematics 11. Alexander and Kelly; Addison-Wesley, 1998. Adult Basic Education Mathematics Systems of Equations and Inequalities, and Matrices Prerequisites: Mathematics 1104A, Mathematics 1104B Credit Value: 1 Text: Mathematics 11. Alexander and Kelly; Addison-Wesley,

More information

Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax 2 + bx + c = 0

Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax 2 + bx + c = 0 Ch. 5.8 Solving Quadratic Equations A quadratic equation in standard form is an equation in the form: ax + bx + c = 0 Notice this is a trinomial that is set equal to 0. If this trinomial can be factored,

More information

Lesson 8: Why Stay with Whole Numbers?

Lesson 8: Why Stay with Whole Numbers? Student Outcomes Students use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. Students create functions that

More information

Unit: Solving Quadratic Equations

Unit: Solving Quadratic Equations Unit: Solving Quadratic Equations Name Dates Taught Outcome 11P.R.1. Factor polynomial expressions of the of the form o ax 2 - bx +c = 0, a 0 o a 2 x 2 b 2 y 2 - c = 0, a 0 b 0 o a(f(x)) 2 b(f(x))x +c

More information

Math Circle at FAU 10/27/2018 SOLUTIONS

Math Circle at FAU 10/27/2018 SOLUTIONS Math Circle at FAU 10/27/2018 SOLUTIONS 1. At the grocery store last week, small boxes of facial tissue were priced at 4 boxes for $5. This week they are on sale at 5 boxes for $4. Find the percent decrease

More information

MATH STUDENT BOOK. 8th Grade Unit 3

MATH STUDENT BOOK. 8th Grade Unit 3 MATH STUDENT BOOK 8th Grade Unit 3 Unit 3 Modeling Problems with Rational Numbers Math 803 Modeling Problems with Rational Numbers Introduction 3 1. Number Theory 5 Prime Factorization and the GCF 5 Simplifying

More information

Chapter Two B: Linear Expressions, Equations, and Inequalities

Chapter Two B: Linear Expressions, Equations, and Inequalities Chapter Two B: Linear Expressions, Equations, and Inequalities Index: A: Intro to Inequalities (U2L8) Page 1 B: Solving Linear Inequalities (U2L9) Page 7 C: Compound Inequalities (And) (U2L10/11) Page

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 19, :15 to 4:15 p.m., only

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 19, :15 to 4:15 p.m., only The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE I Tuesday, June 19, 2001 1:15 to 4:15 p.m., only Notice... Scientific calculators

More information

37. FINISHING UP ABSOLUTE VALUE INEQUALITIES

37. FINISHING UP ABSOLUTE VALUE INEQUALITIES get the complete book: http://wwwonemathematicalcatorg/getfulltextfullbookhtm 37 FINISHING UP ABSOLUTE VALUE INEQUALITIES solving inequalities involving absolute value This section should feel remarkably

More information

Chapter Four: Linear Expressions, Equations, and Inequalities

Chapter Four: Linear Expressions, Equations, and Inequalities Chapter Four: Linear Expressions, Equations, and Inequalities Index: A: Intro to Inequalities (U2L8) B: Solving Linear Inequalities (U2L9) C: Compound Inequalities (And) (U2L10/11) D: Compound Inequalities

More information

Patterns and Relations

Patterns and Relations Where a, b and care integers. a(x.b)2c b:c,a.io ax bc :b,a:o ax=b the farm: P.2: Model and solve problems, concretely, pictorially and symbolically, using linear equations of P.1: Graph and analyze two-variable

More information