I don't know what your grader is expecting, but my guess is this is fine. If you think you need to be very rigorous on proving the primeness, it's not that hard. I'll do 17 for you so you can get the feel for it.
Here's a useful lemma: if ##n## is a composite number, then there exists a prime ##p## such that ##p|n## and ##p^2 \leq n##
Proof: factor ##n=mk##. One of ##m## or ##k## is smaller (or they are equal) wlog let it be ##k\leq m##. Then ##k^2\leq km=n##. And there must be some prime ##p## that divides ##k##, and hence divides ##n##. If ##k=pq##, then ##p^2 \leq k^2 \leq n##.
Since ##5^2 > 17##, if 17 is composite it must be divisible by a prime less than or equal to 4. 1 and 4 are not primes, so we only need to check 2 and 3. But ##17= 2*8+1## and ##17=3*5+2## demonstrates 17 is not divisible by either.
Again though, I would be very surprised if you were supposed to actually prove this, though I don't know the level of dumb details your course requires you to provide. I would guess just what you wrote is sufficient. (What I wrote is assuming a bunch of properties about how multiplication preserves ordering, so if you're a real stickler you could also prove things like ##k\leq m \rightarrow k^2 \leq km##