Author Topic: Math Community Quiz  (Read 50182 times)

0 Members and 1 Guest are viewing this topic.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #45 on: January 12, 2011, 10:40:35 pm »
I think Nemo should get it. He got the correct answer first
Oh, I understand. Ninja'd once, ninja'd twice. ;-)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #46 on: January 12, 2011, 10:44:34 pm »
you guys want a really hard one? i came up with one but i don't even know where to begin to solve it.


Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #47 on: January 12, 2011, 10:44:58 pm »
you guys want a really hard one? i came up with one but i don't even know where to begin to solve it.
Do it. I need something to sleep on while I sleep.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #48 on: January 12, 2011, 10:48:42 pm »
I need something to work on lets see how hard it is. Might help me sleep. I could use it then
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #49 on: January 12, 2011, 10:49:55 pm »
ok. find the 2x2 matrix whose determinant equals the sum of the upper left hand corner and the bottom right hand corner. the matrix must be filled with prime numbers only.
to be clear:
Code: [Select]
[2  7]
[3  5]
the determinant is 2 * 5 - 3 * 7, or -11. the upper left hand corner is 2, and the lower right hand is 5. so if this was the winning matrix, 2 + 5 would have to equal 2 * 5 - 3 * 7.
2 * 5 - 3 * 7 is the determinant of that matrix. questions? ambiguities?

just to warn you, i have no idea if such a matrix exists or not. it's just a question i made up.


Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #50 on: January 12, 2011, 10:53:20 pm »
The only real hard part about this should be the prime numbers The other part should be easy enough
« Last Edit: January 12, 2011, 10:53:35 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Math Community Quiz
« Reply #51 on: January 12, 2011, 10:53:28 pm »
Code: [Select]
[2  1]
[1  3]

? Not sure if 1 counts as prime...

EDIT: Nevermind, 1 isn't prime. ;) Anyways I remembered I need to be quiet for this question, I'm not allowed to answer.
« Last Edit: January 12, 2011, 10:56:33 pm by Runer112 »

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #52 on: January 12, 2011, 10:54:24 pm »
Code: [Select]
[2  1]
[1  3]

? Not sure if 1 counts as prime...

oh, sorry. no 1 does not count.

edit: and i found a matrix. a lot of them, actually...
edit2: and any of them will be accepted.
edit3: yeah i found 242 matrices that work within the first 100 primes... so it's definitely doable.
« Last Edit: January 12, 2011, 10:57:05 pm by nemo »


Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Math Community Quiz
« Reply #53 on: January 12, 2011, 10:57:26 pm »
[5 7]
[7 7]

Edit: nvm, this is backwards.
« Last Edit: January 12, 2011, 10:58:37 pm by thepenguin77 »
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #54 on: January 12, 2011, 10:58:28 pm »
penguin, that doesn't work because the determinant is negative 12 and 5+7 is positive 12.


Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Math Community Quiz
« Reply #55 on: January 12, 2011, 11:01:17 pm »
[7 7]
[5 7]

That's better.

Edit:
     I solved it right the first time, I just forgot what I was solving.
« Last Edit: January 12, 2011, 11:01:44 pm by thepenguin77 »
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #56 on: January 12, 2011, 11:03:07 pm »
yeah, the penguin wins.

[97][19]
[5]  [2]
 ::)
« Last Edit: January 12, 2011, 11:05:13 pm by nemo »


Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #57 on: January 12, 2011, 11:08:03 pm »
[5 3]
[5 5] this and many other ones work just solve x^2-2x-Bx=0 with B being prime and look for prime zero's

Now I need a much harder problem to help me sleep.

EDIT: Shoot i was to late.
« Last Edit: January 12, 2011, 11:09:56 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #58 on: January 12, 2011, 11:12:39 pm »
[5 3]
[5 5] this and many other ones work just solve x^2-2x-Bx=0 with B being prime and look for prime zero's

Now I need a much harder problem to help me sleep.

EDIT: Shoot i was to late.

same problem but with perfect numbers instead of prime numbers? that'll keep you up for a long time.


Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Math Community Quiz
« Reply #59 on: January 12, 2011, 11:12:57 pm »
Here is a tough one. I once attempted this and failed, but when I went online, I found out that I went about it wrong. But I still believe I did it the right way. The problem comes from http://xkcd.com/135/, problem 1. All I am saying is solve it.

Here's what you have to assume:
1. The person's speed is always 6 m/s.
2. The raptor's top speed is a mathematical limit, not just a point at which it stops accelerating. Meaning that its recursive forumula is V[n] = V[n-1] + 4 - (4V[n-1]/25).
3. Even if this isn't the proper way to solve it, this is the way I say to do it.

At this point, I don't know the answer, but if you show some meaningful work, I'll have to believe it.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112