f(n) = \begin{cases} \frac{ln(3x+1)}{5x}, & \text{ $x$ >0} \\[2ex] \frac{2x^2 -1}{k+2}, & \text{if $x$ $\leq$0} \end{cases}
The value I found is $k$ =$-\frac{11}{3}$ but I'm not sure I did it right, here's what I did:
$\lim\limits_{x \to 0} \frac{ln(3x^2-1)}{5x}$ = $\lim\limits_{x \to 0} \frac{(2x^2-1)}{k+2}$
and since $\lim\limits_{x \to 0} \frac{ln(3x^2-1)}{5x}$ equals $\frac{3}{5}$,
$\frac{3}{5}$=$\frac{2x^2-1}{k+2}$ then I multiplied by 5 and then by $k$+2 to remove the fraction,
3$k$+6 = $10x^2$-5, as stated by the limit the x is = 0, so resolving a little bit I find:
3$k$ = -11 and of course $k$ = $-\frac{11}{3}$