A exponent is the smaller number you will see sometimes on the top of a number or to the right of it but smaller than normal font
Answer:
10
Step-by-step explanation:
(x,y)
to be a function
for every x, ther must be only 1 y to corespond to it
basically, x must NEVER repeat with a different y
list them
ah, we see (1,1) an d(1,-1)
also (4,2) and (4,-2)
double offense
1 repeats with 1 and -1
4 repeats with 2 and -2
not a function
domain is all x values
range is all y values
if they repeat, don't list them
domain=(0,1,4)
range=(-2,-1,0,1,2)
determinant: 
(a) 
D<0 means there are no real roots. there are two complex roots with imaginary components.
(b) D=16+20=36>0
D>0 means there are two real roots
(c) D = 20^2-4*4*25 = 0
D=0 means there is one real root with multiplicity 2
Step-by-step explanation:
let's simply do the multiplications and then compare with the original.
(x-m)² + n
right ?
or is it

let's go for the first.
x² - 2mx + m² + n = x² - 3x
-2mx + m² + n = -3x
fun there we see two things :
-2m = -3
m = 3/2
and
m² + n = 0
(3/2)² = -n
9/4 = -n
n = -9/4
so our transformed expression looks like
(x - 3/2)² - 9/4