The line $x + y − 1 = 0$ intersects the circle $x^2 + y^2 = 13$ at $A(\alpha_1, \alpha_2)$ and $B(\beta_1, \beta_2)$. Without finding the coordinates of A and B, find the length of the chord AB.
Hint: Form a quadratic equation in $x$ and evaluate $|\alpha_1 − \beta_1 |$, and similarly find $|\alpha_2 − \beta_2 |$.
I formed the quadratic equation: $2x^2-2x-12=0$.
$|\alpha_1-\beta_1| = x$ length and $|\alpha_2-\beta_2| = y$ length right? Then calculate by distance formula.
I am not sure if am approaching it the right way since I get a weird equation. Any help please?