To find the first derivative you must take the derivative of the $x$'s and $y$'s and divide the $x$-derivative by the $y$-derivative to get $\frac{dy}{dx}$. Inorder for this to happen make sure you place $\frac{dy}{dx}$ next to the $y$ parts that is differentiated. (The tick marks represent the part of the original function that is differentiated).
$$9x+27y-\frac{10}{81}(x+y)^3=0$$
$$9x'+{27y}'-\left(\frac{10}{81}(x+y)^3\right)'=0$$
$$9+27\frac{dy}{dx}-\frac{30}{81}(x+y)^2\left(x'+y'\right)=0$$
$$9+\left(27\frac{dy}{dx}\right)-\frac{30}{81}(x+y)^2\left(1+\left(\frac{dy}{dx}\right)\right)=0$$
From here you should figure out..
$$\frac{dy}{dx}=\frac{-729+30(x+y)^{2}}{2187-30(x+y)^2}$$
Now to find the tangent line, at point $(a,b)$, know that
$y=f'(a,b)(x-a)+b$
Where $x=a$ and $y=b$.
Now for $(0,0)$ substitute $x=0$ and $y=0$ to the first derivative.
$$\frac{dy}{dx}=\frac{-729+30(x+y)^{2}}{2187-30(x+y)^2}=-\frac{729}{2187}=-\frac{1}{3}$$
$y=-\frac{1}{3}x$
However finding this tangent line is unhelpful for finding the answer to your problem. Instead you should continue to calculate the second derivative.
The second derivative is tricky but you should know that $\frac{dy}{dx}=-\frac{1}{3}$ so it can be calculated at $x=0$ more quickly.
Now to take the implict derivative of $f'(x)=\frac{-729+30(x+y)^{2}}{2187-30(x+y)^2}$ the second time.
For the sake of differentiating this quicker lets us not use the quotient rule instead lets convert the quotient to multiplication form.
$$\left({729+30(x+y)^{2}}\right)\left({2187-30(x+y)^2}\right)^{-1}$$
Now as long as you know the derivative multiplication and chain rules hopefully finding the second derivative is manageable for you. Remember $\left(f(x)\right)^{'}=f^{''}(x)=f^{2}(x)$. (The tick marks represents differentiation for certain parts of the first derivative.)
(1)$$\left(\frac{dy}{dx}\right)^{'}=\left({729+30(x+y)^{2}}\right)^{'}\left({2187-30(x+y)^2}\right)^{-1}+\left({729+30(x+y)^{2}}\right)\left(\left({\left({2187-30(x+y)^2}\right)^{-1}}\right)^{'}\right)$$
(2)$$\left(\frac{dy}{dx}\right)^{'}=\left({60(x+y)\left((x)^{'}+(y)^{'}\right)}\right)\left({2187-30(x+y)^2}\right)^{-1}-\left({729+30(x+y)^{2}}\right)\left({2187-30(x+y)^2}\right)^{-2}\left(-60(x+y)\left(1+\frac{dy}{dx}\right)\right)=$$
(3)$$\left(\frac{{dy}^2}{{dx}^2}\right)=\left({60(x+y)\left(1+\frac{dy}{dx}\right)}\right)\left({2187-30(x+y)^2}\right)^{-1}-\left({729+30(x+y)^{2}}\right)\left({2187-30(x+y)^2}\right)^{-2}\left(-60(x+y)\left(1+\frac{dy}{dx}\right)\right)=$$
(4) Now substituting $\frac{dy}{dx}=-1/3$ and $x=0,y=0$
$$\left(\frac{{dy}^2}{{dx}^2}\right)=\left({60(0)\left(\frac{2}{3}\right)}\right)\left({2187-30(0)^2}\right)^{-1}-\left({729+30(0)^{2}}\right)\left({2187-30(0)^2}\right)^{-2}\left(-60(0)\left(\frac{2}{3}\right)\right)=$$
(5)$$\left(\frac{{dy}^2}{{dx}^2}\right)=0$$
$$f''(0)=0$$
(P.S. This is an inflection point)