Author Topic: 4=5 Is it true?  (Read 4940 times)

0 Members and 3 Guests are viewing this topic.

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: 4=5 Is it true?
« Reply #15 on: October 07, 2012, 01:50:19 pm »
I know guys,i just asked a wise guy :)
Anyway in new version of python you dont need one number to be a float.

Offline kateus

  • Peasant
  • *
  • Posts: 89
  • Cookies: 11
  • scientia potentia est
    • View Profile
Re: 4=5 Is it true?
« Reply #16 on: October 07, 2012, 11:11:15 pm »
Without using a float to make the exact result of the division in decimal points, you just get the nearest whole number as a result. If you take 2 ints you get an int(whole number). if you take 2 floats(decimal), or a float and an int, you get a float.
in simpler terms, 5/2 in python is asking for a whole number. 5.0/2 or 5/2.0 or 5.0/2.0 is asking for a more exact, decimal result.


Just wanted to input that in most programming languages it's not the nearest whole number, it is always the lower one. This is because when an int gets assigned something like 1.99 or 1.5 or whatever and it just omits the decimal place and everything after it, so both of these would be 1 as an int.

Offline Uriah

  • Sir
  • ***
  • Posts: 454
  • Cookies: 42
  • άξονας
    • View Profile
Re: 4=5 Is it true?
« Reply #17 on: October 07, 2012, 11:30:56 pm »

Just wanted to input that in most programming languages it's not the nearest whole number, it is always the lower one. This is because when an int gets assigned something like 1.99 or 1.5 or whatever and it just omits the decimal place and everything after it, so both of these would be 1 as an int.
Actually thats true in Python as well. My bad on that one.

Offline Dark Nebulae

  • Peasant
  • *
  • Posts: 117
  • Cookies: -79
  • Unleash the Hacker within you
    • View Profile
Re: 4=5 Is it true?
« Reply #18 on: October 09, 2012, 11:26:42 am »
HEY,hey,hey. I am not solving this in python. I had just posted it not to ask u how python would react to it.Just think over it
Trust is like a piece of paper.Once it is crumbled,it can never be perfect.

Offline Lionofgod

  • Knight
  • **
  • Posts: 164
  • Cookies: 6
    • View Profile
Re: 4=5 Is it true?
« Reply #19 on: October 10, 2012, 03:08:52 am »
Everyone knows that 4 can never be equal to 5, but in this proof you can see it.If you think that there is any mistake you can point out.
Proof:
4=4 (all of us will agree, right?)

now multiply both sides with -5, we get

-20 = -20

or 16-36 = 25-45

by adding 81/4 both sides, we get

16-36+81/4=25-45+81/4

or (4-9/2)x(4-9/2) = (5-9/2)x(5-9/2)

Taking square root both sides, we get

(4-9/2)=(5-9/2)


__> 4=5

Hece, prooved
ROLFOLORLTROLOLOLOLTROLOLOL
Everyone on this forum should give you plus 1 karma.
I have never laughed so hard.
TLDR: ++Karma this kid for the next 24 hours

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: 4=5 Is it true?
« Reply #20 on: October 10, 2012, 01:12:10 pm »
Oh I get it. It's like cucumber = potato because if you put mustard on both of them, then remove the skins, add  salt, you get a hand bag. Makes total since now, why haven't I seen the logic before?
>>>import this
-----------------------------

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: 4=5 Is it true?
« Reply #21 on: October 10, 2012, 01:19:17 pm »
Oh I get it. It's like cucumber = potato because if you put mustard on both of them, then remove the skins, add  salt, you get a hand bag. Makes total since now, why haven't I seen the logic before?

Reverse evolution since Facebook. People trying more retarded each day.
"Always have a plan"

Offline kateus

  • Peasant
  • *
  • Posts: 89
  • Cookies: 11
  • scientia potentia est
    • View Profile
Re: 4=5 Is it true?
« Reply #22 on: October 11, 2012, 05:19:15 am »
HEY,hey,hey. I am not solving this in python. I had just posted it not to ask u how python would react to it.Just think over it

I already posted why your proof was wrong :P

Oh I get it. It's like cucumber = potato because if you put mustard on both of them, then remove the skins, add  salt, you get a hand bag. Makes total since now, why haven't I seen the logic before?

LOL, thats what everything is seeming like these days...

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: 4=5 Is it true?
« Reply #23 on: October 11, 2012, 03:32:49 pm »
It's always good to question something stupid i say :D
~Factionwars