#quick question

5 messages · Page 1 of 1 (latest)

bronze canopy
#

how do I find the zeros of the ones with cubes and sqaured?

dusk hemlock
#

If a•b = 0, then either a or b equals zero

For example, with B, since (x^3+1)(x-17) equals 0, either (x-17) or (x^3 + 1) equals zeros, so the solutions of x-17=0 and the solutions of x^3+1 = 0 are the solutions of B

#

For exponents, isolate the x^a term then take the Ath root

Ex with C:
x^2 + 36 = 0
X^2 = -36
X = sqrt(-36)
X = + or - 6i (remember to do plus/minus for square roots)

bronze canopy
#

and u did for C?