The limit $$ \lim \limits_{n\to \infty }\left( \frac{15n+7}{n \log\left( n\right) } \right) $$ Is it valid to do
$\frac{15 + 7/n}{\log n}$
which makes the numerator go to $15$ as the bottom goes to infinity, therefore the whole thing goes to $0$? How would I show more formally that this is true?
Your reasoning is perfectly fine, and can be made fully rigorous as follows. $\def\nn{\mathbb{N}}$ $\def\rr{\mathbb{R}}$
$\lim_{n\to\infty} \dfrac{15n+7}{n \ln(n)}$
$\ = \lim_{n\to\infty} \dfrac{15+7/n}{\ln(n)}$ [the division is valid because $n \ne 0$ and it does not change the value]
$\ = \dfrac{\lim_{n\to\infty}( 15+7/n )}{\lim_{n\to\infty} \ln(n)}$ [since these two limits exist in $\overline{\rr}$ and the ratio is defined in $\overline{\rr}$]
$\ = \dfrac{\lim_{n\to\infty} 15 + \lim_{n\to\infty} (7/n) }{\infty}$ [since these two limits exist in $\overline{\rr}$ and the sum is defined in $\overline{\rr}$]
$\ = \dfrac{15+0}{\infty} = 0$.
Note that this reasoning is carried out using the affinely extended reals $\overline{\rr}$, which includes $\infty$ and $-\infty$ but where certain operations are not allowed. The usual limit laws can be proven to work here as well as long as the extra restrictions as stated above are met.
Also, your question about validity of division by $n$ is a good one. Technically one has to specify the domain over which the limit is taken. I've never seen a textbook that specifies it, but it's important! For instance is $n$ a real number? Is it positive? In this case I assume you want $n \in \nn$ but you still need $n \ne 1$ otherwise $n \ln(n)$ would be zero. Personally I would write "$\lim_{n \in \nn_{>1} \to \infty} \dfrac{15n+7}{n \ln(n)}$" but I've never seen anyone else do that (they all rely on the readers to figure out the context...).