Problem 43142. Find max prime number

Given integer number n. Find the max prime number (mpn) that smaller than or equal to n. Example:

n = 10
--> mpn = 7 

Solution Stats

59.14% Correct | 40.86% Incorrect
Last Solution submitted on Nov 04, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers187

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!