MAT 320 Spring 2008 Section 1.2.  Start with two integers for which you want to find the GCD. Apply the division algorithm, dividing the smaller number.

Slides:



Advertisements
Similar presentations
Products and Factors of Polynomials
Advertisements

Division & Divisibility. a divides b if a is not zero there is a m such that a.m = b a is a factor of b b is a multiple of a a|b Division.
Remainder and Factor Theorems
MAT 320 Spring 2011 Section = 276 · = 44 · = 12 · = 8 · = 4 ·2 + 0 Start by dividing the smaller number into.
Partial Quotients Division Algorithm. Quick Slate Review Solve the following problems. ……. Ready……… …………..Set………….. ………Go!
Section 4.1: Primes, Factorization, and the Euclidean Algorithm Practice HW (not to hand in) From Barr Text p. 160 # 6, 7, 8, 11, 12, 13.
Sets, Combinatorics, Probability, and Number Theory Mathematical Structures for Computer Science Chapter 3 Copyright © 2006 W.H. Freeman & Co.MSCS Slides.
Dividing Polynomials.
HOW TO DIVIDE FRACTIONS
Remainder and Factor Theorems
Chapter 2 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Dividing Polynomials: Remainder and Factor Theorems.
Dividing Polynomials Objectives
Example 1 Dividing Integers Same sign, so quotient is positive. 5 = a. 8 – 40 – b. 14 – 2 = 7 – Different signs, so quotient is negative. c. 9 – 36 = 4.
Dividing Polynomials Section 2.4. Objectives Divide two polynomials using either long division or synthetic division. Use the Factor Theorem to show that.
Section 3.3 Dividing Polynomials; Remainder and Factor Theorems
Polynomial Long and Synthetic Division Pre-Calculus.
§ 6.5 Synthetic Division and the Remainder Theorem.
BY MISS FARAH ADIBAH ADNAN IMK
Remainder and Factor Theorem (1) Intro to Polynomials -degree -identities -division (long, short, synthetic) (2) Remainder Theorem -finding remainders.
Quiz 2 key.
LECTURE 5 Learning Objectives  To apply division algorithm  To apply the Euclidean algorithm.
1 Properties of Integers Objectives At the end of this unit, students should be able to: State the division algorithm Apply the division algorithm Find.
Section 4.3: Fermat’s Little Theorem Practice HW (not to hand in) From Barr Text p. 284 # 1, 2.
Section 1.1: Integer Operations and the Division Algorithm
LIAL HORNSBY SCHNEIDER
WIKIPEDIA HAS MANY MORE DIVISIBILITY RULES. EXAMPLE Since 52=13(4) is divisible by 4, is divisible by 4 Since 452=56(8)+4 is not divisible.
When dividing a decimal by a whole number, place the decimal point in the quotient directly above the decimal point in the dividend. Then divide as you.
The Integers. The Division Algorithms A high-school question: Compute 58/17. We can write 58 as 58 = 3 (17) + 7 This forms illustrates the answer: “3.
Dividing Polynomials 3
3.3: Dividing Polynomials: Remainder and Factor Theorems Long Division of Polynomials 1.Arrange the terms of both the dividend and the divisor in descending.
6.8 Synthetic Division. Polynomial Division, Factors, and Remainders In this section, we will look at two methods to divide polynomials: long division.
Polynomial Division and the Remainder Theorem Section 9.4.
Ch 11.5 Dividing Polynomials
Copyright © 2009 Pearson Education, Inc. CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions.
5. Divide 4723 by 5. Long Division: Steps in Dividing Whole Numbers Example: 4716  5 STEPS 1. The dividend is The divisor is 5. Write.
Rational Numbers and Fields
Section 2.4 Dividing Polynomials; The Factor and Remainder Theorems.
Euclidean Algorithm How to find a greatest common divisor in several easy steps.
Math 409/409G History of Mathematics Books VII – IX of the Elements Part 1: Divisibility.
7.3 Products and Factors of Polynomials Objectives: Multiply polynomials, and divide one polynomial by another by using long division and synthetic division.
Dividing Polynomials Section 2.4. Objectives Divide two polynomials using either long division or synthetic division. Use the Factor Theorem to show that.
12/23/ Division and The Remainder Theorem.
Dividing polynomials This PowerPoint presentation demonstrates two different methods of polynomial division. Click here to see algebraic long division.
DIVISION. Standards G4.1M.C2.PO4A. Use multiple strategies to divide whole numbers using 4-digit dividends and divisors from 1 to 12 with remainders.
Polynomial and Synthetic Division Objective: To solve polynomial equations by long division and synthetic division.
Section 4.3 Polynomial Division; The Remainder and Factor Theorems Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
Products and Factors of Polynomials (part 2 of 2) Section 440 beginning on page 442.
Dividing Integers.
Dividing Polynomials A review of long division:
Chapter 6 More about Polynomials
Section 5.4 – Dividing Polynomials
Sullivan Algebra and Trigonometry: Section 5
Dividing Polynomials Long Division A little review:
MATH301- DISCRETE MATHEMATICS Copyright © Nahid Sultana Dr. Nahid Sultana Chapter 4: Number Theory and Cryptography.
Section 2.4 Dividing Polynomials; Remainder and Factor Theorems
Partial Quotients Division Algorithm
Polynomial Division; The Remainder Theorem and Factor Theorem
Dividing Polynomials 6-3 Warm Up Lesson Presentation Lesson Quiz
Standard Algorithm By: Ally, Zoey, and Maha.
HOW TO DIVIDE FRACTIONS
Solving Linear Systems by Linear Combinations
Solve System by Linear Combination / Addition Method
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
5.5 Real Zeros of Polynomial Functions
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Multiplying and Dividing Integers
divide dividend divisor inverse operations quotient
Multiplying and Dividing Rational Expressions
Algebra 1 Section 9.6.
Presentation transcript:

MAT 320 Spring 2008 Section 1.2

 Start with two integers for which you want to find the GCD. Apply the division algorithm, dividing the smaller number into the larger.  Example: a = 320, b = 296.  320 = 296 ·  The first quotient is q 0 and the first remainder is r 0.

 If you get a remainder of 0, stop. If not, the divisor from the previous step becomes the dividend of the next step. The remainder from the previous step becomes the divisor of the previous step.  320 = 296 ·  296 = 24 ·  Continue until you get a remainder of 0.

 320 = 296 ·  296 = 24 ·  24 = 8 ·  We get a remainder of 0, so we stop. The last nonzero remainder is the GCD, so (320, 296) is equal to 8.

 Compute (346, 592).  592 = 346 ·  346 = 246 ·  246 = 100 ·  100 = 46 ·  46 = 8 ·  8 = 6 ·  6 = 2 ·  So (346, 592) = 2.

 We can use the Euclidean Algorithm to find the integers U and V from Bézout’s Theorem.  As an example, let’s use the Euclidean Algorithm to show that (324, 148) = 4.  324 = 148 ·  148 = 28 ·  28 = 8 ·  8 = 4 · 2 + 0

 We want to find integers U and V such that 4 = 324U + 148V.  Take all of the equations (except the last one) and solve for the remainder.  28 = 324 – 148 · 2  8 = 148 – 28 · 5  4 = 28 – 8 · 3

 Notice that the last equation expresses 4 as a linear combination of 28 and 8.  4 = 28 · · (-3)  This is not what we want, however. So we use the previous equation (which has been solved for 8) to substitute.

 4 = 28 · 1 + (148 – 28 · 5) · (-3)  Now we want to rearrange this so that 4 is expressed as a linear combination of 28 and 148 (still not quite what we want, but getting closer)  We get 4 = 28 · · (-3)

 Now use the previous equation (which has been solved for 28) to substitute.  We get 4 = (324 – 148 · 2) · · (-3)  Once again, multiply out and rearrange until we get 4 expressed as a linear combination of 324 and 148.  4 = 324 · · (-35)

 Use the Euclidean Algorithm to show that (15, 36) = 3.  Use back-substitution to find integers U and V so that 3 = 15U + 36V.