Our partner

How old are you?

Forget about mental illness for a while and just let loose in here.

Re: How old are you?

Postby 1234321 » Sat Nov 14, 2009 6:34 am

Three cubed. That feels pretty good.
And there are too many possibilities.

"This is the price you pay for loss of control." - brandnew
1234321
Consumer 6
Consumer 6
 
Posts: 247
Joined: Sat Oct 24, 2009 6:37 am
Local time: Tue Sep 09, 2025 9:11 pm
Blog: View Blog (0)


ADVERTISEMENT

Re: How old are you?

Postby Brumble » Sat Nov 14, 2009 7:12 am

Yay This Is Fun! :lol: , I'm 23 year's of age and not counting.
Recently diagnosed with borderline personality disorder, previous diagnosis was schizophrenia.
User avatar
Brumble
Consumer 6
Consumer 6
 
Posts: 1442
Joined: Sun Mar 29, 2009 12:16 am
Local time: Tue Sep 09, 2025 4:11 am
Blog: View Blog (6)

Re: How old are you?

Postby S3 » Sat Nov 14, 2009 8:21 pm

1234321 wrote:Three cubed. That feels pretty good.

Precisely. :mrgreen:

BTW, 1234321, I see you already know this in the What inspired your username? thread, but I was surprised to find out that your user name is the square of another palindromic number! What's more, the root of your name factors into two palindromic primes. :)
I guess I could call you "(11x101)x(101x11)".

Some more that you might already know, but I find interesting: Your age is the smallest square of a square after 1, the smallest prime power of a prime power of a prime (2^2^2), the smallest square whose reverse is prime, and the only integer that equals m^n and n^m, for some unequal integers m and n, (2^4 & 4^2). It has this property because 2^2 = 2 × 2. Of course, because it is the 4th power of 2, your age has been used in measuring objects in several cultures, (16 oz./lbs., 16 liangs/jin, etc.).
S3
Consumer 6
Consumer 6
 
Posts: 635
Joined: Tue Mar 04, 2008 3:57 am
Local time: Tue Sep 09, 2025 3:11 am
Blog: View Blog (0)

Re: How old are you?

Postby 1234321 » Sun Nov 15, 2009 3:28 am

I like the 2^2^2 thing. Numbers are so interesting.
And there are too many possibilities.

"This is the price you pay for loss of control." - brandnew
1234321
Consumer 6
Consumer 6
 
Posts: 247
Joined: Sat Oct 24, 2009 6:37 am
Local time: Tue Sep 09, 2025 9:11 pm
Blog: View Blog (0)

Re: How old are you?

Postby Ashley19 » Sun Nov 15, 2009 5:32 am

21
Ashley19
Consumer 1
Consumer 1
 
Posts: 24
Joined: Fri Sep 04, 2009 6:57 am
Local time: Tue Sep 09, 2025 4:11 am
Blog: View Blog (0)

Re: How old are you?

Postby shutin » Sun Nov 15, 2009 6:45 am

29
Nothing appropriate comes to mind.
shutin
Consumer 6
Consumer 6
 
Posts: 870
Joined: Sun Nov 09, 2008 4:04 am
Local time: Tue Sep 09, 2025 10:11 am
Blog: View Blog (0)

Re: How old are you?

Postby stencils » Sun Nov 15, 2009 9:38 am

lol im 17, way to be a math wizz, lol yes i am foolish
stencils
Consumer 5
Consumer 5
 
Posts: 134
Joined: Tue Nov 10, 2009 3:30 pm
Local time: Tue Sep 09, 2025 9:11 pm
Blog: View Blog (0)

Re: How old are you?

Postby S3 » Mon Nov 16, 2009 2:39 am

:mrgreen: Even though I like numbers a lot, I'm a really slow learner when it comes to math. I'll stop after this unless I get requests.

21:
The sum of the first six integers (1+2+3+4+5+6=21)

29:
The number of times The Beatles pronounce "yeah" in their 1963 hit "She Loves You" (... yeah, yeah, yeah).

17:
The only known prime that is equal to the sum of digits of its cube (17^3 = 4913 and 4+9+1+3=17)
The only prime of the form p^q + q^p, where p and q are prime (17 = 2^3 + 3^2).
The smallest multidigit prime which requires exactly a prime number of letters to spell in both English and Latin ("seventeen" has 19 letters, and "septemdecim" has 11 letters)
If you were a wizard, you'd be considered "of age." Just don't get splinched!
Last edited by S3 on Mon Nov 16, 2009 8:50 pm, edited 2 times in total.
S3
Consumer 6
Consumer 6
 
Posts: 635
Joined: Tue Mar 04, 2008 3:57 am
Local time: Tue Sep 09, 2025 3:11 am
Blog: View Blog (0)

Re: How old are you?

Postby 1234321 » Mon Nov 16, 2009 5:36 am

S3 wrote:The only prime of the form pq + qp, where p and q are prime (17 = 23 + 32).


How does this work?
And there are too many possibilities.

"This is the price you pay for loss of control." - brandnew
1234321
Consumer 6
Consumer 6
 
Posts: 247
Joined: Sat Oct 24, 2009 6:37 am
Local time: Tue Sep 09, 2025 9:11 pm
Blog: View Blog (0)

Re: How old are you?

Postby S3 » Mon Nov 16, 2009 8:32 pm

oops. :lol: I forgot the carats. good catch.
17 = p^q + q^p = 2^3 + 3^2

I don't have the proof in front of me, but the statement above implies that while some primes may be expressed in the same form in terms of other primes, (p^q + r^s), the primes p, q, r, and s will always be 3 or 4 distinct primes, unlike (2^3 + 3^2).

Here's my best guess at why ~

Given: p, q, and x are prime, and x = p^q + q^p

An odd number times an odd number is always odd.

x = (odd#)^(odd#) + (odd#)^(odd#) = odd# + odd#
= an even number
So x is never a prime when neither p nor q equals 2.

If p = 2 but q ≠ 3 then...
2^q = (some multiple of 3) - 1.
q^2 is never a multiple of 3 so...
q^2 = (some multiple of 3) - 2.

x = 2^q + q^2 = (some multiple of three) +(some multiple of three) - 1 - 2 = (some multiple of 3) + (some multiple of 3) - 3
= a multiple of three
So x is never a prime when p = 2 but q ≠ 3.

Therefore p=3, q=2, and x=17

If that proof is correct then I'm awesome...
S3
Consumer 6
Consumer 6
 
Posts: 635
Joined: Tue Mar 04, 2008 3:57 am
Local time: Tue Sep 09, 2025 3:11 am
Blog: View Blog (0)

PreviousNext

Return to Just For Fun

Who is online

Users browsing this forum: No registered users and 23 guests