Given the quadratic equation $p(x^2 +9)= -5qx$ has two equal roots, find the ratio of p:q. Hence, solve the quadratic equation
so this is what i got so far :
$$px^2+9p+5qx=0$$
$$(5q)^2 - 4(p)(9p)=0$$
$$25q^2 - 36p^2 =0$$
$$(5^2 q^2) - (6^2 p^2)=0$$
$$5^2 q^2 = 6^2 p^2$$
$$5q =6p$$
I might be wrong what to do next?