Question 883759
Domain: Set of all real numbers


Range: Set of real numbers y such that {{{y>=6}}} (this is found by using a graph or by determining the vertex of {{{y = x^2+6}}}



Graph:


{{{ drawing( 500, 500, -10, 10, -10, 10,
grid(1),
graph( 500, 500, -10, 10, -10, 10, 0, x^2+6)

) 
}}}