http://www.wolframalpha.com/input/?i=primes+between+8000+and+8100
Pick both answers from this list.
The "work" consists of typing the query into the window. The actual method would be to run a Sieve algorithm using the primes up to the square root of 8073.
sqrt(8073) is about 89, which means you'd have to do trial division by all the primes up to 89:
http://www.wolframalpha.com/input/?i=primes+%3C+90