Podcast
Questions and Answers
Which of the following expressions correctly applies the rule for dividing exponential terms with the same base?
Which of the following expressions correctly applies the rule for dividing exponential terms with the same base?
- $a^x / a^y = a^{y-x}$
- $a^x / a^y = a^{x+y}$
- $a^x / a^y = a^{x-y}$ (correct)
- $a^x / a^y = a^{xy}$
According to the power of a power rule, $(a^x)^y$ is equal to $a^{x+y}$.
According to the power of a power rule, $(a^x)^y$ is equal to $a^{x+y}$.
False (B)
Simplify the expression: $(4x^2)(2x^5)$
Simplify the expression: $(4x^2)(2x^5)$
8x^7
According to the rules of exponents, any non-zero number raised to the power of zero is equal to ______.
According to the rules of exponents, any non-zero number raised to the power of zero is equal to ______.
Match the following polynomial types with their descriptions:
Match the following polynomial types with their descriptions:
What is the degree of the polynomial $x^4 + 3x^2 - 7x + 1$?
What is the degree of the polynomial $x^4 + 3x^2 - 7x + 1$?
The expression $(a/b)^n$ is equivalent to $(b/a)^{-n}$.
The expression $(a/b)^n$ is equivalent to $(b/a)^{-n}$.
Evaluate: $2^{-3}$
Evaluate: $2^{-3}$
When simplifying expressions, the order of operations dictates that you perform multiplication and division before ______ and subtraction.
When simplifying expressions, the order of operations dictates that you perform multiplication and division before ______ and subtraction.
Match the following expressions with their simplified forms, assuming $x \neq 0$:
Match the following expressions with their simplified forms, assuming $x \neq 0$:
Which of the following is the correct expansion of $(x + 3)^2$?
Which of the following is the correct expansion of $(x + 3)^2$?
The expression $(-2)^4$ is equal to $-2^4$.
The expression $(-2)^4$ is equal to $-2^4$.
Simplify: $(3x^2y^4)^{-2}$
Simplify: $(3x^2y^4)^{-2}$
The quadratic formula is used to find the solutions (or roots) of a quadratic equation in the form $ax^2 + bx + c = 0$, and is given by $x = (-b ± √(b^2 - 4ac)) / ______$
The quadratic formula is used to find the solutions (or roots) of a quadratic equation in the form $ax^2 + bx + c = 0$, and is given by $x = (-b ± √(b^2 - 4ac)) / ______$
Match the discriminant ($b^2 - 4ac$) result to the nature of the solutions of a quadratic equation:
Match the discriminant ($b^2 - 4ac$) result to the nature of the solutions of a quadratic equation:
What are the solutions to the equation $x^2 - 5x + 6 = 0$?
What are the solutions to the equation $x^2 - 5x + 6 = 0$?
The interval notation $(a, b]$ includes both 'a' and 'b'.
The interval notation $(a, b]$ includes both 'a' and 'b'.
Solve the inequality: $2x + 3 < 7$
Solve the inequality: $2x + 3 < 7$
When solving inequalities, if you multiply or divide both sides by a ______ number, you must reverse the inequality sign.
When solving inequalities, if you multiply or divide both sides by a ______ number, you must reverse the inequality sign.
Match each inequality with its solution set in interval notation:
Match each inequality with its solution set in interval notation:
Flashcards
Exponent
Exponent
A value raised to a power.
Rule 1: Product of Powers
Rule 1: Product of Powers
When multiplying terms with the same base, add their exponents.
Rule 2: Quotient of Powers
Rule 2: Quotient of Powers
When dividing terms with the same base, subtract their exponents.
Rule 3: Power of a Power
Rule 3: Power of a Power
Signup and view all the flashcards
Rule 4: Zero Exponent
Rule 4: Zero Exponent
Signup and view all the flashcards
Rule 5: Power of a Product
Rule 5: Power of a Product
Signup and view all the flashcards
Rule 6: Power of a Quotient
Rule 6: Power of a Quotient
Signup and view all the flashcards
Rule 7: Negative Exponent
Rule 7: Negative Exponent
Signup and view all the flashcards
Polynomial
Polynomial
Signup and view all the flashcards
Monomial
Monomial
Signup and view all the flashcards
Binomial
Binomial
Signup and view all the flashcards
Trinomial
Trinomial
Signup and view all the flashcards
Degree of a Polynomial
Degree of a Polynomial
Signup and view all the flashcards
Order of Operations
Order of Operations
Signup and view all the flashcards
Equation
Equation
Signup and view all the flashcards
Quadratic Formula
Quadratic Formula
Signup and view all the flashcards
Discriminant
Discriminant
Signup and view all the flashcards
Interval Notation
Interval Notation
Signup and view all the flashcards
Inequalities
Inequalities
Signup and view all the flashcards
Study Notes
- These notes cover polynomials, exponents, simplifying expressions, solving equations, inequalities, and absolute values.
Exponents
- An exponent represents repeated multiplication of a base number.
a^n
indicates thata
is multiplied by itselfn
times, wheren
is the power anda
is the base.n
can be a negative numbers and/or real numbers.
Rules of Exponents
- Product of Powers:
a^x * a^y = a^(x+y)
(add exponents when multiplying with the same base). - Quotient of Powers:
a^x / a^y = a^(x-y)
(subtract exponents when dividing with the same base) - Power of a Power:
(a^x)^y = a^(x*y)
(multiply exponents when raising a power to a power) - Zero Exponent:
a^0 = 1
(any number raised to the power of 0 is 1; 0^0 is undefined) - Power of a Product:
(ab)^x = a^x * b^x
(distribute the exponent to each factor in the product) - Power of a Quotient:
(a/b)^x = a^x / b^x
(distribute the exponent to both numerator and denominator) - Negative Exponent:
a^(-n) = 1 / a^n
(a negative exponent indicates a reciprocal) - Rational Exponent:
(a/b)^n = (a^n) / (b^n)
Polynomials
- A polynomial is an expression with one or more terms, each containing a variable raised to a non-negative integer power and multiplied by a coefficient:
an*x^n + an-1*x^(n-1) + ... + a2*x^2 + a1*x + a0
n
is a non-negative integer.an
is a real number (coefficient).- Three types of polynomials: monomial, binomial, trinomial.
- Monomial: a polynomial with one term (e.g.,
2x
,3x^2
,7x^5
) - Binomial: polynomial with two terms (e.g.,
2x^2 + x
,5x + 10x^2
) - Trinomial: a polynomial with three terms (e.g.,
x^3 + x^2 + 5
,x^2 + 2x + 5
)
- Monomial: a polynomial with one term (e.g.,
- The degree of a polynomial is determined by its highest power
- Example:
x^4 + 7x^3 + 2x + 8
is of degree 4.
- Example:
Adding and Subtracting Polynomials
- Combine like terms (terms with the same variable and exponent).
- When subtracting polynomials, distribute the negative sign to all terms in the second polynomial.
Multiplying Polynomials
- Multiply each term of one polynomial by each term of the other polynomial (distributive property)
- Simplify by combining like terms
Special Product Formulas
- Square of a Binomial:
(a + b)^2 = a^2 + 2ab + b^2
(x + 2)^2 = x^2 + 4x + 4
(a - b)^2 = a^2 - 2ab + b^2
(x - 3)^2 = x^2 - 6x + 9
- Difference of Squares:
(a + b)(a - b) = a^2 - b^2
(x + 4)(x - 4) = x^2 - 16
Order of Operations
- Parentheses
()
- Brackets
[]
- Braces
{}
- Exponents
a^n
- Multiplication and Division (from left to right)
- Addition and Subtraction (from left to right)
Integral Exponents and Simplification
- Simplify expressions with exponents using the rules of exponents
- Express final answers with positive exponents only.
Solving Equations
- An equation equates two mathematical expressions.
- Follow algebraic manipulation rules to isolate the variable on one side.
Quadratic Equations
- A quadratic equation is in the form
ax^2 + bx + c = 0
, wherea ≠0
. - Quadratic Formula:
x = (-b ± √(b^2 - 4ac)) / (2a)
- Discriminant:
b^2 - 4ac
- If it's positive: two real solutions.
- If it's negative: no real solutions.
- If it's zero: one real solution.
- Solve by Factoring: Factor the quadratic expression and set each factor to zero
Inequalities and Absolute Value
- Inequalities use symbols like
>
,<
,≥
,≤
to compare expressions - Interval Notation:
- Open interval:
(a, b)
(excludes a and b) - Closed interval:
[a, b]
(includes a and b) - Half-open intervals:
(a, b]
or[a, b)
- Open interval:
- When multiplying or dividing an inequality by a negative number, reverse the inequality sign.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.