Let $\mathrel{R}$ by a relation defined on the set $\mathbb{R}$
$a\mathrel{R}b \iff$ a is a solution to the equation $X²-2bX+b²=0$
How do I prove that it's a transitive relation?
Here's what I tried :
Let a, b, c in R such that $a\mathrel{R}b$ and $b\mathrel{R}c$
$a\mathrel{R}b \iff$ $a²-2ba+b²=0$
$b\mathrel{R}c \iff$ $b²-2cb+c²=0$
This is where I am stuck, I don't know how to advance any further to prove that $a\mathrel{R}c$