Question

Difficulty: MediumIntegers, Absolute Value, and Number Lines

On a number line, point MM has coordinate 14-14 and point NN has coordinate 1010. Point PP is located on the number line such that the distance between MM and PP is three times the distance between NN and PP. If the coordinate of PP is positive, what is the sum of all possible coordinates of PP?

  1. A
    44
  2. B
    88
  3. C
    2222
  4. 2626Answer
  5. E
    3434

Answer

The sum of all possible coordinates of PP is 2626.
The distance between any two points xx and yy on a number line is given by xy|x - y|. Thus, the distance from point P(p)P(p) to M(14)M(-14) is p(14)=p+14|p - (-14)| = |p + 14|, and the distance from P(p)P(p) to N(10)N(10) is p10|p - 10|. Since the distance to MM is three times the distance to NN, we write p+14=3p10|p + 14| = 3|p - 10|. To solve this absolute value equation, we check two cases. In the first case, we have p+14=3(p10)p + 14 = 3(p - 10), which simplifies to 2p=442p = 44, or p=22p = 22. In the second case, we have p+14=3(p10)p + 14 = -3(p - 10), which simplifies to 4p=164p = 16, or p=4p = 4. Both coordinates are positive, satisfying the condition given in the problem. The sum of these possible coordinates is 22+4=2622 + 4 = 26.

Step-by-Step Solution

1
Set up the algebraic representation of the distances between the points on the number line using absolute value.
The distance between point M(14)M(-14) and point P(p)P(p) is p(14)=p+14|p - (-14)| = |p + 14|. The distance between point N(10)N(10) and point P(p)P(p) is p10|p - 10|.
The distance between two points aa and bb on a standard number line is always expressed as the absolute value of their difference, ab|a - b|.
2
Formulate the equation representing the relationship between the two distances.
p+14=3p10|p + 14| = 3|p - 10|
The problem states that the distance from MM to PP is three times the distance from NN to PP.
3
Solve the absolute value equation by analyzing both positive and negative cases.
Case 1: p+14=3(p10)    p+14=3p30    2p=44    p=22p + 14 = 3(p - 10) \implies p + 14 = 3p - 30 \implies 2p = 44 \implies p = 22.
Case 2: p+14=3(p10)    p+14=3p+30    4p=16    p=4p + 14 = -3(p - 10) \implies p + 14 = -3p + 30 \implies 4p = 16 \implies p = 4.
An equation of the form A=B|A| = |B| is solved by evaluating the two distinct possibilities: A=BA = B and A=BA = -B.
4
Check if both solutions satisfy the condition of being positive, and sum them.
Both 2222 and 44 are positive, so they are both valid coordinates. Their sum is 22+4=2622 + 4 = 26.
The question specifies that the coordinate of PP must be positive, and asks for the sum of all such coordinates.

Key Concept

Representing distances on a number line using absolute value and solving absolute value equations.
Estimated Time:1m 30s
Rate this question