(Ended)
Q1.
Find the number of ordered pairs of integers
such that the sequence
is strictly increasing and no set of four (not necessarily consecutive) terms forms an arithmetic progression.
Q2.
Find the three-digit positive integer
whose representation in base nine is
where
and
are (not necessarily distinct) digits.
Q3.
Quadratic polynomials
and
have leading coefficients
and
respectively. The graphs of both polynomials pass through the two points
and
Find ![]()
Q4.
Let
have side lengths
,
,
. The tangents to circumcircle of
at
and
intersect at point
, and
intersects the circumcircle at
. The length of
is equal to
, where
and
are relatively prime integers. Find
.
![[asy] import olympiad; unitsize(15); pair A, B, C, D, E, F, P, O; C = origin; A = (10,0); B = (7.8, 4.4899); draw(A--B--C--cycle); draw(A..B..C..cycle, red+dotted); O = circumcenter(A, B, C); E = rotate(90,B) * (O); F = rotate(90,C) * (O); D = IP(B..E + (B-E)*4, C..F + (C-F)*-3); draw(B--D--C--D--A); P = IP(D..A, A..B..C); dot(A); dot(B); dot(C); dot(D); dot(P); label("$A$", A, dir(335)); label("$B$", B, dir(65)); label("$C$", C, dir(200)); label("$D$", D, dir(135)); label("$P$", P, dir(235)); [/asy]](https://latex.artofproblemsolving.com/1/5/9/15925619d38c6533169fedb4323623e7d6ecb692.png)