
Lecture notes for Section 5.4
... Big Idea: Polynomials are the most important topic in algebra because any equation that can be written using addition, subtraction, multiplication, division, integer powers, or roots (which are rational powers) can be solved by converting the equation into a polynomial equation. The fourth step towa ...
... Big Idea: Polynomials are the most important topic in algebra because any equation that can be written using addition, subtraction, multiplication, division, integer powers, or roots (which are rational powers) can be solved by converting the equation into a polynomial equation. The fourth step towa ...
Section 5.1: Polynomial Functions as Mathematical Models
... a. Use the fact that (ax + b)(cx + d) = acx2 + (ad + bc)x + bd b. list factors of A and B, then try out all the possibilities until you get it right c. Example: 2x2 – 9x – 18 = i. factors of 2 are: 1, 2 ii. factors of 18 are: 1, 2, 3, 6, 9, 18 iii. (2x – 2)(x + 9) = 2x2 + 18x – 2x – 18 = 2x2 ...
... a. Use the fact that (ax + b)(cx + d) = acx2 + (ad + bc)x + bd b. list factors of A and B, then try out all the possibilities until you get it right c. Example: 2x2 – 9x – 18 = i. factors of 2 are: 1, 2 ii. factors of 18 are: 1, 2, 3, 6, 9, 18 iii. (2x – 2)(x + 9) = 2x2 + 18x – 2x – 18 = 2x2 ...
lect1 - University of South Carolina
... Example: Finding gcd(m,n) Input: m and n are two nonnegative, not-both-zero integers (Note: the range of input is specified) Output: gcd(m,n), the greatest common divisor, i.e., the largest integer that divides both m and n Euclid algorithm: Based on gcd(m,n)=gcd(n, m mod n) ...
... Example: Finding gcd(m,n) Input: m and n are two nonnegative, not-both-zero integers (Note: the range of input is specified) Output: gcd(m,n), the greatest common divisor, i.e., the largest integer that divides both m and n Euclid algorithm: Based on gcd(m,n)=gcd(n, m mod n) ...