The another way to find that x lies to the left of y is simply by calculating the difference of the numbers.
Let suppose "x<y"
"if, x-y<0 ,x \\text{ is smaller than y} \\Rightarrow \\text{x lies to the left of y }"
"if, x-y>0, \\text{ x is greater than y}\\Rightarrow \\text{x lies to the right of y.}"
Comments
Leave a comment