Monomials, Polynomials, Linear and Quadratic Equations, System of Equations Flashcards
What is the definition of an equality?
An equality is a mathematical statement that two expressions are equal.
The value of the left side equates to the value of the right side.
Example:
3 + 3 = 6
2x + 5x = 7x
What is the definition of an equation?
An equation is an equality in which the unknown has a specific value.
Example:
2x = 8
In this case x can only one value, 4. 4 is a solution of the equation above.
What equations do we call equivalent?
Equations that have the same solution are called equivalent equations.
In some cases, you may need to transform the original equation into an equivalent to solve it.
Example:
2x + 4 = 8 and 2x + 4 - 8 = 0
Define:
- Variable
- Constant
- Coefficient
- A variable is a symbol for an unknown number
- A coefficient is a multiplicative factor of a variable
- Constant is a fixed value
Example:
5x - 2 = 8
5 is a coefficient, x is a variable, 2 and 8 are constants.
How do you solve an equation with one variable?
- Simplify each side of the equation if necessary
- Isolate the variable by using inverse operations
The result will be an equation with a variable on one side and a real number on the other.
Example:
6x - 8 = -3x + 10
Get all the x’s on one side by adding 3x to both sides: 9x - 8 = 10. Then, add 8 to both sides: 9x = 18. Then, divide both sides by 9: x = 2
In order to solve a linear equation, you might need to simplify it. What operations might be necessary?
You may need to do all or some of these to simplify the original equation:
- Combine similar terms within grouping symbols
- Use distributive property
- Remove unnecessary parentheses
- Combine like terms
Once you’ve simplified the original equation, proceed with isolating the variable by using inverse operations.
Example:
4 (3x + 3 - 8x) - (-6x) = 26
- 4 (3 - 5x) - (-6x) = 26
- 12 - 20x - (-6x) = 26
- 12 - 20x + 6x = 26
- 12 - 14x = 26
What are inverse operations?
Two operations are inverse to each other when one operation reverses the effect of the other operation.
Addition and subtraction are inverse operations. Multiplication and division are inverse operations.
How would you use inverse operations to solve the following equations?
z + 15 = 32
5x = 65
z + 15 = 32
15 is added to z. To find z, subtract 15 from 32.
5x = 65
5 and x are multiplied. To find x, divide 65 by 5.
What does it mean “to isolate the variable” in an equation?
Isolating the variable is the process the result of which is an equation with the variable on one side and a real number on the other side.
To isolate the variable, use inverse operations.
Example:
12 - 14x = 26
- 14x = 26 - 12
- 14x = 14
- x* = -1
Formulate the rule of equality for solving equations.
In plain language, whatever you do to one side of the equation, you must do to the other.
The rule of equality states that the same operation using equal numbers must be done on both sides of an equation.
- Example:*
- x* + 4 = 6
- x* + 4 + 3 = 6 + 3
If for some reason you need to add 3 to the left side of the equation, you must also add 3 to the right side.
What steps might be necessary to solve an inequality?
Solve an inequality the same way you would solve an equation, i.e. simplify and isolate the variable.
*** Note: When multiplying or dividing both side of the inequality by the same negative number, it reverses the direction of the sign of the inequality.
How does multiplying or dividing an inequality by a negative number affect the direction of the sign of the inequality?
Multiplying or dividing an inequality by a negative number reverses the direction of the inequality.
Example:
-2x > 10 Dividing both sides by -2
x -5
Define:
A monomial.
A monomial is an expression that has one term.
It’s either a real number, a variable, or the product of a real number and one or more variables.
*** A variable cannot be in the denominator.
Example:
5x, 3a2b, 10
How do you figure out the degree of a monomial?
The degree of a monomial is the sum of the degrees (exponents) of its variables.
Example:
x5y3z
5 + 3 + 1 = 9
9 is the degree of this monomial.
Define:
A polynomial.
A polynomial is the sum or the difference of monomials.
*** A polynomial must have the same variable.
Example:
5x2 + 6x - 7 or
x - 4
What are the terms of a polynomial?
Monomials that make up a polynomial are called its terms.
*** Terms are separated by addition or subtraction signs, but never by multiplication signs.
Example:
15 + 10x
15 and 10x are the terms of this polynomial.
How many terms do binomials and trinomials have?
- Binomial is a polynomial with two terms
- Trinomial is a polynomial with three terms
How do you simplify a polynomial?
To simplify a polynomial, combine similar terms.
Similar terms contain the same variables and same exponents.
Example:
3 + 5x2 + 10x + 24x2 - 3x + 7 =
10 + 7x + 29x2
How do you figure out the degree of a polynomial?
The degree of a polynomial is the highest degree of any of its terms.
Example:
7x4 + 10x
Evaluate both terms. The exponent of the 1st term is 4; the exponent of the 2nd term is 1. Therefore, the degree of this binomial is 4.
How do you add and subtract monomials?
Monomials being added or subtracted must have the same variable(s).
They are called like terms.
Example:
10x + 2x = 12x
10x and 2x are like terms. To add them, just add the coefficients.
How do you multiply monomials?
Multiply the coefficients and the variables of the monomials separately. Write the product in the exponential form when multiplying same bases.
Example:
8a x 2a = (8 x 2) (a x a) = 16a2
How do you add or subtract polynomials?
Combine the terms with exactly the same variable(s); i.e. like terms.
Example:
4x - 7 + 5x + 3x2 + 3 = 3x2 + 9x - 4
4x and 5x are like terms. So are -7 and 3.
How do you multiply a monomial by a polynomial?
a (b + c + d)
To multiply a polynomial by a monomial, use the distributive property.
a(b + c + d) = ab + ac + ad
What acronym helps you remember how to multiply two binomials?
(a + b)(c + d)
To multiply two binomials, use the FOIL method.
- (a + b)(c + d) =*
- ac + ad + bc + bd*
FOIL is an acronym for:
F - product of the FIRST terms
O - product of the OUTERMOST terms
I - product of the INNERMOST terms
L - product of the LAST terms
How do you multiply polynomials with more than two terms?
(a + b)(c + d + e)
To multiply two polynomials with more than two terms, multiply each term of the first polynomial by each term of the second.
Simply use the distributive property, then combine like terms.
(a + b) (c + d + e) =
ac + ad + ae + bc + bd + be
Example:
(x + 3)(x2 + 5x + 6) =
(x + 3)x2 + (x + 3)5x + (x + 3)6 =
- x3 + 3x2 + 5x2 + 15x* + 6x + 18 =
- x3 + 8x2 + 21x* + 18
What does the product of the sum and the difference of two monomials equal to?
(a + b)(a - b) = ?
(a - b)(a + b) = a2 - b2
The product of the sum and the difference of two monomials equals to the difference of their squares.
(a + b)2 = ?
(a - b)2 = ?
(a + b)2 = a2+ 2ab + b2
(a - b)2 = a2- 2ab + b2
(a + b)3= ?
(a - b)3 = ?
Below are the formulas for the cube of the sum or the difference of two monomials.
(a + b)3 =
a3 + 3a2b + 3a**b2 + b3
(a - b)3**=
a3 - 3a2b + 3ab2 - b3
Find the greatest common factor (GCF) of the expressions below.
ca + cb = ?
ca - cb = ?
Factor out c as shown below:
ca + cb = c(a + b)
ca - cb = c(a - b)
What is a prime polynomial?
A prime polynomial is a polynomial that cannot be factored.
Is there a way to factor out the sum of squares of two monomials?
a2 + b2
The sum of squares a2+ b2 is a prime polynomial. It cannot be factored out.