Question 415031
 |x-(square root)13| + (square root) 6 < -x-(square root) 10 
----
Enter in your calculator:
Y1: abs(x-sqrt(13))+sqrt(6)
Y2: -x-sqrt(10)
----
Graph them both on the same set of axes.
Then find the intervals on the x-axis where Y1 is below Y2
----
{{{graph(400,300,-10,50,-10,30,abs(x-sqrt(13))+sqrt(6),-x-sqrt(10))}}}
=====================================================
Cheers,
Stan H.
==================