Course Learning Outcomes for Unit I. Reading Assignment. Unit Lesson. UNIT I STUDY GUIDE Number Theory and the Real Number System

Size: px
Start display at page:

Download "Course Learning Outcomes for Unit I. Reading Assignment. Unit Lesson. UNIT I STUDY GUIDE Number Theory and the Real Number System"

Transcription

1 UNIT I STUDY GUIDE Number Theory and the Real Number System Course Learning Outcomes for Unit I Upon completion of this unit, students should be able to: 2. Relate number theory, integer computation, and rational number concepts to problem solving applications. 2.1 Apply divisibility tests to determine whether numbers are prime or composite. 2.2 Determine the greatest common divisor (GCD) and least common multiple (LCM) between two sets of numbers. 2.3 Perform computations involving rational numbers. 2.4 Perform computations involving integers. Reading Assignment Chapter 6: Number Theory and the Real Number System: Understanding the Numbers All Around Us Section 6.1: Number Theory, pp Section 6.2: The Integers, pp Section 6.3: The Rational Numbers, pp Unit Lesson Chapter 6: Number Theory and the Real Number System Numbers are all around us. Your earliest memory of numbers might include learning to count as a young child. You probably learned how to count whole numbers and then tried skipping counting. Eventually, numbers were used to calculate addition, multiplication, or division problems. In this section, we will learn about natural numbers, or counting numbers. 6.1 Number Theory: Number theory is the study of natural numbers. Natural numbers are counting numbers (1, 2, 3, 4, 5, ). These numbers are whole numbers and do not include zero. For example, numbers such as 2.5, 0, and are not counting numbers. Prime Numbers Counting numbers can be written as the product of other numbers. Recall that the product is the answer to a multiplication problem. Therefore, the number 15 can be written as a product of 3 and 5. The diagram below identifies some key terms that will be used when learning about numbers. MAT 1301, Liberal Arts Math 1

2 Multiplication problems can be rewritten as division problems. For example, the UNIT problem x STUDY 3 5 = GUIDE 15 can be rewritten as the following division problems: As shown, the factors (3 and 5) are divisors of the product (15). We say that a divisor divides the product. For example, 3 and 5 both divide 15. We can also say that 3 and 5 divide 15, because 15 is divisible by 3 and 5. This means that 3 and 5 divide 15 evenly, without any remainders. Determine whether each statement is true. a) 8 divides 56. b) 27 is a multiple of 6. c) 9 is a factor of 96. d) 14 divides 42. a) True: 56 8 = 7. Therefore, 56 is divisible by 8 with a remainder of zero. b) False: 27 6 = 4.5. Therefore, 27 divided by 6 has a remainder other than zero. c) False: 96 9 = Therefore, 9 cannot be multiplied by any natural number to equal 96 and is not a factor of 96. d) True: = 3; Therefore, 42 is divisible by 14 with a remainder of zero. We will use the definition of factor, product, and divisor to help us understand prime numbers. Prime Number A natural number greater than 1 that has only itself and 1 as factors is called a prime number. Composite Number A natural number greater than 1 that is not a prime number is called a composite number. Note: All numbers are divisible by 1 and itself. Composite numbers are divisible by additional numbers. As stated above, prime numbers only have a factor of 1 and itself. This means that it is not divisible by any other number. To determine if a number is prime, we need to check to see if any other digit besides 1 can evenly be divided into the number. Determine if each number is prime or composite. (Note: if a number is not prime, it is composite.) a) 21 b) 30 c) 7 MAT 1301, Liberal Arts Math 2

3 a) Composite: 21 is composite because it is divisible by 3 and 7. b) Composite: 30 is composite because it is divisible by 2, 3, 5, 6, 10, and 15. c) Prime: 7 is prime because it is only divisible by 1 and 7. Divisibility Tests We will be asked to determine if a large number is prime or composite. To do this, we need to go through the entire set of counting numbers to determine if another number other than 1 and itself divides that number. For example, if we wanted to determine if 743 was prime, we would first ask ourselves if it was divisible by 2. If it is, then we would stop because we know that it is not prime or composite. Since 743 is not divisible by 2, we need to ask ourselves if it is divisible by 3. It is not. Next, we would ask ourselves if 743 was divisible by 4. We continue testing the counting numbers until we found at least one factor. If we could not find a factor, then the number would be prime. The process described above is very time consuming. Therefore, mathematicians have created a series of divisibility tests to determine if some numbers are divisible by others. The chart below describes tests for identifying if numbers are divisible by 2, 3, 4, 5, 6, 8, 9, and 10. This may also be found on page 236 of your textbook. Check 141,270 for divisibility by each of these numbers: 2, 3, 4, 5, 6, 8, 9, and 10. State the numbers that divide the given number. 141,270 is: Divisibility tests for some small numbers (Pirnot, 2014, p. 236.) Divisible by 2 because the last digit, 0, is divisible by 2. Divisible by 3 because the sum of the digits, 15, is divisible by 3. Not divisible by 4 because the number formed by the last two digits, 70, is not divisible by 4. Divisible by 5 because the last digit, 0, is a 0 or a 5. MAT 1301, Liberal Arts Math 3

4 Divisible by 6 because the number is divisible by both 2 and 3. Not divisible by 8 because the number formed by the last three digits, 270, is not divisible by 8. Not divisible by 9 because the sum of the digits, 15, is not divisible by 9. Divisible by 10 because the last digit, 0, is 0. Factoring In this section, we will learn how to factor a number into a set of prime numbers. For example, 20 = The factors (2, 2, 5) are all prime numbers. We will factor other numbers into a set of prime numbers using the fundamental theorem of arithmetic. The Fundamental Theorem of Arithmetic Every natural number greater than 1 is a unique product of prime numbers, except for the order of the factors. There are several ways to factor a number into a set of prime numbers. The next example explains how to do this using factor trees. Factor 621. We will use a factor tree to factor the number Identify one number that divides 621 evenly. 2. Divide 621 by 3 and find two factors. 621 is divisible by 3. Therefore, 3 divides 621. This means that we have found that 3 and 207 are factors of Create the factor tree by listing the two factors found in step Continue steps one through three for all composite factors in the tree: MAT 1301, Liberal Arts Math 4

5 5. Write all the prime factors that you found in step 4. These factors, when multiplied together equal 621. Therefore, the number 621 has factors 3, 3, 3, and 23. Greatest Common Divisors Recall that divisors divide a number. These are also called factors. We will learn how to find the greatest common divisor between two numbers. Greatest Common Divisor (GCD) The greatest common divisor, or GCD, is the largest divisor that divides two numbers. The GCD may be found by listing all the factors and selecting the largest factor as shown above. This method may not be realistic for larger numbers, so we will learn how to determine the GCD using prime factorization. Find the GCD of the pair of natural numbers, 60 and 72. MAT 1301, Liberal Arts Math 5

6 First, factor 60 and 72 using factor trees: Next, write the prime factors for 60 and 72 in increasing order: 60 = = Now, list the factors they have in common: (Also, list the common number of times the factor appears.) Both factors have two 2s in common. We write this as 2 2. Both factors have one 3 in common. We write this as 3 1 or 3. Lastly, multiply the common factors together: = =12 The GCD is 12. Next, we will discuss the least common multiple of two numbers. Least Common Multiple (LCM) The least common multiple or LCM of two natural numbers is the smallest natural number that is a multiple of both numbers. The LCM may also be found using prime factorization. The next example uses prime factorization to solve. Find the LCM of the pair of natural numbers, 60 and 72. MAT 1301, Liberal Arts Math 6

7 First, factor 60 and 72 using factor trees: Next, write the prime factors for 60 and 72 in increasing order: 60 = = Now, choose one number (either 60 or 72) and write down all of its factors: 60 = From here, determine what factors 72 has that 60 did not have. 72 has one more 2 and one more 3 than 60. Therefore, we will take all the factors of 60 and include one more 2 and one more 3 in the set: Multiply the factors above to get the LCM: Applying the GCD and LCM LCM = LCM = LCM = 360 It is important to know when the GCD is used and when the LCM is used. The GCD may be used when we need to take several larger objects and represent them as a collection of smaller objects. The LCM would be used when we have two objects and need to make them larger to be of equal amounts. A sporting goods store has 20 instructional DVDs on skiing and 12 DVDs on snowboarding. The owner of the store wants to display the DVDs on a shelf with stacks of the same size and each stack consisting of only one type of DVD. What is the most number of DVDs in each stack that will accomplish this? We are only allotted 20 skiing DVDs and 12 snowboarding DVDs. Therefore, we will need to find the GCD of 12 and 20. MAT 1301, Liberal Arts Math 7

8 The prime factorization of 12 and 20 is as follows: 12 = = = = Both numbers have two 2s (2 2 ) in common. So, the GCD is 2 2 = 2 2 = 4. Hence, the stacks will have a maximum of 4 videos each. 6.2 Integers: The set of integers consists of negative and positive whole numbers including zero. For example, the numbers 123, 7, -1287, and -12 are all integers. Fractions and decimals are not integers. In this section, we will learn how to add, subtract, multiply, and divide integers. Adding and Subtracting Integers It is important to pay attention to the negative (-) or positive sign (+) when adding or subtracting integers. The easiest way to understand how to use the signs to help us with the operation is by visualizing a number line. An example of a number line is illustrated below. You will see that a zero separates the negative and positive numbers. The negative numbers are to the left of the zero and the positive numbers are to the right of the zero. Calculate the sum using movements on the number line. When adding (-9) + (-4), we will start at zero and go 9 units to the left. From this position, we move 4 more units to the left. Our ending position, (-13), is our answer. This is visually shown by the number line below: MAT 1301, Liberal Arts Math 8

9 Calculate the sum using movements on the number line. When adding (+4) + (6), we will start at zero and go 4 units to the right. From this position, we move 6 more units to the right. Our ending position, (10), is our answer. This is visually shown by the number line below: Note: An integer is positive if it does not have a (-) sign next to it. Therefore, (+6) and (6) are the same number. Calculate the sum using movements on the number line. When adding (- 7) + (3), we will start at zero and go 7 units to the left. From this position, we move 3 more units to the right. Our ending position, (- 4), is our answer. This is visually shown by the number line below: Not all integer calculations can be done on a number line. Read the next example to learn how to add integers without a number line. Calculate the sum. It is not practical to draw a number line when calculating with such large numbers; however, you can still imagine movements along the number line. If you visualize moving 57 units to the right and then 38 units to the left, you can see that the net effect is that you moved = 19 units to the right. Therefore: MAT 1301, Liberal Arts Math 9

10 Next, we will learn how to subtract integers. We can change any subtraction problem UNIT x STUDY into an addition GUIDE by using the following mathematical theorem: Definition If a and b are integers, then a b = a + (- b). For example, 9 10 = 9 + (- 10) = - 1. Notice that we changed the subtraction sign to an addition sign and then took the opposite of 10, which is (-10) to write the problem. Rewrite the following subtraction problem as an addition problem and then find the answer: Rewrite the following subtraction problem as an addition problem and then find the answer: Rewrite the following subtraction problem as an addition problem and then find the answer: MAT 1301, Liberal Arts Math 10

11 Rewrite the following subtraction problem as an addition problem and then find the answer: Multiplying and Dividing Integers In section 6.1 above, we saw that multiplication problems can be written as division and vice versa. This means that multiplication and division are related. Therefore, the same rules apply for both operations when multiplying and dividing integers. Rules for Multiplying Integers If a and b are integers, then: a) If a and b have the same sign, then a b is positive. 4 6 = 24 AND (-4) (-6) = 24 b) If a and b have opposite signs, then a b is negative. (-4) 6 = (-24) AND 4 (-6) = (-2) Rules for Dividing Integers If a and b are integers and b 0, then: a) If a and b have the same sign, then a is positive. b 24 4 = 6 AND 24 6 = 4 b) If a and b have opposite signs, then a is negative. b (-24) 4 = (-6) AND 24 (-4) = (-6) MAT 1301, Liberal Arts Math 11

12 Find the products: a) (+5)(+3) b) (-3)(-9) c) (-6)(+7) a) Two positive numbers multiplied together gives a positive result. b) Two negative numbers multiplied together gives a positive result. c) A negative number multiplied by a positive number gives a negative result. Divide: a) b) c) a) A positive number divided by a positive number gives a positive result. b) A positive number divided by a negative number gives a negative result. c) A negative number divided by a negative number gives a positive result. We will use what we have learned about integers to perform more complex operations. Perform the following calculation: MAT 1301, Liberal Arts Math 12

13 To solve, we will multiply each set of integers and then add them together. Simplify the expression: To solve, simplify the numerator and denominator of the fraction and then multiply by (-4). Simplify the expression: To solve, simplify the numerator and denominator of each fraction. Then multiply the simplified fractions. MAT 1301, Liberal Arts Math 13

14 6.3 The Rational Numbers: In this section, we will learn about another set of UNIT numbers x STUDY called GUIDE rational numbers. A rational number is any number that can be expressed as a fraction. The diagram below identifies some key terms about fractions and rational numbers. Numbers such as are rational numbers. The set of integers (negative and positive whole numbers) are also rational numbers because they can be expressed as fractions. For example, 0, 119, and - 67 can all be expressed as a fraction by placing a one as their denominator. That is, they can be rewritten in the form shown below: Equality of Rational Numbers Imagine that you have two whole pies. One pie is cut to form two equal slices, and the other pie is cut to form four equal slices. Suppose that we take one slice from the first pie and two slices from the second pie. The illustration below shows the fraction that represents this scenario. We can see that the same amount of pie was taken from pie one and pie two; however, the representing fractions are different. Rational numbers sometimes look different, but are equal. We say that two rational numbers are equal if their cross product is equal. Equality of Rational Numbers This is known as cross multiplication. MAT 1301, Liberal Arts Math 14

15 Use cross multiplication to determine if: We will cross multiply to determine if the rational numbers are equal. First, multiply 7 and 24. Then, multiply 8 and 21. The rational numbers are equal if the products are the same. Determine if the pair of rational numbers is equal: We will cross multiply to determine if the rational numbers are equal. The two rational numbers are NOT equal. Reducing Rational Numbers Rational numbers can be reduced or expressed in lowest terms when the numerator and denominator have a factor in common. Please see the example below. MAT 1301, Liberal Arts Math 15

16 Reduce the fraction: Reduce the fraction: MAT 1301, Liberal Arts Math 16

17 Adding and Subtracting Rational Numbers Two numbers must have the same denominator when adding or subtracting. For example, A common denominator must be found in order to add or subtract fractions. Adding and Subtracting Rational Numbers (Fractions) Find: Express your answer in reduced form (lowest terms). Use the following formula: We can also add fractions by finding the LCM, or least common multiple. This concept was introduced in section 6.1. We will use the LCM when adding and subtracting fractions in the examples that follow. Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. First, find the least common multiple (LCM) of the denominators. MAT 1301, Liberal Arts Math 17

18 The multiples of 6 and 2 are: 6: 6, 12, 18, 24, 2: 2, 4, 6, 8, 10, The LCM is 6. Next, rewrite the fractions so that each has a denominator of 6. Now, we will replace the fractions with those found above and subtract. Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. MAT 1301, Liberal Arts Math 18

19 First, subtract the first two fractions in the problem. The LCM of 9 and 27 is 27. Therefore, Next, add the fraction we just found, 4 and 1 together. The LCM of 27 and 4 is 108. Therefore, 27 4 Multiplying and Dividing Rational Numbers We do not need to find a common denominator when multiplying and dividing fractions. To multiply a fraction, multiply the numerators together and then multiply the denominators together. Reduce the fraction to find your final answer. Multiplying Rational Numbers Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. We can solve this two ways. The first way we will solve this problem is by multiplying the numerators and denominators together and reducing our answer. MAT 1301, Liberal Arts Math 19

20 The second way we can solve this problem is by canceling factors before we multiply UNIT x STUDY the numerator GUIDE and denominators together. We divide two fractions by changing the division sign to a multiplication sign and flipping the second fraction. Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. When dividing by a number, we can choose to multiply by the reciprocal of that number instead. The following examples combine multiplication and division operations. Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. MAT 1301, Liberal Arts Math 20

21 Perform the following operation. Express your answer as a positive or negative quotient of two integers in reduced form. Mixed Numbers An improper fraction is a fraction whose denominator is smaller than its numerator. Improper fractions may be changed into mixed numbers by dividing the denominator into the numerator. A mixed number consists of a whole number and a fraction. Numbers such as the ones below are mixed numbers: Convert the improper fraction to a mixed number: First, we will perform long division as follows: The answer will then be written as an improper fraction: MAT 1301, Liberal Arts Math 21

22 Reduce the fractional part of the mixed number to get the final answer: Mixed numbers may be converted to improper fractions by multiplying the denominator and whole number together and then adding the numerator. Converting a Mixed Number to an Improper Fraction The mixed number q r b Equals the improper fraction q b+r b. Convert the mixed number to an improper fraction: Multiply the whole number by the denominator, add that result to the numerator, and place over the denominator. Repeating Decimals Decimals can either be described as terminating or repeating. A terminating decimal is a decimal that ends. For example, or are terminating decimals. A repeating decimal never ends and repeats digits. For example, is a repeating decimal. We signify that a decimal is repeating by placing a bar over the numbers that repeat. So, = Write the rational number as a terminating or repeating decimal: MAT 1301, Liberal Arts Math 22

23 We will need to perform long division as follows: The result is a terminating decimal, Write the rational number as a terminating or repeating decimal: We will need to perform long division as follows: If we continued the long division process, we would see that 81 repeats continuously. Therefore, the answer is a repeating decimal: Next, we will earn how to convert a decimal into a fraction. To do this, it is important to review the place values of a decimal. MAT 1301, Liberal Arts Math 23

24 Write the decimal as a quotient of two integers in reduced form: This number is read as twelve and two tenths. We can write this as: This can now be converted from a mixed number to an improper fraction, then simplified. Write the decimal as a quotient of two integers in reduced form: x = 0.38 This is a repeating decimal. We will use a technique of creating another number that has the same tail as x. From there we will subtract the two numbers to obtain a number that does not have a repeating infinite tail. First, multiply x by 10 as follows: MAT 1301, Liberal Arts Math 24

25 Next, subtract the original value from this, solve for x, and reduce if necessary: Reference Pirnot, T. L. (2014). Mathematics all around (5th ed.). Boston, MA: Pearson. MAT 1301, Liberal Arts Math 25

COMPETENCY 1.0 UNDERSTAND THE STRUCTURE OF THE BASE TEN NUMERATION SYSTEM AND NUMBER THEORY

COMPETENCY 1.0 UNDERSTAND THE STRUCTURE OF THE BASE TEN NUMERATION SYSTEM AND NUMBER THEORY SUBAREA I. NUMBERS AND OPERATIONS COMPETENCY.0 UNDERSTAND THE STRUCTURE OF THE BASE TEN NUMERATION SYSTEM AND NUMBER THEORY Skill. Analyze the structure of the base ten number system (e.g., decimal and

More information

Section 2.3 Rational Numbers. A rational number is a number that may be written in the form a b. for any integer a and any nonzero integer b.

Section 2.3 Rational Numbers. A rational number is a number that may be written in the form a b. for any integer a and any nonzero integer b. Section 2.3 Rational Numbers A rational number is a number that may be written in the form a b for any integer a and any nonzero integer b. Why is division by zero undefined? For example, we know that

More information

FUNDAMENTAL ARITHMETIC

FUNDAMENTAL ARITHMETIC FUNDAMENTAL ARITHMETIC Prime Numbers Prime numbers are any whole numbers greater than that can only be divided by and itself. Below is the list of all prime numbers between and 00: Prime Factorization

More information

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties Chapter 3: Arithmetic Properties CHAPTER 3: ARITHMETIC PROPERTIES Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Arithmetic Properties Date: Lesson: Learning Log Title:

More information

Name: Date: Review Packet: Unit 1 The Number System

Name: Date: Review Packet: Unit 1 The Number System Name: Date: Math 7 Ms. Conway Review Packet: Unit 1 The Number System Key Concepts Module 1: Adding and Subtracting Integers 7.NS.1, 7.NS.1a, 7.NS.1b, 7.NS.1c, 7.NS.1d, 7.NS.3, 7.EE.3 To add integers with

More information

Rational number operations can often be simplified by converting mixed numbers to improper fractions Add EXAMPLE:

Rational number operations can often be simplified by converting mixed numbers to improper fractions Add EXAMPLE: Rational number operations can often be simplified by converting mixed numbers to improper fractions Add ( 2) EXAMPLE: 2 Multiply 1 Negative fractions can be written with the negative number in the numerator

More information

Math Glossary Numbers and Arithmetic

Math Glossary Numbers and Arithmetic Math Glossary Numbers and Arithmetic Version 0.1.1 September 1, 200 Next release: On or before September 0, 200. E-mail edu@ezlink.com for the latest version. Copyright 200 by Brad Jolly All Rights Reserved

More information

HOW TO DIVIDE: MCC6.NS.2 Fluently divide multi-digit numbers using the standard algorithm. WORD DEFINITION IN YOUR WORDS EXAMPLE

HOW TO DIVIDE: MCC6.NS.2 Fluently divide multi-digit numbers using the standard algorithm. WORD DEFINITION IN YOUR WORDS EXAMPLE MCC6.NS. Fluently divide multi-digit numbers using the standard algorithm. WORD DEFINITION IN YOUR WORDS EXAMPLE Dividend A number that is divided by another number. Divisor A number by which another number

More information

Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value

Number System. Introduction. Natural Numbers (N) Whole Numbers (W) Integers (Z) Prime Numbers (P) Face Value. Place Value 1 Number System Introduction In this chapter, we will study about the number system and number line. We will also learn about the four fundamental operations on whole numbers and their properties. Natural

More information

Pre-Algebra Notes Unit Five: Rational Numbers and Equations

Pre-Algebra Notes Unit Five: Rational Numbers and Equations Pre-Algebra Notes Unit Five: Rational Numbers and Equations Rational Numbers Rational numbers are numbers that can be written as a quotient of two integers. Since decimals are special fractions, all the

More information

Rational numbers as decimals and as integer fractions

Rational numbers as decimals and as integer fractions Rational numbers as decimals and as integer fractions Given a rational number expressed as an integer fraction reduced to the lowest terms, the quotient of that fraction will be: an integer, if the denominator

More information

Rational Number is a number that can be written as a quotient of two integers. DECIMALS are special fractions whose denominators are powers of 10.

Rational Number is a number that can be written as a quotient of two integers. DECIMALS are special fractions whose denominators are powers of 10. PA Ch 5 Rational Expressions Rational Number is a number that can be written as a quotient of two integers. DECIMALS are special fractions whose denominators are powers of 0. Since decimals are special

More information

Accuplacer Arithmetic Study Guide

Accuplacer Arithmetic Study Guide Accuplacer Arithmetic Study Guide I. Terms Numerator: which tells how many parts you have (the number on top) Denominator: which tells how many parts in the whole (the number on the bottom) Example: parts

More information

Introduction to Fractions

Introduction to Fractions Introduction to Fractions Fractions represent parts of a whole. The top part of a fraction is called the numerator, while the bottom part of a fraction is called the denominator. The denominator states

More information

For Module 2 SKILLS CHECKLIST. Fraction Notation. George Hartas, MS. Educational Assistant for Mathematics Remediation MAT 025 Instructor

For Module 2 SKILLS CHECKLIST. Fraction Notation. George Hartas, MS. Educational Assistant for Mathematics Remediation MAT 025 Instructor Last Updated: // SKILLS CHECKLIST For Module Fraction Notation By George Hartas, MS Educational Assistant for Mathematics Remediation MAT 0 Instructor Assignment, Section. Divisibility SKILL: Determine

More information

Lesson 1: Arithmetic Review

Lesson 1: Arithmetic Review In this lesson we step back and review several key arithmetic topics that are extremely relevant to this course. Before we work with algebraic expressions and equations, it is important to have a good

More information

Pre-Algebra Notes Unit Five: Rational Numbers and Equations

Pre-Algebra Notes Unit Five: Rational Numbers and Equations Pre-Algebra Notes Unit Five: Rational Numbers and Equations Rational Numbers Rational numbers are numbers that can be written as a quotient of two integers. Since decimals are special fractions, all the

More information

Reteaching. Comparing and Ordering Integers

Reteaching. Comparing and Ordering Integers - Comparing and Ordering Integers The numbers and - are opposites. The numbers 7 and -7 are opposites. Integers are the set of positive whole numbers, their opposites, and zero. 7 6 4 0 negative zero You

More information

Unit: Rational Number Lesson 3.1: What is a Rational Number? Objectives: Students will compare and order rational numbers.

Unit: Rational Number Lesson 3.1: What is a Rational Number? Objectives: Students will compare and order rational numbers. Unit: Rational Number Lesson 3.: What is a Rational Number? Objectives: Students will compare and order rational numbers. (9N3) Procedure: This unit will introduce the concept of rational numbers. This

More information

Pre-Algebra Notes Unit Five: Rational Numbers and Equations

Pre-Algebra Notes Unit Five: Rational Numbers and Equations Pre-Algebra Notes Unit Five: Rational Numbers and Equations Rational Numbers Rational numbers are numbers that can be written as a quotient of two integers. Since decimals are special fractions, all the

More information

Fractions. There are several terms that are commonly used when working with fractions.

Fractions. There are several terms that are commonly used when working with fractions. Chapter 0 Review of Arithmetic Fractions There are several terms that are commonly used when working with fractions. Fraction: The ratio of two numbers. We use a division bar to show this ratio. The number

More information

Lesson 1: Arithmetic Review

Lesson 1: Arithmetic Review Lesson 1: Arithmetic Review Topics and Objectives: Order of Operations Fractions o Improper fractions and mixed numbers o Equivalent fractions o Fractions in simplest form o One and zero Operations on

More information

Chapter 4 Section 2 Operations on Decimals

Chapter 4 Section 2 Operations on Decimals Chapter 4 Section 2 Operations on Decimals Addition and subtraction of decimals To add decimals, write the numbers so that the decimal points are on a vertical line. Add as you would with whole numbers.

More information

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS Name: Date: 1 Section 1.1: Order of Operations PEMDAS If we are working with a mathematical expression that contains more than one operation, then we need to understand how to simplify. The acronym PEMDAS

More information

What is a Fraction? Fractions. One Way To Remember Numerator = North / 16. Example. What Fraction is Shaded? 9/16/16. Fraction = Part of a Whole

What is a Fraction? Fractions. One Way To Remember Numerator = North / 16. Example. What Fraction is Shaded? 9/16/16. Fraction = Part of a Whole // Fractions Pages What is a Fraction? Fraction Part of a Whole Top Number? Bottom Number? Page Numerator tells how many parts you have Denominator tells how many parts are in the whole Note: the fraction

More information

Pre-Algebra Notes Unit Five: Rational Numbers; Solving Equations & Inequalities

Pre-Algebra Notes Unit Five: Rational Numbers; Solving Equations & Inequalities Pre-Algebra Notes Unit Five: Rational Numbers; Solving Equations & Inequalities Rational Numbers Rational numbers are numbers that can be written as a quotient of two integers. Since decimals are special

More information

50 MATHCOUNTS LECTURES (6) OPERATIONS WITH DECIMALS

50 MATHCOUNTS LECTURES (6) OPERATIONS WITH DECIMALS BASIC KNOWLEDGE 1. Decimal representation: A decimal is used to represent a portion of whole. It contains three parts: an integer (which indicates the number of wholes), a decimal point (which separates

More information

FRACTIONS AND DECIMALS

FRACTIONS AND DECIMALS Mathematics Revision Guides Fractions and Decimals Page of MK HOME TUITION Mathematics Revision Guides Level: GCSE Foundation Tier FRACTIONS AND DECIMALS Version: Date: -0-0 Mathematics Revision Guides

More information

- 0.8.00-0.8. 7 ANSWERS: ) : ) : ) : ) : 8 RATIO WORD PROBLEM EXAMPLES: Ratio Compares two amounts or values; they can be written in ways. As a fraction With a colon : With words to A classroom has girls

More information

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not.

Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is an INTEGER/NONINTEGER? Integers are whole numbers; they include negative whole numbers and zero. For example -7, 0, 18 are integers, 1.5 is not. What is a REAL/IMAGINARY number? A real number is

More information

Math 10- Chapter 2 Review

Math 10- Chapter 2 Review Math 10- Chapter 2 Review [By Christy Chan, Irene Xu, and Henry Luan] Knowledge required for understanding this chapter: 1. Simple calculation skills: addition, subtraction, multiplication, and division

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

NFC ACADEMY MATH 600 COURSE OVERVIEW

NFC ACADEMY MATH 600 COURSE OVERVIEW NFC ACADEMY MATH 600 COURSE OVERVIEW Math 600 is a full-year elementary math course focusing on number skills and numerical literacy, with an introduction to rational numbers and the skills needed for

More information

CIV Module Unit Session Learning Objectives

CIV Module Unit Session Learning Objectives CIV Module Unit Session Learning Objectives C IV Module: Essentials of Recognizing a Fraction 1. Learning that a fraction is a part of a whole through the use of area models C IV Module: Essentials of

More information

Fraction to Percents Change the fraction to a decimal (see above) and then change the decimal to a percent (see above).

Fraction to Percents Change the fraction to a decimal (see above) and then change the decimal to a percent (see above). PEMDAS This is an acronym for the order of operations. Order of operations is the order in which you complete problems with more than one operation. o P parenthesis o E exponents o M multiplication OR

More information

Section 3.1 Factors and Multiples of Whole Numbers:

Section 3.1 Factors and Multiples of Whole Numbers: Chapter Notes Math 0 Chapter : Factors and Products: Skill Builder: Some Divisibility Rules We can use rules to find out if a number is a factor of another. To find out if, 5, or 0 is a factor look at

More information

Section A Arithmetic ( 5) Exercise A

Section A Arithmetic ( 5) Exercise A Section A Arithmetic In the non-calculator section of the examination there might be times when you need to work with quite awkward numbers quickly and accurately. In particular you must be very familiar

More information

Study Guide For use with pages

Study Guide For use with pages . GOAL For use with pages Write fractions as decimals and vice versa. VOCABULARY A rational number is a number that can be written as a quotient of two integers. In a terminating decimal, the division

More information

Lesson 1: THE DECIMAL SYSTEM

Lesson 1: THE DECIMAL SYSTEM Lesson 1: THE DECIMAL SYSTEM The word DECIMAL comes from a Latin word, which means "ten. The Decimal system uses the following ten digits to write a number: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. Each time

More information

ADDING AND SUBTRACTING RATIONAL EXPRESSIONS

ADDING AND SUBTRACTING RATIONAL EXPRESSIONS ADDING AND SUBTRACTING RATIONAL EXPRESSIONS To Add or Subtract Two Fractions, 0, 0 Example 1 a) Add b) Subtract a) b) The same principles apply when adding or subtracting rational expressions containing

More information

Algebra2go: Working with Fractions and Mixed Numbers

Algebra2go: Working with Fractions and Mixed Numbers Algebrago: Working with Fractions and Mixed Numbers Algebrago Review of Fractions. Understand Fractions on a Number Line Fractions are used to represent quantities between the whole numbers on a number

More information

MAT 090 Brian Killough s Instructor Notes Strayer University

MAT 090 Brian Killough s Instructor Notes Strayer University MAT 090 Brian Killough s Instructor Notes Strayer University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Odd-Numbered Answers to Exercise Set 1.1: Numbers

Odd-Numbered Answers to Exercise Set 1.1: Numbers Odd-Numbered Answers to Exercise Set.: Numbers. (a) Composite;,,, Prime Neither (d) Neither (e) Composite;,,,,,. (a) 0. 0. 0. (d) 0. (e) 0. (f) 0. (g) 0. (h) 0. (i) 0.9 = (j). (since = ) 9 9 (k). (since

More information

CW Middle School. Math RtI 7 A. 4 Pro cient I can add and subtract positive fractions with unlike denominators and simplify the result.

CW Middle School. Math RtI 7 A. 4 Pro cient I can add and subtract positive fractions with unlike denominators and simplify the result. 1. Foundations (14.29%) 1.1 I can add and subtract positive fractions with unlike denominators and simplify the result. 4 Pro cient I can add and subtract positive fractions with unlike denominators and

More information

Math 7 Notes Unit 2B: Rational Numbers

Math 7 Notes Unit 2B: Rational Numbers Math 7 Notes Unit B: Rational Numbers Teachers Before we move to performing operations involving rational numbers, we must be certain our students have some basic understandings and skills. The following

More information

Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals.

Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals. Stretch Standard 1 Students will expand number sense to include integers and perform operations with whole numbers, simple fractions, and decimals. Objective 1: Represent whole numbers and decimals from

More information

Math 7 Notes Unit Three: Applying Rational Numbers

Math 7 Notes Unit Three: Applying Rational Numbers Math 7 Notes Unit Three: Applying Rational Numbers Strategy note to teachers: Typically students need more practice doing computations with fractions. You may want to consider teaching the sections on

More information

Integers and Rational Numbers

Integers and Rational Numbers A A Family Letter: Integers Dear Family, The student will be learning about integers and how these numbers relate to the coordinate plane. The set of integers includes the set of whole numbers (0, 1,,,...)

More information

Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework

Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework Algebra Homework: Chapter 1 (Homework is listed by date assigned; homework is due the following class period) Day Date In-Class Homework 1 T 8/30 Introductions Operations on Decimals Converting Decimals

More information

Summer 2013 Modules 9-13

Summer 2013 Modules 9-13 Summer 201 Modules 9-1 Mastering the Fundamentals Chris Millett Copyright 201 All rights reserved. Written permission must be secured from the author to use or reproduce any part of this book. Academic

More information

GRADE 6 PAT REVIEW. Math Vocabulary NAME:

GRADE 6 PAT REVIEW. Math Vocabulary NAME: GRADE 6 PAT REVIEW Math Vocabulary NAME: Estimate Round Number Concepts An approximate or rough calculation, often based on rounding. Change a number to a more convenient value. (0 4: place value stays

More information

Adding and Subtracting Integers

Adding and Subtracting Integers Quarterly 1 Review Sheet (NOTE: This may not include everything you need to know for tomorrow about every topic. It is student created and I am just sharing it in case you find it helpful) Page 1: Adding

More information

Topic 3: Fractions. Topic 1 Integers. Topic 2 Decimals. Topic 3 Fractions. Topic 4 Ratios. Topic 5 Percentages. Topic 6 Algebra

Topic 3: Fractions. Topic 1 Integers. Topic 2 Decimals. Topic 3 Fractions. Topic 4 Ratios. Topic 5 Percentages. Topic 6 Algebra Topic : Fractions Topic Integers Topic Decimals Topic Fractions Topic Ratios Topic Percentages Duration / weeks Content Outline PART (/ week) Introduction Converting Fractions to Decimals Converting Decimals

More information

Gateway Regional School District VERTICAL ALIGNMENT OF MATHEMATICS STANDARDS Grades 3-6

Gateway Regional School District VERTICAL ALIGNMENT OF MATHEMATICS STANDARDS Grades 3-6 NUMBER SENSE & OPERATIONS 3.N.1 Exhibit an understanding of the values of the digits in the base ten number system by reading, modeling, writing, comparing, and ordering whole numbers through 9,999. Our

More information

1. Let n be a positive number. a. When we divide a decimal number, n, by 10, how are the numeral and the quotient related?

1. Let n be a positive number. a. When we divide a decimal number, n, by 10, how are the numeral and the quotient related? Black Converting between Fractions and Decimals Unit Number Patterns and Fractions. Let n be a positive number. When we divide a decimal number, n, by 0, how are the numeral and the quotient related?.

More information

1. To add (or subtract) fractions, the denominators must be equal! a. Build each fraction (if needed) so that both denominators are equal.

1. To add (or subtract) fractions, the denominators must be equal! a. Build each fraction (if needed) so that both denominators are equal. MAT000- Fractions Purpose One of the areas most frustrating for teachers and students alike is the study of fractions, specifically operations with fractions. Year after year, students learn and forget

More information

EXAMPLE 1. Change each of the following fractions into decimals.

EXAMPLE 1. Change each of the following fractions into decimals. CHAPTER 1. THE ARITHMETIC OF NUMBERS 1.4 Decimal Notation Every rational number can be expressed using decimal notation. To change a fraction into its decimal equivalent, divide the numerator of the fraction

More information

Montana City School GRADE 5

Montana City School GRADE 5 Montana City School GRADE 5 Montana Standard 1: Students engage in the mathematical processes of problem solving and reasoning, estimation, communication, connections and applications, and using appropriate

More information

4.3 Rational Thinking

4.3 Rational Thinking RATIONAL EXPRESSIONS & FUNCTIONS -4.3 4.3 Rational Thinking A Solidify Understanding Task The broad category of functions that contains the function!(#) = & ' is called rational functions. A rational number

More information

YEAR 7 SCHEME OF WORK - EXTENSION

YEAR 7 SCHEME OF WORK - EXTENSION YEAR 7 SCHEME OF WORK - EXTENSION Autumn Term 1 Number Skills Spring Term 1 Angles and Shape Summer Term 1 Multiplicative Reasoning Analysing and displaying data Decimals Perimeter, Area and Volume Half

More information

(-,+) (+,+) Plotting Points

(-,+) (+,+) Plotting Points Algebra Basics +y (-,+) (+,+) -x +x (-,-) (+,-) Plotting Points -y Commutative Property of Addition/Multiplication * You can commute or move the terms * This only applies to addition and multiplication

More information

Building Equivalent Fractions, the Least Common Denominator, and Ordering Fractions

Building Equivalent Fractions, the Least Common Denominator, and Ordering Fractions Section. PRE-ACTIVITY PREPARATION Building Equivalent Fractions, the Least Common Denominator, and Ordering Fractions You have learned that a fraction might be written in an equivalent form by reducing

More information

Unit 1 Integers, Fractions & Order of Operations

Unit 1 Integers, Fractions & Order of Operations Unit 1 Integers, Fractions & Order of Operations In this unit I will learn Date: I have finished this work! I can do this on the test! Operations with positive and negative numbers The order of operations

More information

MATHLINKS: GRADE 6 CORRELATION OF STUDENT PACKETS TO THE RESOURCE GUIDE

MATHLINKS: GRADE 6 CORRELATION OF STUDENT PACKETS TO THE RESOURCE GUIDE MATHLINKS: GRADE 6 CORRELATION OF STUDENT PACKETS TO THE RESOURCE GUIDE Referenced here is the vocabulary, explanations, and examples from the Resource Guide that support the learning of the goals in each

More information

Accuplacer Arithmetic Review

Accuplacer Arithmetic Review Accuplacer Arithmetic Review Hennepin Technical College Placement Testing for Success Page Overview The Arithmetic section of ACCUPLACER contains 7 multiple choice questions that measure your ability to

More information

Year 6 Term 1 and

Year 6 Term 1 and Year 6 Term 1 and 2 2016 Points in italics are either where statements have been moved from other year groups or to support progression where no statement is given Oral and Mental calculation Read and

More information

Mathematics 700 Unit Lesson Title Lesson Objectives 1 - INTEGERS Represent positive and negative values. Locate integers on the number line.

Mathematics 700 Unit Lesson Title Lesson Objectives 1 - INTEGERS Represent positive and negative values. Locate integers on the number line. Mathematics 700 Unit Lesson Title Lesson Objectives 1 - INTEGERS Integers on the Number Line Comparing and Ordering Integers Absolute Value Adding Integers with the Same Sign Adding Integers with Different

More information

Learning Log Title: CHAPTER 3: PORTIONS AND INTEGERS. Date: Lesson: Chapter 3: Portions and Integers

Learning Log Title: CHAPTER 3: PORTIONS AND INTEGERS. Date: Lesson: Chapter 3: Portions and Integers Chapter 3: Portions and Integers CHAPTER 3: PORTIONS AND INTEGERS Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Portions and Integers Date: Lesson: Learning Log Title:

More information

SINGAPORE CORE COMMON CORE STATE STANDARDS BOY ASSESSMENT UNIT 1: BILLIONS. -recognize place value up to billions

SINGAPORE CORE COMMON CORE STATE STANDARDS BOY ASSESSMENT UNIT 1: BILLIONS. -recognize place value up to billions 5 TH GRADE MATH CURRICULUM MAP Approximate Month AUG. SEPT. SINGAPORE CORE COMMON CORE STATE STANDARDS BOY ASSESSMENT UNIT 1: BILLIONS -Write very large s in -read and write s (in digits and Standard 1.1,

More information

For more information, see the Math Notes box in Lesson of the Core Connections, Course 1 text.

For more information, see the Math Notes box in Lesson of the Core Connections, Course 1 text. Number TYPES OF NUMBERS When two or more integers are multiplied together, each number is a factor of the product. Nonnegative integers that have eactly two factors, namely, one and itself, are called

More information

Multiply the dividend by the reciprocal of the divisor.

Multiply the dividend by the reciprocal of the divisor. Domain Lesson 6 Complex Fractions Common Core Standards: 7.RP., 7.RP. Getting the Idea To divide fractions, first find the reciprocal of the divisor. Then multiply the dividend by the reciprocal of the

More information

1 5 Integer Operations

1 5 Integer Operations 1 5 Integer Operations Positive and Negative Integers A glance through any newspaper shows that many quantities are expressed using negative numbers. For example, negative numbers show below-zero temperatures.

More information

6 th Grade Math Reference Sheet

6 th Grade Math Reference Sheet 6 th Grade Math Reference Sheet Data Analysis, Statistics, and Probability DATA ANALYSIS DSP 1 GRAPHS DSP 2 PROBABILITY DSP 3 Mean: Average Median: 1 middle number or average of 2 middle number Mode: Most

More information

Review Test 2. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Review Test 2. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine if the number is divisible by, 3, 4,, 6, 8, 9, 10, and/or 1. 1) 36 A) 3, 4 B),

More information

Student Success Center Arithmetic Study Guide for the ACCUPLACER (CPT)

Student Success Center Arithmetic Study Guide for the ACCUPLACER (CPT) Fractions Terms Numerator: which tells how many parts you have (the number on top) Denominator: which tells how many parts in the whole (the number on the bottom) is parts have a dot out of Proper fraction:

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Year 7 Key Performance Indicators Maths (Number)

Year 7 Key Performance Indicators Maths (Number) Key Performance Indicators Maths (Number) M7.1 N1: I can use the four operations to answer calculations involving decimals. Use correct notation for recurring decimals, know the denominators of simple

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems SCHOOL OF ENGINEERING & BUILT ENVIRONMENT Mathematics Numbers & Number Systems Introduction Numbers and Their Properties Multiples and Factors The Division Algorithm Prime and Composite Numbers Prime Factors

More information

Textbook Alignment to the Utah Core 5th Grade Mathematics

Textbook Alignment to the Utah Core 5th Grade Mathematics Textbook Alignment to the Utah Core 5th Grade Mathematics This alignment has been completed using an Independent Alignment Vendor from the USOE approved list (www.schools.utah.gov/curr/imc/indvendor.html.)

More information

Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Numbers

Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Numbers Lesson 16: Applying the Properties of Operations to Multiply and Divide Rational Student Outcomes Students use properties of operations to multiply and divide rational numbers without the use of a calculator.

More information

Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking

Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking Appendix 14C: TIMSS 2015 Eighth Grade Mathematics Item Descriptions Developed During the TIMSS 2015 Benchmarking Items at Low International Benchmark (400) Number M04_01 M07_01 Recognizes a 7-digit number

More information

Year 6 Maths Medium Term Planning. Autumn. Unit A1 Number place value, multiplication and division

Year 6 Maths Medium Term Planning. Autumn. Unit A1 Number place value, multiplication and division Year 6 Maths Medium Term Planning Autumn Unit A1 Number place value, multiplication and division Weeks 1&2 Explain reasoning and conclusions, using words, symbols or diagrams as appropriate Strand: Number

More information

Year 6 Mathematics Overview

Year 6 Mathematics Overview Year 6 Mathematics Overview Term Strand National Curriculum 2014 Objectives Focus Sequence Autumn 1 Number and Place Value read, write, order and compare numbers up to 10 000 000 and determine the value

More information

Math 6 Notes Unit 03 Notes: Decimals

Math 6 Notes Unit 03 Notes: Decimals Math 6 Notes Unit 03 Notes: Decimals Reading and Writing Decimals Syllabus Objective: (3.2) The student will translate written forms of fractions, decimals, and percents to numerical form. Decimals are

More information

6th Grade Arithmetic (with QuickTables)

6th Grade Arithmetic (with QuickTables) 6th Grade Arithmetic (with QuickTables) This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence

More information

X On record with the USOE.

X On record with the USOE. Textbook Alignment to the Utah Core 5th Grade Mathematics This alignment has been completed using an Independent Alignment Vendor from the USOE approved list (www.schools.utah.gov/curr/imc/indvendor.html.)

More information

8 th Grade Math Reference Sheet

8 th Grade Math Reference Sheet 8 th Grade Math Reference Sheet Number Sense DECIMALS NS 1 To change a DECIMAL FRACTION, use the place value of the decimal as the denominator of the fraction; simplify if. 1. Line up decimal points 2.

More information

Lesson 3 5 Dividing Rational Numbers

Lesson 3 5 Dividing Rational Numbers Lesson 3 5 Dividing Rational Numbers EQ: How do you divide rational numbers? 1 Unit Scale: Through independent work beyond what was taught in class, students could (examples include, but are not limited

More information

Fractions. Dividing the numerator and denominator by the highest common element (or number) in them, we get the fraction in its lowest form.

Fractions. Dividing the numerator and denominator by the highest common element (or number) in them, we get the fraction in its lowest form. Fractions A fraction is a part of the whole (object, thing, region). It forms the part of basic aptitude of a person to have and idea of the parts of a population, group or territory. Civil servants must

More information

Fractions and their Equivalent Forms

Fractions and their Equivalent Forms Fractions Fractions and their Equivalent Forms Little kids use the concept of a fraction long before we ever formalize their knowledge in school. Watching little kids share a candy bar or a bottle of soda

More information

Notes for Unit 1 Part A: Rational vs. Irrational

Notes for Unit 1 Part A: Rational vs. Irrational Notes for Unit 1 Part A: Rational vs. Irrational Natural Number: Whole Number: Integer: Rational Number: Irrational Number: Rational Numbers All are Real Numbers Integers Whole Numbers Irrational Numbers

More information

Cecil Jones Academy Mathematics Fundamentals

Cecil Jones Academy Mathematics Fundamentals Fundamentals Year 7 Knowledge Unit 1 Unit 2 Understand and use decimals with up to three decimal places Work with numbers up to ten million Explore the use of negative numbers Develop understanding of

More information

or 5.00 or 5.000, and so on You can expand the decimal places of a number that already has digits to the right of the decimal point.

or 5.00 or 5.000, and so on You can expand the decimal places of a number that already has digits to the right of the decimal point. 1 LESSON Understanding Rational and Irrational Numbers UNDERSTAND All numbers can be written with a For example, you can rewrite 22 and 5 with decimal points without changing their values. 22 5 22.0 or

More information

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum.

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum. Problem Solving Drill 05: Exponents and Radicals Question No. 1 of 10 Question 1. Simplify: 7u v 4u 3 v 6 Question #01 (A) 11u 5 v 7 (B) 8u 6 v 6 (C) 8u 5 v 7 (D) 8u 3 v 9 To simplify this expression you

More information

Expected Standards for Year 6: Mathematics Curriculum (taken from ncetm progression maps)

Expected Standards for Year 6: Mathematics Curriculum (taken from ncetm progression maps) Expected Standards for Year 6: Mathematics Curriculum (taken from ncetm progression maps) Place Value Addition and Subtraction Multiplication and Division Fractions Ratio and Proportion Measurement Geometry

More information

Mathematics Curriculum Objectives Year Six. Trinity Primary

Mathematics Curriculum Objectives Year Six. Trinity Primary Mathematics Curriculum Objectives Year Six Trinity Primary Counting Year 6 Number I can count backwards I can count backwards I can find the difference through zero to include through zero to include between

More information

Algebra II Chapter 8 Part 2: Rational Functions

Algebra II Chapter 8 Part 2: Rational Functions Algebra II Chapter 8 Part 2: Rational Functions Chapter 8 Lesson 4 Multiply and Divide Rational Functions Vocabulary Words to Review: Reciprocal The rules of fractions DO NOT change! *When adding and subtracting,

More information

Mini-Lectures by Section

Mini-Lectures by Section Mini-Lectures by Section BEGINNING AND INTERMEDIATE ALGEBRA, Mini-Lecture 1.1 1. Learn the definition of factor.. Write fractions in lowest terms.. Multiply and divide fractions.. Add and subtract fractions..

More information

Fractions and their Equivalent Forms

Fractions and their Equivalent Forms Fractions Fractions and their Equivalent Forms Little kids use the concept of a fraction long before we ever formalize their knowledge in school. Watching little kids share a candy bar or a bottle of soda

More information

Slide 1 / 180. Radicals and Rational Exponents

Slide 1 / 180. Radicals and Rational Exponents Slide 1 / 180 Radicals and Rational Exponents Slide 2 / 180 Roots and Radicals Table of Contents: Square Roots Intro to Cube Roots n th Roots Irrational Roots Rational Exponents Operations with Radicals

More information