Question 378224
  <pre><font size = 3 color = "indigo"><b>
Hi,
f(x)=sqrt(x) + 1  Pt(0,1), Pt(4,3), Pt(9,4)on the graph of the function
Range (1, {{{infinity}}}) domain (0,{{{infinity}}})
{{{drawing(300,300, -10, 10, -10, 10,
circle(0, 1,0.3),
circle(4, 3,0.3),
circle(9, 4,0.3),
graph( 300, 300, -10, 10, -10, 10,x^.5 + 1))}}}