Author Topic: Math Community Quiz  (Read 50409 times)

0 Members and 1 Guest are viewing this topic.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #75 on: January 17, 2011, 08:45:47 pm »
Code: [Select]
(sqrt(5)+3)/2=phi^2→D
D is equal to phi, not phi squared.

wait: i'm wrong. my bad. i'll keep looking.
« Last Edit: January 17, 2011, 08:47:29 pm by nemo »


Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Math Community Quiz
« Reply #76 on: January 17, 2011, 08:50:27 pm »
I am fairly sure (sqrt(5)+3)/2 is phi^2 or do you mean D is supposed to be phi?

Ninja :D

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #77 on: January 17, 2011, 08:52:53 pm »
oh. you forgot the ones place.

edit: well, the "phi^2 ^ 0" place. aka the ones place.
« Last Edit: January 17, 2011, 08:53:31 pm by nemo »


Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Math Community Quiz
« Reply #78 on: January 17, 2011, 08:53:47 pm »
Nope, that's not it :D. The decimal part is in base 10, not base phi^2 (and happens to be the "ones" place)

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #79 on: January 17, 2011, 08:58:59 pm »
but the question asks to convert 10 into base phi^2... so if 11.52786 is in base 10 how does this answer the question? i believe 10 in base phi^2 is 110.52786... i messed up on the decimals the first time but try convert 11.52786 from phi^2 to base 10 and you will not get 10.


Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #80 on: January 17, 2011, 09:02:35 pm »
The ones place eists in all bases. In bases it goes up to one less than the number of its base because the tens place is really the base^1 place.

@Nemo Irrational numbers can't make terminating decimals. If you add enough digits you will get more decimal places. If you add an infinite decimal places that are in an irrational number you get an irrational number as the answer a non terminating decimal. The only numbers that can be displayed without an endless decimal place are integers between it and negative it, and multiples of it
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 Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Math Community Quiz
« Reply #81 on: January 17, 2011, 09:03:03 pm »
Oh, yeah, oops. Yes, you are correct about the 110 part, but the decimal part of that is in base 10 :D Think about how you do decimals in binary. 11010.011101 for example...
011101/1000000 is the decimal .453125

In other words, the decimal part that you have needs to be converted to base phi^2, too. You can do this by applying basic division techniques. (long hand ;) )

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Math Community Quiz
« Reply #82 on: January 17, 2011, 09:10:18 pm »
i've never done decimals in any other base but 10. alright, i get how that part is in base 10. so if it's in base 10 then does that answer the question or not? because it isn't in base phi^2, so it can't. does my answer work?

wait, nevermind, i see how you would do it. but i'm way too lazy to do all that math out on paper.
« Last Edit: January 17, 2011, 09:11:23 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 #83 on: January 17, 2011, 09:47:55 pm »
I would write a program to do it for me if I was you guys.
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 jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #84 on: January 17, 2011, 10:13:19 pm »
I would write a program to do it for me if I was you guys.
Which is exactly what I did, and I got:
110.1021111111111111111

So the fifth digit is 1.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #85 on: January 17, 2011, 10:14:47 pm »
That seems more rational than the other things we were getting I'm very tempted to believe it.
could I see your code to check it so I can see if your right?
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 jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Math Community Quiz
« Reply #86 on: January 17, 2011, 10:16:58 pm »
That seems more rational than the other things we were getting I'm very tempted to believe it.
could I see your code to check it so I can see if your right?
Sure, but don't expect it to be readable or nice and tidy.  I just barely got it working, so I'm not entirely believing my answer although it should be fairly simple to check:
http://graphmastur.pastebin.com/29VSHcUX

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #87 on: January 17, 2011, 10:25:36 pm »
I'll give it to graphmastur His code looks right
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 Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Math Community Quiz
« Reply #88 on: January 17, 2011, 10:55:33 pm »
I believe it is correct, though I did not look at the code :P

(If it isn't then a month from now I will make mention of it :D)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Math Community Quiz
« Reply #89 on: January 17, 2011, 11:02:59 pm »
If it isn't right a month from now we'll all have to remove graphmastur from the game... right?
Spoiler For Spoiler:
(just kiddding)
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