What's the area of a right triangle if the quotient of its legs is $1.05$ and the difference between the radii of the inscribed and circumscribed circles is $17$?
I've been trying to solve this and I've got: ($R$ - radius of circumscribed circle, $r$ - radius of inscribed circle)
$1.$ $ \frac{a}{b}=1.05$
$2.$ $c^2=a^2+b^2$
$3.$ $a + b - 2r = c$
$4.$ $c-2r=34$
$5.$ $ab=(a+b+c)r$
Using the first four equations, I can substitute for one of the legs from $1.$ and for $r$ through $4.$ which leaves me with
$b(2.05)-2c=34$
$c=b\sqrt{1.05^2+1}$
However, solving this simply evades me, as I don't find myself getting rid of the square root which I don't know how to calculate.
I do know my equations give the right answer so I'm probably missing a simpler way to solve the system of equations.
Help much appreciated.

You are missing that $2R=c$, so
$$(2R)^2=a^2+b^2=(1+1.05^2)b^2$$ but $R=17+r$, so
$$4(17+r)^2=(1+1.05^2)b^2 \quad (1)$$
We also have: $$a+b-2r=2R\to(1+1.05)b=2(r+R)=2(17+2r)\quad (2)$$
Combining $(1)$ and $(2)$ you get:
$$\frac{b\sqrt{1+1.05^2}}{2}-17=\frac{1}{2}\left(\frac{b(1+1.05)}{2}-17\right)$$
$$\frac{1.45b}{2}-17=\frac{1}{2}\left(1.025b-17\right)\to1.45b-34=1.025b-17\\ 0,425b=17\to b=40$$
Now you can calculate $a=40\cdot 1.05=42$.
The area will be $$A=\frac{40\cdot 42}{2}=840$$.