

InterviewSolution
Saved Bookmarks
1. |
How many prime numbers are there from 1 to 3912 |
Answer» <html><body><p></p><p>So if we <a href="https://interviewquestions.tuteehub.com/tag/start-1224710" style="font-weight:bold;" target="_blank" title="Click to know more about START">START</a> with statement 2: "there are a <a href="https://interviewquestions.tuteehub.com/tag/total-711110" style="font-weight:bold;" target="_blank" title="Click to know more about TOTAL">TOTAL</a> of p prime <a href="https://interviewquestions.tuteehub.com/tag/numbers-22758" style="font-weight:bold;" target="_blank" title="Click to know more about NUMBERS">NUMBERS</a> between 1 and 3,912" and we <a href="https://interviewquestions.tuteehub.com/tag/decided-2566952" style="font-weight:bold;" target="_blank" title="Click to know more about DECIDED">DECIDED</a> to list all the prime numbers: 2, 3, 5, 7, 11, 13, etc.. we will get <a href="https://interviewquestions.tuteehub.com/tag/let-11597" style="font-weight:bold;" target="_blank" title="Click to know more about LET">LET</a>'s say 3,000 prime numbers from 1 to 3,912 (I am just using 3,000 as an example given I did not list every prime #).</p></body></html> | |