Jump to content

Primes


Gargamel

Recommended Posts

1 hour ago, Benjamin Kerman said:

2699

I said to myself I was done with this thread for the night, but since I can't post in here without posting a prime, that's a really nice pic Ben. 

But it turns out I'll have to raise you a Boeing 2707

maxresdefault.jpg

 

Link to comment
Share on other sites

23 minutes ago, adsii1970 said:

Would this count, the part is catalogue number 2731...

1-nib-hubbell-hbl2731-2731-plug-nema-l16

As long as you post the next prime correctly, and the number is unambiguous in the pic (pics are optional), it's good!

Dang you @Green Baron, had this post all typed up and you ninjad me!  And you put a new spins on the game!   I'll allow it!

2749

maxresdefault.jpg

Link to comment
Share on other sites

*cough*

2759 is divisible by 31. 31 * 89 = 2759.

Spoiler

static inline int isPrime( int n ) {
    if( 0 == ( n % 2 ) )
        return 0;
    if( 0 == ( n % 3 ) )
        return 0;
    if( 0 == ( n % 5 ) )
        return 0;
    int l = n/2;
    for( int c = 7; c <= l; c += 2 ) {
        if( 0 == ( n % c ) ) {
            printf( "%d is divisible by %d\n", n, c );
            return 0;
        }
    }
    return 1;
}

How about .... 2767 !

s-l300.jpg

Edited by Green Baron
spelling
Link to comment
Share on other sites

20 hours ago, Triop said:

giphy.gif

Well considering that doesn't even begin to be part of the game, I think you'll be disqualified.  Upon further review from the East German Judge, you have been allowed to re-enter the game, but only with a valid entry, Well played sir. 

 

2801

5hrxsk_geko_2801.jpg

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...