Grade 7/8 Math Circles November 1 & 2, The Matrix

Size: px
Start display at page:

Download "Grade 7/8 Math Circles November 1 & 2, The Matrix"

Transcription

1 Faculty of Mathematics Waterloo, Ontario N2L 3G Centre for Education in Mathematics and Computing Grade 7/8 Math Circles November & 2, 26 The Matrix Introduction to Matrices A matrix is a rectangular arrangement of numbers. We can talk about one matrix or several matrices. Matrices are often used to represent information without labels. For example, suppose you and a friend each have a box of Smarties and you each want to count all your red and blue Smarties. This information is represented in the table below. Red Blue You 5 4 Friend

2 Example Suppose Farm A has 8 pigs and 4 cows and Farm B has 3 pigs and 9 cows. Represent this information in a matrix. Pigs Cows Farm A 8 4 Farm B Now we know how to translate information from a table to a matrix. Let s talk about the dimensions of a matrix. So far, we have only seen 2 2 matrices. In general, an m n matrix has m rows and n columns. Matrix A, in the example below, is a 2 3 matrix since there are two rows and three columns. } 4 6 A 2 rows }{{} 3 columns If a matrix has m rows and m columns, it is an m m matrix or a square matrix. The matrix below is an example of a 2 2 matrix which is a square matrix Example What are the dimensions of the following matrices? (a) 2 3 matrix (b) matrix 7 2 The numbers inside a matrix are called elements. To generalize, we can label each element using variables in our matrices. For example, a b a b c a a b c d c d a b c d e f d e f b e f g h i c 2

3 Life With Matrices How exactly are matrices used in the world? Matrices have many real-life applications. Here are a few examples: Cryptography - Matrices can be used to encrypt and decrypt secret messages. The sender encrypts the message using an encoding matrix and the receiver decrypts it using a decoding matrix. encoding matrix message encrypted message decoding matrix encrypted message message Economics - Businesses use matrices to study stock market trends to earn a larger profit and to lower their losses Revenue Costs P rof it November Google - Ever wonder how Google always knows what you search for? Or wonder how they determine what sites to direct you to? Google uses a page ranking method that uses matrices! 3

4 Matrix Operations Matrix operations are quite interesting. They do not follow the same rules as numbers do and have their own ways of performing our usual operations. Matrix Addition Matrix addition is fairly straightforward. To perform matrix addition, we add together elements that are in the same position in each matrix. Suppose we want to add the two 2 2 matrices: a b e f + c d g h a + e b + f c + g d + h Note that when adding matrices together, all matrices must have the same dimensions! We were able to add the matrices above together because both matrices are 2 2. Example Add the following matrices: Example 2 Go Raptors! You re watching a Toronto Raptors basketball game. In the first quarter, Kyle Lowry scored points with block and 2 assists. DeMar DeRozan scored 3 points with blocks and assist. Jonas Valanciunas scored 9 points with 3 blocks and assists In the second quarter, Lowry scored 5 points with blocks and 3 assists. DeRozan scored points with blocks and 2 assists. JV scored 4 points with 2 blocks and assist. How many points, blocks, and assists does each player have by halftime? By halftime, Lowry scored 26 points with block and 5 assists, DeRozan scored 24 points with blocks and 3 assists, and JV scored 23 points with 5 blocks and assist. 4

5 Matrix Subtraction Matrix subtraction works the same way as addition! To perform matrix subtraction, we subtract elements that are in the same position in each matrix. a b e f c d g h a e b f c g d h Similar to matrix addition, matrices need to have the same dimensions in order to perform matrix subtraction. Example Subtract the following matrices: Example 2 Bart and Lisa get a weekly allowance of $5 and they are competing to see who can save the most money until Wednesday. On Monday, Bart and Lisa do not spend anything On Tuesday, Bart buys a snack at the vending machine for $.25 On Wednesday, Bart loses $.25 in a bet with his friends and Lisa spend $.7 on bubble gum On Wednesday, who saved the most amount of money? Bart or Lisa? By Wednesday, Bart has $3.5 and Lisa has $3.3, so Bart saved the most money. 5

6 Scalar Multiplication A scalar is a any number outside of the matrix. To perform scalar multiplication, we multiply each element by the same number. Suppose we want to calculate the following: a b k c d ka kb kc kd Example Calculate the following: Example 2 Yesterday, there are were 45 kids, 72 teenagers, and 3 adults who played Laser Tag and 22 kids, 55 teenagers, and 53 adults who played the Escape Room. Today, there were twice as many people because of a coupon found in the flyers. How many kids, teenagers, and adults played Laser Tag? How many played the Escape Room? Today, 9 kids, 44 teenagers, and 62 adults played Laser Tag and 44 kids, teenagers, and 6 adults played the Escape Room. 6

7 Matrix Multiplication Here, we are multiplying a matrix by another matrix. To perform matrix multiplication, we multiply each element of a row from one matrix by the corresponding element of the column from the other matrix and add the products together. Below, see what happens when we multiply two 2 2 matrices together. a b e f c d g h ae + bg af + bh ce + dg cf + dh Example Calculate the following: (a) (b) (c) (4) + 5(2) (3) + 5() 2(4) + 7(2) 2(3) + 7() (7) + 2(2) + () 3() + 2(5) + (4) (7) + 3(2) + 4() 5() + 3(5) + 4(4) (2) + 4(4) + 2() (2) + 5(4) + 6() (2) + 9(4) + 3() There are a few things we need to take note of: 53 Suppose A is an m n matrix and B is a p q matrix.. Matrices A and B can be multiplied together only if n p (i.e. # of columns in A # of rows in B) 2. The product of the two matrices, A and B, will be an m q matrix (i.e. AB will be an m q matrix.) 7

8 Problem Set Solutions. Construct a matrix for the following scenarios: Alternate solution: Switch the labels for the rows and columns. (a) We are doing a class vote on which one is better: books or movies. For books, there were votes from the Grades 7s and 6 votes from the Grade 8s. For movies, there were 8 votes from the Grade 7s and votes from the Grade 8s. Books Movies Grade 7 8 Grade (b) It s the season for apple ciders and hot chocolate drinks! On Friday, Tim Horton s sells 25 apple ciders, 32 hot chocolates, and 28 white hot chocolates. On Saturday, they sell 53 apple ciders, 55 hot chocolates, and 46 white hot chocolates. Sunday, they sell 45 apple ciders, 45, hot chocolates, and 47 white hot chocolates. On Apple Cider Hot Choco White Hot Choco Friday Saturday Sunday Add or subtract the following matrices: A B 5 6 C (a) A + B (b) B C (c) A + B C (d) B + C A

9 3. Multiply the following matrices: 2 4 D (a) DE (b) EF E 9 F (c) F D (d) F DE Calculate the following given matrices G and H: 3 G (a) 3G + H H (b) 5G 4H When multiplying numbers, we can say In general, a b b a where a and b is any number. This is called the commutative property of numbers. Is this property true for matrices? Answer the following questions to find out. Suppose we have the following matrices: (a) Calculate the following: A B 8 5 i. AB ii. BA 6 47 AB BA (b) Does AB BA? Is the commutative property true for matrices? No. AB BA because matrix AB has different dimensions than matrix BA. Thus, the commutative property is not true for matrices. 9

10 6. Suppose CD E. What are the missing elements in matrix C? C D E Suppose D 2E F. What are the missing elements in matrices D, E and F? D E F Suppose 4M + NP Q. What is the matrix M? N P 8 3 Q M If you multiply a 3 6 matrix by a 6 2 matrix, what are the dimensions of the product? 3 2. What is another application of matrices in real life? (Do some research!) Answers may vary. Matrices are used in a number of different things. For example,... Physics: Matrices are used in the study of electrical circuits, quantum mechanics, and optics Robotics: The base elements of robot movements are matrices

11 . An electronics company called Alpha wants to determine which of their phone products made the most profit (or made the most money). In the last month, Phone A earned $5, and Phone B earned $2, in total Phone A cost $, and Phone B cost $75, to manufacture (Hint: The equation to calculate profit is Revenue Cost P rof it where revenue is the amount of money earned, cost is the amount of money spent, and profit is the amount of money leftover.) (a) How much profit did Alpha make in the last month total? 5,, Revenue Cost 2, 75, 5, Revenue Cost 25, Alpha made a total profit of $5, + $25, $75, in the last month from Phone A and Phone B combined. (b) Which phone product made the most profit in the last month? Phone A 2. During recess, T.J., Vince, and Mikey decide to combine their piggy bank money to buy $. worth of bubble gum after school at the convenience store. T.J. has 6 dimes, quarters, and 2 loonies, Vince has 2 dimes, and 7 quarters, Mikey has 8 dimes, 6 quarters, and loonie. Mikey, the kind soul that he is, buys a juice box for a thirsty first grader. It costs him $.25. Do they have enough money to buy $. worth of bubble gum? Dimes Quarters Loonies T.J. 6 2 Vince 2 7 Mikey Altogether, T.J., Vince, and Mikey have $5. + $ $3.3 $.45 but Mikey bought a juice box for $.25 so, in total they have $.45 - $.25 $.2. Yes, they have just enough money to buy all their bubble gum.

12 *3. Jean, Logan, and Scott all go to Professor X s School for Mutants. It s the end of the year and they all want to calculate their final grades for their Mutant History class. Their grade is made up of three tests: Test A, Test B, and Test C. Jean received an 85% on Test A, 8% on Test B, and 86% on Test C Logan received a 74% on Test A, 64% on Test B, and 88% on Test C Scott received an 77% on Test A, 92% on Test B, and an 74% on Test C Suppose Test A is worth 2% of their final grade, Test B is worth 3%, and Test C is worth 5%. What are the final grades in class for Jean, Logan, and Scott? Start by creating two matrices: one for the test grades of Jean, Logan, and Scott, and another matrix containing the final grade values of each test. Test A Test B Test C Jean Logan Scott Change the test grades into decimals since you want to calculate how many marks of their final grade a student receives given their test grade. (ex. Jean s Test A grade is worth marks of her final grade). Grade Value Test A 2 Test B 3 Test C (2) +.8(3) +.86(5) (2) +.64(3) +.88(5) (2) +.92(3) +.74(5) Jean 84 Logan 78 Scott 8 Thus, Jean s, Logan s, and Scott s final grades are 84%, 78%, and 8% respectively. 2

13 **4. Hill Cipher (Cryptography) Suppose we number the alphabet from to 25. (i.e. A, B, C 2,...). As an example, consider the message FRIEND as a 3 2 matrix and the 3 3 key matrix (or encoding matrix) below: F FRIEND R I E 5 4 N 7 3 D Key matrix To encrypt the message, multiply the key matrix by the message. For the resulting matrix, subtract 26 from each element repeatedly until the element is less than I C Z B B ICZBBC The encrypted message is ICZBBC. To decrpyt a message, you need another key matrix. Multiply this key matrix by the encrypted message matrix to determine the actual message. (Note that all elements in every matrix must be a number from to 25.) (a) Encrypt the following message given the key matrix: HAPPINESS 2 5 Key matrix HAPPINESS 8 8 C LDSTJISEI HAPPINESS LDSTJISEI (b) Decrypt the following encrypted message given the key matrix: YKVJ Key matrix YKVJ MATH YKVJ MATH 3

14 ***5. Google Page Rank Method Google determines which webpages to display first based on how often a webpage is visited using a combination of different mathematical concepts including matrices. At this point, the page rank method is quite complex to explain but if you are up for a serious challenge, research Google Page Rank. For now, to simplify, the following equation is used to rank webpages: G d L + ( d) N e L is the matrix that tell us whether there is a link between webpages (i.e. If there is a link between A and B, the matrix element is. Otherwise, it is.) d is a number between and, called the damping factor, which ensures that we will not be calculating the page rank infinitely (i.e. At some point, you stop clicking other webpages) N is the number of webpages e is a ones matrix with the same dimensions as G and L (i.e. All matrix elements are ) G is the updated matrix L or our rank matrix p is the probability matrix that a page will be clicked After calculating G, R G p R is our final matrix with the final ranking of all the webpages. The page with the highest ranking is displayed first on your Google search. 4

15 (a) For webpages A, B, and C, determine rank matrix G. d.85 L A B C A B N 3 e C G G (b) Given the probabiliy matrix p, what are the page rankings of webpages A, B, and C? (i.e. Determine matrix R.) p Note that in probability matrix p, webpage A has a 5% probability of being clicked, webpage B has a 5% probability, and webpage C has a 35% probability R Webpage A is ranked st and webpages B and C are both ranked 2 nd. 5

Math 3A Meadows or Malls? Review

Math 3A Meadows or Malls? Review Math 3A Meadows or Malls? Review Name Linear Programming w/o Graphing (2 variables) 1. A manufacturer makes digital watches and analogue (non-digital) watches. It cost $15 to make digital watch and $20

More information

Grade 6 Math Circles Fall Oct. 21/22 Algebra - Solving Equations

Grade 6 Math Circles Fall Oct. 21/22 Algebra - Solving Equations 1 Faculty of Mathematics Waterloo, Ontario Centre for Education in Mathematics and Computing Grade 6 Math Circles Fall 014 - Oct. 1/ Algebra - Solving Equations Today we are going to be looking at solving

More information

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions:

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions: Matrices A Matrix is an array of numbers: We talk about one matrix, or several matrices. There are many things we can do with them... Adding A Matrix (This one has 2 Rows and 3 Columns) To add two matrices:

More information

Put the following equations to slope-intercept form then use 2 points to graph

Put the following equations to slope-intercept form then use 2 points to graph Tuesday September 23, 2014 Warm-up: Put the following equations to slope-intercept form then use 2 points to graph 1. 4x - 3y = 8 8 x 6y = 16 2. 2x + y = 4 2x + y = 1 Tuesday September 23, 2014 Warm-up:

More information

3.1 Solving Systems Using Tables and Graphs

3.1 Solving Systems Using Tables and Graphs Algebra 2 Chapter 3: Systems of Equations Mrs. Leahy 3.1 Solving Systems Using Tables and Graphs A solution to a system of linear equations is an that makes all of the equations. To solve a system of equations

More information

Grade 6 Math Circles November 10, 2010 Algebra

Grade 6 Math Circles November 10, 2010 Algebra 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Grade 6 Math Circles November 10, 2010 Algebra Solving Equations (Addition & Subtraction) When we are given

More information

Cryptography Worksheet

Cryptography Worksheet Cryptography Worksheet People have always been interested in writing secret messages. In ancient times, people had to write secret messages to keep messengers and interceptors from reading their private

More information

Coached Instruction Supplement

Coached Instruction Supplement Practice Coach PLUS Coached Instruction Supplement Mathematics 5 Practice Coach PLUS, Coached Instruction Supplement, Mathematics, Grade 5 676NASP Triumph Learning Triumph Learning, LLC. All rights reserved.

More information

D. 90% 2. You need of a can of paint to paint one bench. How many cans would you need to paint 8 benches of equal size?

D. 90% 2. You need of a can of paint to paint one bench. How many cans would you need to paint 8 benches of equal size? . You are writing a report on video games. You are including the fact that a specific video game has been downloaded 90,000,000 times. Write this number in scientific notation.. You need of a can of paint

More information

Functional Mathematics 4368

Functional Mathematics 4368 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials Question Mark Functional Skills Certificate June 2015 Functional Mathematics 4368 Level 2 1

More information

Precalculus Notes: Unit 7 Systems of Equations and Matrices

Precalculus Notes: Unit 7 Systems of Equations and Matrices Date: 7.1, 7. Solving Systems of Equations: Graphing, Substitution, Elimination Syllabus Objectives: 8.1 The student will solve a given system of equations or system of inequalities. Solution of a System

More information

January 24, Matrix Row Operations 2017 ink.notebook. 6.6 Matrix Row Operations. Page 35 Page Row operations

January 24, Matrix Row Operations 2017 ink.notebook. 6.6 Matrix Row Operations. Page 35 Page Row operations 6.6 Matrix Row Operations 2017 ink.notebook Page 35 Page 36 6.6 Row operations (Solve Systems with Matrices) Lesson Objectives Page 37 Standards Lesson Notes Page 38 6.6 Matrix Row Operations Press the

More information

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly.

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly. Math 3 Variable Manipulation Part 2 Systems with Matrices MATRICES An alternative method to solving system of equations is using Matrices. However, before we can solve systems of equations using matrices,

More information

Daily Math Week 8 ( ) Mon. October 7, 2013 Tues. October 8, 2013 Wed. October 9, 2013 Thurs. October 10, 2013 Fri.

Daily Math Week 8 ( ) Mon. October 7, 2013 Tues. October 8, 2013 Wed. October 9, 2013 Thurs. October 10, 2013 Fri. Daily Math Week 8 (2013-2014) Mon. October 7, 2013 Tues. October 8, 2013 Wed. October 9, 2013 Thurs. October 10, 2013 Fri. October 11, 2013 1 Monday, October 7, 2013 1 st Order from greatest to least:

More information

The inverse of a matrix

The inverse of a matrix The inverse of a matrix A matrix that has an inverse is called invertible. A matrix that does not have an inverse is called singular. Most matrices don't have an inverse. The only kind of matrix that has

More information

Lesson 9: An Application of Linear Equations

Lesson 9: An Application of Linear Equations Classwork Exercises 1. Write the equation for the 15 th step. 2. How many people would see the photo after 15 steps? Use a calculator if needed. S.30 3. Marvin paid an entrance fee of $5 plus an additional

More information

Objectives/Outcomes. Introduction: If we have a set "collection" of fruits : Banana, Apple and Grapes.

Objectives/Outcomes. Introduction: If we have a set collection of fruits : Banana, Apple and Grapes. 1 September 26 September One: Sets Introduction to Sets Define a set Introduction: If we have a set "collection" of fruits : Banana, Apple Grapes. 4 F={,, } Banana is member "an element" of the set F.

More information

Finite Math - J-term Homework. Section Inverse of a Square Matrix

Finite Math - J-term Homework. Section Inverse of a Square Matrix Section.5-77, 78, 79, 80 Finite Math - J-term 017 Lecture Notes - 1/19/017 Homework Section.6-9, 1, 1, 15, 17, 18, 1, 6, 9, 3, 37, 39, 1,, 5, 6, 55 Section 5.1-9, 11, 1, 13, 1, 17, 9, 30 Section.5 - Inverse

More information

Test Booklet. Subject: MA, Grade: 10 TAKS Grade 10 Math Student name:

Test Booklet. Subject: MA, Grade: 10 TAKS Grade 10 Math Student name: Test Booklet Subject: MA, Grade: 10 TAKS Grade 10 Math 2009 Student name: Author: Texas District: Texas Released Tests Printed: Saturday July 14, 2012 1 The grid below shows the top view of a 3-dimensional

More information

Grade 7/8 Math Circles. Counting I

Grade 7/8 Math Circles. Counting I Faculty of Mathematics Waterloo, Ontario N2L 3G1 Counting Grade 7/8 Math Circles February 13, 2014 Counting I Centre for Education in Mathematics and Computing Counting in mathematics is the process of

More information

6-1 Practice Multivariable Linear Systems and Row Operations

6-1 Practice Multivariable Linear Systems and Row Operations 6-1 Practice Multivariable Linear Systems and Row Operations Write each system of equations in triangular form using Gaussian elimination. Then solve the system. 2 3 1 23 5 3 0 2 1 1 1. [ 3 2 12 32 ] 2.

More information

Grade 6 Math Circles November 6 & Relations, Functions, and Morphisms

Grade 6 Math Circles November 6 & Relations, Functions, and Morphisms Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Relations Let s talk about relations! Grade 6 Math Circles November 6 & 7 2018 Relations, Functions, and

More information

Simplifying Expressions

Simplifying Expressions Unit 1 Beaumont Middle School 8th Grade, 2017-2018 Math8; Intro to Algebra Name: Simplifying Expressions I can identify expressions and write variable expressions. I can solve problems using order of operations.

More information

Please Excuse My Dear Aunt Sally

Please Excuse My Dear Aunt Sally Instructional strategies - math Math Hierarchy - Order of Operations PEMDAS P E M/D A/S Parenthesis first Exponents, square roots Multiplication and Division (left to right) Addition and Subtraction (left

More information

Montana Comprehensive Assessment System (MontCAS, Phase 2 CRT)

Montana Comprehensive Assessment System (MontCAS, Phase 2 CRT) Montana Comprehensive Assessment System (MontCAS, Phase CRT) Grade 7 Common Released Items Spring 008 Student Name: School Name: Teacher/Class: OFFICE OF PUBLIC INSTRUCTION SECURE MATERIALS. MAY NOT BE

More information

February 01, Matrix Row Operations 2016 ink.notebook. 6.6 Matrix Row Operations. Page 49 Page Row operations

February 01, Matrix Row Operations 2016 ink.notebook. 6.6 Matrix Row Operations. Page 49 Page Row operations 6.6 Matrix Row Operations 2016 ink.notebook Page 49 Page 50 6.6 Row operations (Solve Systems with Matrices) Lesson Objectives Page 51 Standards Lesson Notes Page 52 6.6 Matrix Row Operations Press the

More information

The Key Playlist Report for New York and Texas is Ready!

The Key Playlist Report for New York and Texas is Ready! The Key Playlist Report for New York and Texas is Ready! 1 The Key Playlist Report for New York and Texas is now available. A general Key Playlist Report good for ALL the states will be ready in a few

More information

Solving Systems of Equations Using Matrices With the TI-83 or TI-84

Solving Systems of Equations Using Matrices With the TI-83 or TI-84 Solving Systems of Equations Using Matrices With the TI-83 or TI-84 Dimensions of a matrix: The dimensions of a matrix are the number of rows by the number of columns in the matrix. rows x columns *rows

More information

Reteach. Teacher Edition. Chapter 9. Grade 4

Reteach. Teacher Edition. Chapter 9. Grade 4 Reteach Teacher Edition Chapter 9 Grade Lesson Reteach Add Like Fractions Remember that to add like fractions, you find the sum of the numerators, but keep the denominator the same. Find _ 1 + _ 1. Use

More information

MATH Student Book. 5th Grade Unit 4

MATH Student Book. 5th Grade Unit 4 MATH Student Book 5th Grade Unit 4 Unit 4 ALGEBRA AND GRAPHING MATH 504 ALGEBRA AND GRAPHING Introduction 3 1. Expressions...4 Addition and Subtraction Expressions 5 Multiplication Expressions 9 The Order

More information

Unit 2A: Systems of Equations and Inequalities

Unit 2A: Systems of Equations and Inequalities Unit A: Systems of Equations and Inequalities In this unit, you will learn how to do the following: Learning Target #1: Creating and Solving Systems of Equations Identify the solution to a system from

More information

Using Variables to Write Pattern Rules

Using Variables to Write Pattern Rules Using Variables to Write Pattern Rules Goal Use numbers and variables to represent mathematical relationships. 1. a) What stays the same and what changes in the pattern below? b) Describe the pattern rule

More information

Encryption à la Mod Name

Encryption à la Mod Name Rock Around the Clock Part Encryption à la Mod Let s call the integers,, 3,, 5, and the mod 7 encryption numbers and define a new mod 7 multiplication operation, denoted by, in the following manner: a

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I 2 nd Nine Weeks, 2016-2017 1 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource for

More information

A fraction (from Latin: fractus, "broken") represents a part of a whole.

A fraction (from Latin: fractus, broken) represents a part of a whole. Math 4. Class work. Algebra. Fractions. A fraction (from Latin: fractus, "broken") represents a part of a whole. Look at the picture on the right: the whole chocolate bar is divided into equal pieces:

More information

April 25, Lesson 8.2B

April 25, Lesson 8.2B Lesson 8.2B Content Objective: I can substitute a number in for a variable and solve for the expression I can turn word problems into expressions, equations, and inequalities and solve for the variable.

More information

Course # and Section #: MTH 120: WN 110 Start Date: Feb. 2, The following CHECKED items are ALLOWED to be taken in the testing room by students;

Course # and Section #: MTH 120: WN 110 Start Date: Feb. 2, The following CHECKED items are ALLOWED to be taken in the testing room by students; DELTA COLLEGE ACADEMIC TESTING CENTER Printed Name of Student Taking Exam EXAM COVERSHEET Instructor s Name: Jim Ham Exam #: Course # and Section #: MTH 2: WN Start Date: Feb. 2, 22 Type of Exam: Out-of

More information

Advanced Algebra I Simplifying Expressions

Advanced Algebra I Simplifying Expressions Page - 1 - Name: Advanced Algebra I Simplifying Expressions Objectives The students will be able to solve problems using order of operations. The students will identify expressions and write variable expressions.

More information

Numeracy Practice Test

Numeracy Practice Test Numeracy Practice Test Year 9 - Answers 010 Practice Test Calculator allowed Student Details First Name Last Name Today s Date is: Test Instructions You have 40 minutes to complete this test. You are allowed

More information

1 When Calvin woke up the temperature outside was. He checked the

1 When Calvin woke up the temperature outside was. He checked the CALCULATOR NOT PERMITTED ITEMS 1 8 202639 1 When Calvin woke up the temperature outside was. He checked the temperature hourly and made the table below. Which graph shows the data in the table plotted

More information

Family Literacy. readers. Easy Algebra Reading Practice

Family Literacy. readers. Easy Algebra Reading Practice Family Literacy readers Easy Algebra Reading Practice UNIT 2 Integers and Expressions 2.0 A Review of Unit 1 preface About Family Literacy Algebra Prep Readers These readers are not intended to be a complete

More information

Sample. Test Booklet. Subject: MA, Grade: 04 STAAR Grade 4 Math signup at to remove - Student name:

Sample. Test Booklet. Subject: MA, Grade: 04 STAAR Grade 4 Math signup at   to remove - Student name: Test Booklet Subject: MA, Grade: 04 Student name: Author: Texas District: Texas Released Tests Printed: Wednesday September 06, 2017 1 Larry has written 6 of his book report. Which 10 decimal represents

More information

4 th Grade CRCT Study Guide

4 th Grade CRCT Study Guide Numbers and Operations 43% Place Value Whole numbers Estimate the sum or difference millions Hundred thousands Ten thousands thousands hundreds tens ones 7, 5 2 3, 8 2 5 Seven million, five hundred twenty

More information

Graphing Linear Equations Review

Graphing Linear Equations Review Graph each equation. Graphing Linear Equations Review 1. y = 3x 1 2. y = 1 x 2 3 2 3. 6x 3y 12 4. y x 4 5 What do we know about parallel and perpendicular lines? Parallel lines Perpendicular lines What

More information

Applications of Matrices

Applications of Matrices Applications of Matrices Shivdeep Kaur Assistant professor Mata Gujri College, Fatehgarh Sahib Abstract In this paper, my aim is to explore the applications of matrices in different fields of sciences

More information

Accelerated Math. Class work 1. Algebra. 1. Can you compare Compute by the most convenient way:

Accelerated Math. Class work 1. Algebra. 1. Can you compare Compute by the most convenient way: Accelerated Math. Class work 1. Algebra. 1. Can you compare 9 + 19 + 9 + 39 + 47 + 69 200 2. Compute by the most convenient way: a) (179 + 94) + 21 = b) (356 + 849) + (51 + 644) = c) 99 + 99 + 99 + 99

More information

Grade 7/8 Math Circles February 11/12, Counting I

Grade 7/8 Math Circles February 11/12, Counting I Faculty of Mathematics Waterloo, Ontario N2L 3G1 Counting Grade 7/8 Math Circles February 11/12, 2014 Counting I Centre for Education in Mathematics and Computing Counting in mathematics is determining

More information

STRUCTURES OF STORY PROBLEMS SEPARATE

STRUCTURES OF STORY PROBLEMS SEPARATE STRUCTURES OF PROBLEMS SAMPLE RESULT STRUCTURES OF STORY PROBLEMS Separate story problems have an action that causes a decrease. These problems have the same three quantities as join problems: the result

More information

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry Solutions

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry Solutions Faculty of Mathematics Waterloo, Ontario NL 3G1 Centre for Education in Mathematics and Computing D Geometry Review Grades 7 & 8, Math Circles 0/1/ February, 018 3D Geometry Solutions Two-dimensional shapes

More information

Summer Math Learning Packet for Students Entering. Grade 6. SFTitle I

Summer Math Learning Packet for Students Entering. Grade 6. SFTitle I Summer Math Learning Packet for Students Entering Grade 6 Dear Parents, The attached packet provides a range of activities that review the skills and concepts that your child explored this year in their

More information

Draft. Copyright Pearson Education. Contents. Introduction. Chapter 1: Hardware 1. Chapter 2: Backing storage and memory 11. Chapter 3: Software 15

Draft. Copyright Pearson Education. Contents. Introduction. Chapter 1: Hardware 1. Chapter 2: Backing storage and memory 11. Chapter 3: Software 15 Contents Introduction v Chapter 1: Hardware 1 Chapter 2: Backing storage and memory 11 Chapter 3: Software 15 Chapter 4: Word processing and desktop publishing 20 29 Chapter 6: Databases 39 Chapter 7:

More information

Module 11 & 12. Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities

Module 11 & 12. Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities Module 11 & 12 Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities What is a System of Equations? A system of linear equations consists

More information

Integrated Algebra Regents Exam 0109 Page 1

Integrated Algebra Regents Exam 0109 Page 1 Integrated Algebra Regents Exam 0109 Page 1 1. 010901ia, P.I. A.M. On a certain day in Toronto, Canada, the temperature was 15 Celsius (C). Using the 9 formula F C3, Peter converts this 5 temperature to

More information

Pre-Calculus Calendar Chapter 1: Linear Relations and Functions Chapter 2: Systems of Linear Equations and Inequalities

Pre-Calculus Calendar Chapter 1: Linear Relations and Functions Chapter 2: Systems of Linear Equations and Inequalities Pre-Calculus Calendar Chapter : Linear Relations and Functions Chapter : Systems of Linear Equations and Inequalities /9 Monday Tuesday Wednesday Thursday Friday /0 / / /. p. 0: 9-5,, 5, 7-,, 5, 7-50.

More information

4 th Grade CRCT Study Guide

4 th Grade CRCT Study Guide 4 th Grade CRCT Study Guide Numbers and Operations 43% millions Place Value Whole numbers Hundred thousands Ten thousands thousands hundreds tens ones 7, 5 2 3, 8 2 5 Seven million, five hundred twenty-three

More information

LEVEL 6. Level 6. Page (iv)

LEVEL 6. Level 6. Page (iv) LEVEL 6 Number Page N9... Fractions, Decimals and Percentages... 69 N20... Improper Fractions and Mixed Numbers... 70 N2... Prime Numbers, HCF and LCM... 7 Calculating C22... Percentage of an Amount...

More information

MATH NATION SECTION 4 H.M.H. RESOURCES

MATH NATION SECTION 4 H.M.H. RESOURCES MATH NATION SECTION 4 H.M.H. RESOURCES SPECIAL NOTE: These resources were assembled to assist in student readiness for their upcoming Algebra 1 EOC. Although these resources have been compiled for your

More information

Mental Math. Grade 9 Mathematics (10F) General Questions. 2. What is the volume of a pool that measures 7 m by 3 m by 2 m? 42 m 3

Mental Math. Grade 9 Mathematics (10F) General Questions. 2. What is the volume of a pool that measures 7 m by 3 m by 2 m? 42 m 3 E 1 Substrand: -D Objects and 2-D Shapes Specific Learning Outcome: 9.SS.2 1. What value of m satisfies the equation 5 m 1? m 4 4 5 2. What is the volume of a pool that measures 7 m by m by 2 m? 42 m.

More information

Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008

Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008 Math 202 Test Problem Solving, Sets, and Whole Numbers 19 September, 2008 Ten questions, each worth the same amount. Complete six of your choice. I will only grade the first six I see. Make sure your name

More information

Grade 7/8 Math Circles Fall November 6/7/8 Boolean Logic

Grade 7/8 Math Circles Fall November 6/7/8 Boolean Logic Faculty of Mathematics Waterloo, Ontario N2L 3G Centre for Education in Mathematics and Computing Grade 7/8 Math Circles Fall 28 - November 6/7/8 Boolean Logic Logic is everywhere in our daily lives. We

More information

Decimals Quiz-Study Guide. Name: Hour: Date:

Decimals Quiz-Study Guide. Name: Hour: Date: Decimals Quiz-Study Guide Name: Hour: Date: Section 1 N1A: I can apply and understand whole numbers to millions, fractions and decimals to the thousandths (including location on a number line) A. Select

More information

Maths for Signals and Systems Linear Algebra in Engineering. Some problems by Gilbert Strang

Maths for Signals and Systems Linear Algebra in Engineering. Some problems by Gilbert Strang Maths for Signals and Systems Linear Algebra in Engineering Some problems by Gilbert Strang Problems. Consider u, v, w to be non-zero vectors in R 7. These vectors span a vector space. What are the possible

More information

Math 20 Practice Exam #2 Problems and Their Solutions!

Math 20 Practice Exam #2 Problems and Their Solutions! Math 20 Practice Exam #2 Problems and Their Solutions! #1) Solve the linear system by graphing: Isolate for in both equations. Graph the two lines using the slope-intercept method. The two lines intersect

More information

GRADE 1 SUPPLEMENT. March Calendar Pattern C7.1

GRADE 1 SUPPLEMENT. March Calendar Pattern C7.1 GRADE 1 SUPPLEMENT Set C7 Geometry: Describing 3-D Shapes Calendar Pattern Includes March Calendar Pattern C7.1 Skills & Concepts H identify, name, and describe 3-D shapes in isolation and in everyday

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (4 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (4 minutes) Student Outcomes Students write mathematical statements using symbols to represent numbers. Students know that written statements can be written as more than one correct mathematical sentence. Lesson Notes

More information

Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework

Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework 1 Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework Adapted from The Mathematics Vision Project: Scott Hendrickson, Joleigh Honey, Barbara Kuehl, Travis Lemon, Janet Sutorius

More information

Table of Contents Circle Graphs. Agenda ~ Apr /4 4/5 4/6 4/7 4/8. * You need: Monday Tuesday Wednesday Thursday Friday NO SCHOOL

Table of Contents Circle Graphs. Agenda ~ Apr /4 4/5 4/6 4/7 4/8. * You need: Monday Tuesday Wednesday Thursday Friday NO SCHOOL Agenda ~ Apr 2016 * You need: 4/4 4/5 4/6 4/7 4/8 Monday Tuesday Wednesday Thursday Friday Line Plots Histograms Circle Graphs NO SCHOOL Mar 12 12:11 PM Table of Contents 3 22 Circle Graphs Apr 10 7:34

More information

Math A Regents Exam 0102 Page 1

Math A Regents Exam 0102 Page 1 Math A Regents Exam 0102 Page 1 1. 010201a, P.I. A.A.19 Expressed in factored form, the binomial 2 2 4a 9b is equivalent to [A] (2a - 9b)(2a + b) [B] (2a + 3b)(2a - 3b) [C] (2a - 3b)(2a - 3b) [D] (4a -

More information

Third Grade Getting Ready for TCAP Spiral Reviews - April

Third Grade Getting Ready for TCAP Spiral Reviews - April Third Grade Getting Ready for TCAP Spiral Reviews - April Spiral Reviews are provided to help students practice and retain previously taught skills. They are designed for teachers to use with students

More information

Review: Number Systems

Review: Number Systems Review: Number Systems Divisibility Prime/Composite Properties Factors/Multiples Prime Factorization GCF/LCM Decimals Coordinate Graphing Fractions Integers A number is divisible by If the last digit is

More information

Chapter 1: Number and Operations

Chapter 1: Number and Operations Chapter 1: Number and Operations 1.1 Order of operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply

More information

Name Jack needs to finish _ 5 of a school. 1. Celia has listened to 5 of the

Name Jack needs to finish _ 5 of a school. 1. Celia has listened to 5 of the 1. Celia has listened to 5 of the songs on her new CD. Which equation could Celia use to find s, the fraction of the songs she has left to listen to? A B C 5 5 9 D s 9 s s s 5 2. The table below shows

More information

Topic 1. Mrs. Daniel Algebra 1

Topic 1. Mrs. Daniel Algebra 1 Topic 1 Mrs. Daniel Algebra 1 Table of Contents 1.1: Solving Equations 2.1: Modeling with Expressions 2.2: Creating & Solving Equations 2.3: Solving for Variable 2.4: Creating & Solving Inequalities 2.5:

More information

I(g) = income from selling gearboxes C(g) = cost of purchasing gearboxes The BREAK-EVEN PT is where COST = INCOME or C(g) = I(g).

I(g) = income from selling gearboxes C(g) = cost of purchasing gearboxes The BREAK-EVEN PT is where COST = INCOME or C(g) = I(g). Page 367 I(g) = income from selling gearboxes C(g) = cost of purchasing gearboxes The BREAK-EVEN PT is where COST = INCOME or C(g) = I(g). PROFIT is when INCOME > COST or I(g) > C(g). I(g) = 8.5g g = the

More information

Chapter 1 Operations With Numbers

Chapter 1 Operations With Numbers Chapter 1 Operations With Numbers Part I Negative Numbers You may already know what negative numbers are, but even if you don t, then you have probably seen them several times over the past few days. If

More information

Math 6 Unit 03 Part B-NOTES Fraction Operations

Math 6 Unit 03 Part B-NOTES Fraction Operations Math Unit 0 Part B-NOTES Fraction Operations Review/Prep for.ns Adding and Subtracting Fractions With Unlike Denominators Note: You can use any common denominator to add and subtract unlike fractions;

More information

GRADE. Nevada DEPARTMENT OF EDUCATION. Mathematics HIGH SCHOOL PROFICIENCY EXAM. Nevada

GRADE. Nevada DEPARTMENT OF EDUCATION. Mathematics HIGH SCHOOL PROFICIENCY EXAM. Nevada Nevada DEPARTMENT OF EDUCATION GRADE H Mathematics HIGH SCHOOL PROFICIENCY EXAM Release 005 Nevada KEITH W. RHEAULT Superintendent of Public Instruction GLORIA P. DOPF Deputy Superintendent Instructional,

More information

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses 5 5 Systems and Matrices Systems and Matrices 5.6 Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses Sections 5.6 5.8 2008 Pearson Addison-Wesley. All rights

More information

Susan had $50 to spend at the carnival. She spent $12 on food and twice as much on rides. How many dollars did she have left to spend?

Susan had $50 to spend at the carnival. She spent $12 on food and twice as much on rides. How many dollars did she have left to spend? Susan had $50 to spend at the carnival. She spent $12 on food and twice as much on rides. How many dollars did she have left to spend? (A) 12 (B) 14 (C) 26 (D) 38 (E) 50 2008 AMC 8, Problem #1 Susan spent

More information

Name Period Date. UNIT 3: EXPRESSIONS AND EQUATIONS WEEK 12: Student Packet

Name Period Date. UNIT 3: EXPRESSIONS AND EQUATIONS WEEK 12: Student Packet Name Period Date UNIT : EXPRESSIONS AND EQUATIONS WEEK 2: Student Packet 2. Inputs and Outputs Use tables, graphs, equations, and words to solve problems. Informally introduce the slope-intercept form

More information

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry

Grades 7 & 8, Math Circles 20/21/22 February, D Geometry Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing 2D Geometry Review Grades 7 & 8, Math Circles 20/21/22 February, 2018 3D Geometry Two-dimensional shapes

More information

n Chapter outline n Wordbank NEW CENTURY MATHS ADVANCED for the Australian Curriculum10 þ10a

n Chapter outline n Wordbank NEW CENTURY MATHS ADVANCED for the Australian Curriculum10 þ10a 0Number and Algebra Simultaneous equations Many scientific, natural, economic and social phenomena can be modelled by equations. Often these models consist of more than one equation. For example, when

More information

Pre-Algebra Notes Unit 8: Graphs and Functions

Pre-Algebra Notes Unit 8: Graphs and Functions Pre-Algebra Notes Unit 8: Graphs and Functions The Coordinate Plane A coordinate plane is formed b the intersection of a horizontal number line called the -ais and a vertical number line called the -ais.

More information

Diagnostic Math Assessment

Diagnostic Math Assessment End of Grade 6 I.R.P. Beginning of Grade 7 Diagnostic Math Assessment Last updated: February 5, 2008 WNCP Edition 0 . What is the numeral for fourteen million three hundred sixty thousand two hundred ten?

More information

CIS 3362 Final Exam. Date: 12/9/2015. Name:

CIS 3362 Final Exam. Date: 12/9/2015. Name: CIS 3362 Final Exam Date: 12/9/2015 Name: 1) (7 pts) Consider an adjusted shift cipher on an alphabet with 36 characters, the letters 'A' through 'Z', followed by the digits '0' through '9', where the

More information

Algebra II Honors Summer Packet Summer 2017

Algebra II Honors Summer Packet Summer 2017 Algebra II Honors Summer Packet Summer 2017 Name: The following packet contains content that you should have learned in previous Mathematics courses. You will be expected to demonstrate proficiency with

More information

AP Statistics Summer Review Packet

AP Statistics Summer Review Packet 60 NAME: PERIOD: AP Statistics Summer Review Packet Teacher(s): Ryan Oben Teacher(s) Contact Information: Ryan_Oben@mcpsmd.org Course: Purpose of the Summer Assignment: In general, AP Statistics includes

More information

Stat And Math Modeling(SAMM) AP Statistics

Stat And Math Modeling(SAMM) AP Statistics NORTHEAST CONSORTIUM Stat And Math Modeling(SAMM) AP Statistics Summer Pre-View Packet DUE THE FIRST DAY OF SCHOOL The problems in this packet are designed to help ou review topics from previous mathematics

More information

Solve the matrix equation AX B for X by using A.(1-3) Use the Inverse Matrix Calculator Link to check your work

Solve the matrix equation AX B for X by using A.(1-3) Use the Inverse Matrix Calculator Link to check your work Name: Math 1324 Activity 9(4.6)(Due by Oct. 20) Dear Instructor or Tutor, These problems are designed to let my students show me what they have learned and what they are capable of doing on their own.

More information

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland)

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology T 3 Scotland Matrices Teachers Teaching with Technology (Scotland) MATRICES Aim To demonstrate how the TI-83 can be used to

More information

2007 Canadian Computing Competition: Senior Division. Sponsor:

2007 Canadian Computing Competition: Senior Division. Sponsor: 2007 Canadian Computing Competition: Senior Division Sponsor: Canadian Computing Competition Student Instructions for the Senior Problems 1. You may only compete in one competition. If you wish to write

More information

1.4 MULTIPLYING WHOLE NUMBER EXPRESSIONS

1.4 MULTIPLYING WHOLE NUMBER EXPRESSIONS 1.4 MULTIPLYING WHOLE NUMBER EXPRESSIONS Understanding Multiplication of Whole Numbers Multiplication of whole numbers can be thought of as repeated addition. For example, suppose that a small parking

More information

Mayde Creek Junior High December 2015

Mayde Creek Junior High December 2015 7 th Grade Pre-AP Math Midterm Review Guide Mayde Creek Junior High December 2015 Name Period Teacher Thursday, December 10, 2015 Rational Number Operations and Unit Rate Today s Objectives: Gators will

More information

AH Matrices.notebook November 28, 2016

AH Matrices.notebook November 28, 2016 Matrices Numbers are put into arrays to help with multiplication, division etc. A Matrix (matrices pl.) is a rectangular array of numbers arranged in rows and columns. Matrices If there are m rows and

More information

Section 1.1 Patterns in Division

Section 1.1 Patterns in Division Section 1.1 Patterns in Division Divisibility refers to whether or not a number is divisible by another number. If a number divides evenly into another number (no remainder), then it is divisible by that

More information

Name Class Date. Associative Property: When you add, you can group any of the numbers. When you multiply, you can group any of the numbers.

Name Class Date. Associative Property: When you add, you can group any of the numbers. When you multiply, you can group any of the numbers. Name Class Date Properties of Numbers Extension: Equivalent Expressions Essential question: How do you write equivalent expressions using properties? Properties of Numbers Commutative Property: You can

More information

PA3: Violet's Vending Venture (Version 3.0)

PA3: Violet's Vending Venture (Version 3.0) CS 159: Programming Fundamentals James Madison University, Spring 2017 Semester PA3: Violet's Vending Venture (Version 3.0) Due Dates PA3-A: Wednesday, Feb. 22 at 11:00 pm PA3-A is a Canvas online readiness

More information

Module 11 & 12. Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities

Module 11 & 12. Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities Module 11 & 12 Solving Systems of Equations Graphing Substitution Elimination Modeling Linear Systems Solving Systems of Inequalities What is a System of Equations? A system of linear equations consists

More information

Contest Problems Philadelphia Classic, Spring 2017 Hosted by the Dining Philosophers University of Pennsylvania

Contest Problems Philadelphia Classic, Spring 2017 Hosted by the Dining Philosophers University of Pennsylvania Contest Problems Philadelphia Classic, Spring 2017 Hosted by the Dining Philosophers University of Pennsylvania Rules and Information This document includes 12 problems. Novice teams do problems 1-8; standard

More information

MAT 103 F09 TEST 3 REVIEW (CH 4-5)

MAT 103 F09 TEST 3 REVIEW (CH 4-5) MAT 103 F09 TEST 3 REVIEW (CH 4-5) NAME For # 1-3, solve the system of equations by graphing. Label the equation of each line on your graph and write the solution as an ordered pair. Be sure to CHECK your

More information