Search: all:new
|
|
Sort:
recent
Format:
long
Filter:
(all | no meta | meta)
Mode:
(words | no words)
|
|
|
|
|
BP941 |
| JPEG image vs. PNG image. |
|
| |
|
|
|
|
|
BP939 |
| Optical illusions vs. not so. |
|
| |
|
|
|
|
|
BP937 |
| Shapes have equal perimeter vs. not so. |
|
| |
|
|
|
|
|
BP935 |
| Shapes have equal area vs. not so. |
|
| |
|
|
|
|
|
BP934 |
| If "distance" is taken to be the sum of horizontal and vertical distances between points, the 3 points are equidistant from each other vs. not so. |
|
| |
|
|
COMMENTS
|
In other words, we take the distance between points (a,b) and (c,d) to be equal to |c-a| + |d-b|, or, in other words, the distance of the shortest path between points that travels along grid lines. In mathematics, this way of measuring distance is called the 'taxicab' or 'Manhattan' metric. The points on the left hand side form equilateral triangles in this metric.
⠀
An alternate (albeit more convoluted) solution that someone may arrive at for this Problem is as follows: The triangles formed by the points on the left have some two points diagonal to each other (in the sense of bishops in chess), and considering the corresponding edge as their base, they also have an equal height. However, this was proven to be equivalent to the Manhattan distance answer by Sridhar Ramesh. Here is the proof:
⠀
An equilateral triangle amounts to points A, B, and C such that B and C lie on a circle of some radius centered at A, and the chord from B to C is as long as this radius.
A Manhattan circle of radius R is a turned square, ♢, where the Manhattan distance between any two points on opposite sides is 2R, and the Manhattan distance between any two points on adjacent sides is the larger distance from one of those points to the corner connecting those sides. Thus, to get two of these points to have Manhattan distance R, one of them must be a midpoint of one side of the ♢ (thus, bishop-diagonal from its center) and the other can then be any point on an adjacent side of the ♢ making an acute triangle with the aforementioned midpoint and center. |
|
CROSSREFS
|
Adjacent-numbered pages:
BP929 BP930 BP931 BP932 BP933  *  BP935 BP936 BP937 BP938 BP939
|
|
KEYWORD
|
hard, allsorted, solved, left-finite, right-finite, perfect, pixelperfect, unorderedtriplet, finishedexamples
|
|
CONCEPT
|
triangle (info | search)
|
|
WORLD
|
3_dots_on_square_grid [smaller | same | bigger]
|
|
AUTHOR
|
Leo Crabbe
|
|
|
|
|
BP933 |
| Ball will reach edge of bounding box under gravity vs. not so. |
|
| |
|
|
COMMENTS
|
Strictly this Problem's solution is not actually about gravity, it is about a constant downwards force (the ball's time-independent path does not depend on the magnitude of the force, only direction). The phrasing for the solution is a shorthand that takes advantage of human physical intuition. |
|
CROSSREFS
|
Adjacent-numbered pages:
BP928 BP929 BP930 BP931 BP932  *  BP934 BP935 BP936 BP937 BP938
|
|
KEYWORD
|
physics
|
|
CONCEPT
|
bounding_box (info | search), imagined_motion (info | search), gravity (info | search)
|
|
WORLD
|
dot_with_lines_or_curves [smaller | same | bigger]
|
|
AUTHOR
|
Leo Crabbe
|
|
|
|
|
BP932 |
| Every vertex is connected to every other vs. vertices are connected in a cycle (no other connections). |
|
| ?
| ?
|
|
|
|
COMMENTS
|
Complete graphs with zero, one, two, or three vertices would be ambiguously categorized (fit in overlap of both sides).
Left examples are called "fully connected graphs." Right examples are called "cycle graphs." |
|
CROSSREFS
|
Adjacent-numbered pages:
BP927 BP928 BP929 BP930 BP931  *  BP933 BP934 BP935 BP936 BP937
|
|
KEYWORD
|
precise, left-narrow, right-narrow, both, preciseworld
|
|
CONCEPT
|
graph (info | search), distinguishing_crossing_curves (info | search), all (info | search), loop (info | search)
|
|
WORLD
|
connected_graph [smaller | same | bigger]
|
|
AUTHOR
|
Aaron David Fairbanks
|
|
|
|
|
BP931 |
| Some number labels its own position in the sequence from left to right vs. not so. |
|
| |
|
|
| |
|
|
|
|
|
|
|
|