The negation of B is not between A and C is
= [(A < B < C) OR (C < B < A)]
If A, B and C are numbers, then the above can be simplified to
(B - A)*(C - B) > 0
Chat with our AI personalities
It is |B - C|
Rate This AnswerThe transitive property states that if a relation holds between a and b and between b and c, then it also exists between a and c.So, if A=B AND B=C, THEN A=C
Algebraic Properties of Real Numbers The basic algebraic properties of real numbers a,b and c are: Closure: a + b and ab are real numbers Commutative: a + b = b + a, ab = ba Associative: (a+b) + c = a + (b+c), (ab)c = a(bc) Distributive: (a+b)c = ac+bc Identity: a+0 = 0+a = a Inverse: a + (-a) = 0, a(1/a) = 1 Cancelation: If a+x=a+y, then x=y Zero-factor: a0 = 0a = 0 Negation: -(-a) = a, (-a)b= a(-b) = -(ab), (-a)(-b) = ab
the distance from A to B is 24Km
transitive means for example, "if a=b and b=c, then a=c". reflexive means for example, "a=a, b=b, c=c, etc."