Problem 1096. Largest Twin Primes

Twin primes are primes p1, p2 = p1 + 2 such that both p1 and p2 are prime numbers. Given a positive integer N (>=5) what are the largest twin primes (in order) <= N. For example, if N = 20 then p1 = 17 and p2 = 19.

Solution Stats

45.93% Correct | 54.07% Incorrect
Last Solution submitted on Mar 23, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers668

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!