Cyclic System of Equations – 3

Find all real solutions of the following equations: $$a+b=c^2$$ $$b+c=d^2$$ $$c+d=e^2$$ $$d+e=a^2$$ $$e+a=b^2$$

Posted in Algebra | Comments Off on Cyclic System of Equations – 3

Geometry Challenge – 13

$ABCD$ is a square, P is an inner point such that $PA:PB:PC=1:2:3$. Find $\angle{APB}$ in degrees.

A B C D P
Click here for the solution.

Posted in Algebra, Geometry, Trigonometry | Comments Off on Geometry Challenge – 13

Cyclic System of Equations – 2

Find real solutions for the following equations: $$a+bcd = 2$$ $$b+cda=2$$ $$c+dab=2$$ $$d + abc=2$$

Solution: Because $a+bcd=2$, $b+cda=2$, we have $a+bcd=b+cda$. Factorizing it, we have $$(a-b)(cd-1)=0$$ Therefore either $a=b$ or $cd=1$.

Case 1: If $a=b$, we have $$a+ac^2=2$$ $$c+da^2=2$$ $$d+ca^2=2$$ We have $c+da^2=d+ca^2$. Factorizing it, we have $$(c-d)(a^2-1)=0$$ Therefore $c=d$ or $a^2=1$.

Case 1.1: if $c=d$, we have $c+ca^2=2$. Because $a+ac^2=2$, we have $a+ac^2=c+ca^2$. Factorizing it, we have $$(a-c)(ac-1)=0$$ Therefore, $a=c$ or $ac=1$.

Case 1.1.1 If $a=c$, then $a+a^3=2$. Factorizing it, we have $$(a-1)(a^2+a+2)=0$$ The only real solution to the above equation is $a=1$, implying $a=b=c=d=1$.

Cass 1.1.2: if $ac=1$, then $a+a=2$, we have $a=1$. Then $c=1$, implying $a=b=c=d=1$.

Case 1.2: If $a^2=1$, then $a=1$ or $a=-1$.

Case 1.2.1: If $a=1$, then, $b=1$, and $1+cd=2$ and $c+d=2$. implying $a=b=c=d=1$.

Case 1.2.2: if $a=-1$, then, $b=-1$, and $-1-cd=2$ and $c+d=2$, implying $a=b=c=-1$, $d=3$ or $a=b=d=-1$ and $c=3$.

Case 2: if $cd=1$, we have $a+b=2$. Therefore $c+da(2-a)=2$ and $d+ca(2-a)=2$. We have $c+da(2-a)=d+ca(2-a)$. Factorizing it, we have $$(a-1)^{2}(c-d)=0$$ We have $a=1$ or $c=d$.

Case 2.1: If $a=1$, then $b=1$, and $1+cd=2$ and $c+d=2$, implying $a=b=c=d=1$.

Case 2.2: If $c=d$, therefore $c^2=1$, which is similar to Case 1.2, with $a=b=c=d=1$; $a=3$, $b=c=d=-1$; or $a=c=d=-1$, $b=3$.

Therefore there are 5 solutions of (a, b, c, d) as $(1,1,1,1), (-1,-1,-1,3), (-1,-1,3,1), (-1,3,-1,-1), (3,-1,-1,-1)$.

Posted in Algebra | Comments Off on Cyclic System of Equations – 2

AIME 2022 II – Problem 15

Two externally tangent circles $\omega_1$ and $\omega_2$ have centers $O_1$ and $O_2$, respectively. A third circle $\Omega$ passing through $O_1$ and $O_2$ intersects $\omega_1$ at $B$ and $C$ and $\omega_2$ at $A$ and $D$, as shown. Suppose that $AB = 2$, $O_1O_2 = 15$, $CD = 16$, and $ABO_1CDO_2$ is a convex hexagon. Find the area of this hexagon. 🔑

Posted in Algebra, Geometry, Trigonometry | Comments Off on AIME 2022 II – Problem 15

AIME 2017 I – Problem 14

Let $a > 1$ and $x > 1$ satisfy $$\log_a(\log_a(\log_a 2) + \log_a 24 – 128) = 128$$ and $\log_a(\log_a x) = 256$. Find the remainder when $x$ is divided by $1000$. 🔑

Posted in Algebra | Comments Off on AIME 2017 I – Problem 14