Alternative to using greater than operator for comparing numbers on a number line

871 Views Asked by At

The sign greater than "$>$" represents the quantity of one number more than another number. However the same sign is used to know the direction of a number on the numberline ( with respect to an another given number ). So $5 > -5$ holds true.

However, in reality there is no difference in the quantity of two numbers. They are just on opposite side of origin. Isn't it an ambiguous trend to calculate in math ? Is there any other way to represent the same thing that makes sense?

2

There are 2 best solutions below

0
On

The "quantity" of $5$ and $-5$ is not the same. $5$ is greater than $-5$. For example, a temperature of $5$ degrees is warmer than a temperature of $-5$ degrees.

What you are taking about is the absolute values of numbers, which are equal to the distances from the number to $0$. So the absolute value of $-5$ is equal to $|-5|=5=|5|$. The absolute values of $-5$ and $5$ are the same (the numbers themselves have the same "size"), although still, $5$ is larger than $-5$ (the quantities these two numbers describe are different, $5$ describes a larger quantity).

2
On

$a>b$ means $a-b$ is positive, nothing more, nothing less --- and nothing ambiguous about it. $-2>-17$ because $-2-(-17)=15$ is positive, even though 17 is farther from the origin than 2. You'll have to be more clear about what exactly it is that you think doesn't make sense.