Question 99584
graph the relation and state it's domain and range. x=y²-1
:
y^2 -1 = x
y^2 = x + 1
y = Sqrt(x+1)
Graph this using x = -1 to x = 10
{{{ graph( 300, 200, -2, 10, -2, 4, sqrt(x+1)) }}}
:
the domain is all real numbers > -1
the range is all numbers > 0