The following function models the length $L$ of each day (in minutes) in Manila, $t$ days after the spring equinox, which is March 22.
$$ L(t) = 52 \sin\left(\frac{2\pi t}{365}\right)+728$$
What is the first time after March 22 that the day length hits 700 minutes?
what I have tried:

So I get $t = -28.5$ which is negative and days cannot be in negative
please help me in solving the problem
Update:
In the Image above sin-1 is $\sin^{-1}$
Hint:
The first 700-minute day is 216 days after March 22
$52\sin \left(\frac{2\pi\cdot t}{365}\right) + 728 = 700 \to \sin \left(\frac{2\pi\cdot t}{365}\right) = \dfrac{700-728}{52} = -0.538 \to \dfrac{2\pi\cdot t}{365} = \sin^{-1} (-.538) + 2\pi = -0.57+2\pi = 5.72 \to t = \dfrac{5.72\cdot 365}{2\pi} = 332$ ( days ).
Edit:To get $216$ days, all you need to do is change $-0.57$ to $-(\pi - 0.57)$, and then add $2\pi$ to it and get $-(\pi - 0.57) + 2\pi = \pi + 0.57 = 3.71$. Thus:
$ t= \dfrac{3.71\cdot 365}{2\pi} \approx 216$ (days).