You can put this solution on YOUR website! .
What is the sum of the largest prime less than 100 and the smallest prime greater than 100?
~~~~~~~~~~~~~~~
Use the table of prime numbers
https://en.wikipedia.org/wiki/List_of_prime_numbers
The largest prime less than 100 is 97.
The smallest prime number greater than 100 is 101.
The sum is 97 + 101 = 198.
ANSWER. The sum of the largest prime less than 100 and the smallest prime greater than 100 is 198.