look,ive found a way of doing it. take the first 3 terms of the equation
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0
ie,ax2 + 2hxy + by2 =0(these lines have the the same slope as the previous lines,only their point of intersection is the origin)
the org. equation is 3x2 + 8xy - 3y2 - 20x - 10y + 25 = 0
the new eq.is 3x2 + 8xy - 3y2 =0
the equation of their angle bisectors is (x2 - y2)/xy=(a - b)/h
after putting the values ,you get 2x2 - 3xy - 2y2=0
now just shift this equation to the org.point of intersection(2,1)
you get
2(x - 2)2 - 3(x - 2)(y - 1) - 2(y - 1)=0
expand this eq. and you'll get the eq. of the angle bisectors.
nudge me if im wrong.