staceyhursh Wrote:I am working on a practice LG and one of the conditions is phrased (not quoting verbatim) "M and H are exactly two spaces apart."
For some reason I am having a difficult time seeing as how this is written as M_H (or H_M) and not M_ _ H (or H _ _ M).
I get turned around on these too.
1. M and H are exactly two spaces apart (from each other)
2. M and H have exactly two spaces between them
Both are not the same.
1. M -- count space one, then H. Therefore, M_H or H_M. This statement is equivalent to "exactly one space between"
2. M -- space one, space two, then H. Therefore, M_ _H or H_ _M. This statement is equivalent to "exactly three spaces apart"
Hmm, maybe we could use a formula:
- A and B are X spaces apart = A and B have X-1 spaces between them
- A and B have X spaces between them = A and B have X+1 spaces apart
What do you think?