how would you pull out a quadratic from
27x⁶ + 26x³ - 1
let a = x³
27a² + 26a - 1
what does x∈R mean?
it means x is a real number because ∈ means “is a member of” and R represents real numbers
what is a set of possible inputs for a function called?
the domain
what is the set of possible outputs of a function called?
the range
how does the discriminant show how many roots f(x) has?
b² - 4ac > 0 means 2 real roots
b² - 4ac = 0 means 1 repeated root
b² - 4ac < 0 means no real roots