
Nathan G. answered 05/07/20
Undergrad Math, Programming, and Art Tutor
Hi Brian!
This problem requires that all points be on a single line (we call them "colinear" points). AB represents the distance from point A to point B, and BC represents the distance from point B to point C. Like so:
|--AB----|-----BC-------|
A--------B---------------C
So if AB:BC = 2:3 we have the situation where:
|----2----|-------3--------|
A--------B---------------C
How does AB relate to AC in this situation? Try to come up with an answer on your own before continuing to read.
The value we give to AB is arbitrary since all we want is the ratio, however, it is easiest to pick AB to be 2 so it matches the numbers we were already given. If AB is 2, then BC is still 3 and AC is the distance AB + BC, which in this case is 2 + 3 = 5.
|----2----|-------3--------|
A--------B---------------C
|-----------5---------------|
That gets us to AB:AC = 2:5. Hope this helps!
-Nathan