school help: What is the prime number after 25? - Help.com

chiesa25
offline Verified (1 year, 8 months) Visit chiesa25's shoutbox
AU

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) Reciprocation Failure -- The poster has NOT helped anyone else yet!

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?

Click and drag to move the map around. FAQ: How we place people on this map »
You can also watch events on Help.com as they happen
Mouse over the map for 2 seconds to see an expanded, interactive view

pduell25 offline Verified User (1 year, 9 months) Long Term User Shouts: 8 #
US | 1 year, 8 months ago (2 minutes after post)

errrrrrrr 26?

Quote this reply Report this reply to moderators
pduell25 offline Verified User (1 year, 9 months) Long Term User Shouts: 8 #
US | 1 year, 8 months ago (2 minutes after post)

nah sorry i dont know so whuts life lie in sunny oz?

Quote this reply Report this reply to moderators
Anonymous #
1 year, 8 months ago (5 minutes after post)

25 isn’t a prime number…

Quote this reply Report this reply to moderators
No Name offline Verified User (2 years, 4 months) Long Term User Shouts: 1 #
An Undisclosed Location | 1 year, 8 months ago (6 minutes after post)

DUDE! 25 is a SQUARE number not a prime number. lol

Quote this reply Report this reply to moderators
Help me with: Bass guitar trouble.
pduell25 offline Verified User (1 year, 9 months) Long Term User Shouts: 8 #
US | 1 year, 8 months ago (11 minutes after post)

it was obviously a shout for attention.like burping in public lol.we just got nuttin serious t say on ere at tha minute

Quote this reply Report this reply to moderators
LengTche offline Unverified User #
Baltimore, MD, US | 1 year, 8 months ago (12 minutes after post)

29, it’s the first one after 23 and the last one before 31.

Quote this reply Report this reply to moderators
This account has been deactivated.
Anonymous #
1 year, 8 months ago (34 minutes after post)

29

Quote this reply Report this reply to moderators
This reply has been removed.
Anonymous #
1 year, 8 months ago (4 hours, 8 minutes after post)

…26 is divisible by 2 and 13…

Quote this reply Report this reply to moderators
This reply has been removed.
Anonymous #
1 year, 8 months ago (5 hours, 42 minutes after post)

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.

Quote this reply Report this reply to moderators
heather* offline Verified User (2 years) Long Term User Shouts: 1 #
An Unknown Location | 1 year, 8 months ago (7 hours, 52 minutes after post)

31?

Quote this reply Report this reply to moderators
Anonymous #
1 year, 8 months ago (8 hours, 22 minutes after post)

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.

Quote this reply Report this reply to moderators
Rico offline Verified User (1 year, 10 months) Long Term User Shouts: 4 #
US | 1 year, 8 months ago (8 hours, 30 minutes after post)

Its most certainly 6.022e-23:)

Quote this reply Report this reply to moderators
Anonymous #
1 year, 8 months ago (19 hours, 42 minutes after post)

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.

Quote this reply Report this reply to moderators
Anonymous #
1 year, 8 months ago (19 hours, 42 minutes after post)

Anonymous wrote:
25 isn’t a prime number…

yeah… It’s divisible by 5.

Quote this reply Report this reply to moderators
Rico offline Verified User (1 year, 10 months) Long Term User Shouts: 4 #
US | 1 year, 8 months ago (19 hours, 44 minutes after post)

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.

Quote this reply Report this reply to moderators
Anonymous #
1 year, 8 months ago (19 hours, 44 minutes after post)

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…

Quote this reply Report this reply to moderators
chauha offline Unverified User #
An Unknown Location | 1 year, 6 months ago (2 months after post)

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;
}
}
}

Quote this reply Report this reply to moderators
This account has been deactivated.
hamster7119 offline Unverified User #
An Unknown Location | 1 year, 1 month ago (7 months, 2 weeks after post)

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?

Quote this reply Report this reply to moderators
This account has been deactivated.
alondracigarroa1 offline Unverified User #
An Unknown Location | 1 month ago (1 year, 7 months after post)

25 is not a prime number 29 is a prime nummber I would like to know what is the next prime number after 29

Quote this reply Report this reply to moderators
This account has been deactivated.

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.