What is the prime number after 25?
I really need it today because it is for my homework at school.
This open post was written 1 year, 8 months ago | V/U/S: 958, 21, 12 | Edit Post | Leave a reply | Report Post
Reciprocity (0)
Since writing this post chiesa25 may have helped people, but has not within the last 4 days. chiesa25 is a verified member, has been around for 1 year, 8 months and has 4 posts and 0 replies to their name.
Post Tags (6)
Replies (21)
Where were you?
You can also watch events on Help.com as they happen
errrrrrrr 26?
nah sorry i dont know so whuts life lie in sunny oz?
it was obviously a shout for attention.like burping in public lol.we just got nuttin serious t say on ere at tha minute
29, it’s the first one after 23 and the last one before 31.
No idea yet the answer MUST be on the internet somewhere. Try ask.com and just type in ‘list of prime numbers’ or something like this. Perhaps you can come up with a site or two that has an entire chart of them and then you can find out for yourself.
31?
29 is the prime number that comes after 25. Prime numbers are numbers that can only be divided by 1 and themselves. 29 can only be divided evenly by 1 and 29 and it’s after 25. And 31 is the next prime number after 29.
TJ ☑ Obama wrote:
It’s not 29, although that is also prime. Prime numbers are only divisible by one and themselves, so it would be 26.
26 is divisible by 13.
Anonymous wrote:
25 isn’t a prime number…
yeah… It’s divisible by 5.
This is just silly, if the cant find the first 10 prime numbers then they deserve what ever grade they get. Just let them squabble over whether 25 is prime or not.
Rico wrote:
This is just silly, if the cant find the first 10 prime numbers then they deserve what ever grade they get. Just let them squabble over whether 25 is prime or not.
lol ok…
Next prime number check:
#include stdio.h>
int main()
{
int a,i;
printf( ” enter the number”);
scanf(”%d”,&a);
for(i=a;i a+1000;i++)
{
if(i==1||i==2||i==3||i==5||i==7)
{
printf(”%d”,i);
}
else if(i%2==0||i%3==0||i%5==0||i%7==0)
{
}
else
{
printf(”%d”,i);
break;
}
}
}
hm. well, answering the above question of which you all seem to be arguing over about, YES 29 is the next prime number after 25, although 25 IS NOT a prime number.
A sieve to find all the prime numbers up to 100 is:
1)make a chart of all the positive integers up to 100:
1 2 3 4 5 6 7 8 9 10
11 12 13 14 15 16 17 18 19 20
etc…
2)then circle 2 and cross off all the multiples of 2… next, circle 3 and cross off all multiples of 3… then circle 5 (since 4 has been crossed out) and cross out all the multiples of 5… etc.
3) when your finished with all the circling and crossing out, you will find that all the numbers you circled are prime numbers XD!!! Hard work, yes, i know, but it helps, no?
25 is not a prime number 29 is a prime nummber I would like to know what is the next prime number after 29
Invite Others to Help
A logged in and verified Help.com member has the ability to setup a Friends List and invite others to help with posts.
