Question 844800
If you want to graph {{{f(x) = sqrt(x-3)}}}, then you would get this graph


{{{ drawing(500, 500, -10, 10, -10, 10,
grid(1),
 graph( 500, 500, -10, 10, -10, 10,0,sqrt(x-3))

)}}}