SOLUTION: How do I prove/disprove this? If points A, B, and C lie on a coordinate line and points A and B have coordinates 15 and 7 respectively, then which of the possible coordinates

Algebra ->  Equations -> SOLUTION: How do I prove/disprove this? If points A, B, and C lie on a coordinate line and points A and B have coordinates 15 and 7 respectively, then which of the possible coordinates       Log On


   



Question 96770: How do I prove/disprove this?
If points A, B, and C lie on a coordinate line and points A and B
have coordinates 15 and 7 respectively, then which of the possible
coordinates for point C satisfy(ies) d(A, C) < d(B, C)?

Found 2 solutions by stanbon, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If points A, B, and C lie on a coordinate line and points A and B
have coordinates 15 and 7 respectively, then which of the possible
coordinates for point C satisfy(ies) d(A, C) < d(B, C)?
----------------------
Draw a number line and mark two points as A=15, B=7
----
The midpoint between A and B is (15+7)/2 = 11
For d(A, C) < d(B, C) C must be close to A then to B
Darken the line between A and the midpoint.
C must be in that darkened piece of the line.
11 ===============
Cheers,
Stan H.

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

--------------------------
SOLUTION BY EDWIN McCRAVY:


If points A, B, and C lie on a coordinate line and points A and B
have coordinates 15 and 7 respectively, then which of the possible
coordinates for point C satisfy(ies) d(A, C) < d(B, C)?
This is the number line:

As Stanbon says in his solution, if C is anywhere between A and the
midpoint of AB, then C will be closer to A than to B and thus the 
distance from A to C will be less than the distance from B to C.

However, you should find this with an absolute value inequality, 
which is what I'm sure you are supposed to do:

Let x represent any coordinate of C

d(A,C) < d(B,C)

|7-x| < |15-x|

Since x is not less than 7, the left side becomes
x-7.  Since x is less than 15, the right side
becomes 15-x.  So we have

x - 7 < 15 - x

   2x < 22

    x < 11   

And we are given that x > 7, so we can
write 

  7 < x < 11

So the possible locations for C are shaded below:


The darkened circle at A, says C's coordinate can be as low as 7,
but no lower.  The open circle at the right end of the shaded line 
says that C's coordinate can be less than 11, but cannot 
be equal to 11.

So the set-builder notation of this is 

C Î {x | 7 < x < 11}

In interval notation this is

C Î [7,11)

Edwin