Let $X\subset \mathbb{A}^2$ be a curve defined by an equation $f_{n-1}(x,y)+f_{n}(x,y)$ where $f_{n-1},f_n$ are homogeneous polynomials of degree $n-1$ and $n$ respectively. Then $X$ has a parametrization by $\mathbb{A}^1$.
In this problem we consider the curve $y=tx$ and intersect this curve with the curve $X$. Then:
$f_{n-1}(x,tx)+f_n(x,tx)=x^{n-1}f_{n-1}(1,t)+x^n f_n(1,t)$
Deleting the obvius solution at $x=0$ we get the equation
$x f_n(1,t) + f_{n-1}(1,t) =0$
Therefore: $$x=-\frac{f_{n-1}(1,t)}{f_{n}(1,t)}$$
Is this ok?