Alternative method
Alternatively, this the way most would probably approach it: (in my opinion it's longer but has less algebraic complications)
x² + 4y² = 9
Differentiate implicitly:
2x + 8y.(dy/dx) = 0
dy/dx = - x/4y
It needs to parallel to 2x + 3y = 0 meaning that:
m = - 2/3
.: - 2/3 = - x/4y
2/3 = x/4y
.: y = 3x/8
Substitute into ellipse
x² + 4(9x²/64) = 9
x² + 36x²/64 = 9
x² + 9x²/16 - 9 = 0
16x² + 9x² - 144 = 0
25x² = 144
x² = 144/25
.: x = ±(12/5)
When x = ±(12/5)
y = ±(9/10) respectively
.: The co-ordinates of the point of contacts of the tangents are (12/5 , 9/10) and (- 12/5 , - 9/10)
.: Equation of tangent at (12/5 , 9/10)
y - 9/10 = - 2/3 (x - 12/5)
.: 30y - 27 = 48 - 20x
30y = - 20x + 75
.: y = - 2x/3 + 5/2
.: Equation of tangent at (- 12/5 , - 9/10)
y + 9/10 = - 2/3 (x + 12/5)
30y + 27 = - 20x - 48
30y = - 20x - 75
.: y = - 2x/3 - 5/2