quartets of points, OP = p, PQ = q, QR = r, RS = <OPQ = < PQR = < QRS = 135^o
Source: Netherlands - Dutch NMO 1964 p2
January 31, 2023
analytic geometryge
Problem Statement
Given is a flat plane containing a rectangular coordinate system . We consider quartets of numbers ; , , , . On every quartet we add a point from in a way that is in the accompanying figure is displayed. In this figure ,,,, .
(a) What is the set of the points of , which are added to these quartets ?
(b) Which of these points has been added to only one quartet? How many quartets have the other points been added?
(c) What is the set of points added to the quartets for which and ?
(d) What is the set of points added to the quartets for which and ?[asy]
unitsize(0.6 cm);pair O, P, Q, R, S;O = (0,0);
P = (2,0);
Q = P + 2*dir(45);
R = Q + (0,2.5);
S = R + 3*dir(135);draw((-1,0)--(7,0));
draw((0,-1)--(0,8));
draw(P--Q--R--S);label("", O, SW);
label("", P, dir(270));
label("", Q, E);
label("", R, E);
label("", S, N);
label("", (7,0), E);
label("", (0,8), N);
[/asy]