Question 818409
Try graphing it and you will see: 

{{{
  graph( 800, 800,
         -10, 10, 
         -10, 10, 
         sqrt( 2x+1 ) + sqrt( x+4)
      )
}}}

x=0 is the obvious answer and it checks out fine.