Author Topic: .9 repeating equals 1?  (Read 18464 times)

0 Members and 2 Guests are viewing this topic.

Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
.9 repeating equals 1?
« on: December 10, 2013, 09:16:43 pm »
Someone please help explain this to me because I cant decide whether or not .9 repeating = 1

Here is my reasoning for why it should:

1) Fraction Approach
.3 repeating = 1/3
1/3*3=1
.3 repeating*3=.9 repeating

2) Algebraic Approach
I will write .999 to represent .9 repeating to simplify things
.999=.999
x=x (substitute x for .999)
10x=10x
10x-x=9x
10(.999)-.999=9x
9.999-.999=9x
9=9x
1=x
.999=1

Here is my reasoning why it does not equal 1:

1) It does not make any sense! It should not equal 1!  :crazy:

2) You could argue that 1 as a value for x in the algebraic approach is extraneous because when plugged back in, it comes out to .999=1

So thats my reasoning so far. Can someone please help to explain to me whether or not it does equal 1? Thank you :)



Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: .9 repeating equals 1?
« Reply #1 on: December 10, 2013, 09:18:21 pm »
I went to wikipedia for this one: http://en.wikipedia.org/wiki/0.999...

It equals 1.
« Last Edit: December 10, 2013, 09:18:31 pm by pimathbrainiac »
I am Bach.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: .9 repeating equals 1?
« Reply #2 on: December 10, 2013, 11:44:27 pm »
It approaches 1 as the length goes to infinity. For any value \delta more than 0 you can choose a natural number N so that the number .99999... with N digits or more will be within \delta of 1.
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 Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: .9 repeating equals 1?
« Reply #3 on: December 11, 2013, 02:47:58 am »
It does not aporoach 1. It IS 1. There is no way you could say that multiplying fractions with infinite digits can result in a number with finite digits otherwise.
If you like my work: why not give me an internet?








Offline harold

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 226
  • Rating: +41/-3
    • View Profile
Re: .9 repeating equals 1?
« Reply #4 on: December 11, 2013, 04:28:33 am »
1) It does not make any sense! It should not equal 1!  :crazy:
Do you have a specific argument against it?
Blog about bitmath: bitmath.blogspot.nl
Check the haroldbot thread for the supported commands and syntax.
You can use haroldbot from this website.

Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Re: .9 repeating equals 1?
« Reply #5 on: December 11, 2013, 06:15:58 am »
@harold
The explanation I have  heard is that it approaches one without reaching it, like an asymptote on a graph, it will get infinitely close, but cannot equal the value of the asymptote. Im not saying that I completely believe it does not equal 1, but it does hurt my head to think it does :P

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: .9 repeating equals 1?
« Reply #6 on: December 11, 2013, 06:36:13 am »
I agree with the asymptote thing... It gets infinitely close to but never equals 1. That's just how it works in my head though.
I'm not a nerd but I pretend:

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: .9 repeating equals 1?
« Reply #7 on: December 11, 2013, 07:49:30 am »
I'm with Kenoi on this one. It equals 1.
I am Bach.

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: .9 repeating equals 1?
« Reply #8 on: December 11, 2013, 08:09:02 am »
This is how I think of it:
0.9 = 1 - 1/10    so with 1 digit behind the comma, it is 1/10th less than 1
0.99 = 1 - 1/100 so with 2 digits behind the comma, it's 1/100th less than 1
0.99 ... 9 (n digits behind the comma) = 1 - 1/(10^n)
and for infinity:
0.99... (∞ digits behind the comma) = 1 - 1/∞, and anything divided by infinity (except for infinity itself) is 0, so it equals 1-0=1.
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: .9 repeating equals 1?
« Reply #9 on: December 11, 2013, 08:43:23 am »
I've had this argument with a friend. To me, a decimal number is still just that, a decimal. Nothing other than 1 can equal 1. If anything, the proof only suggests to me not that .99999 repeating equals 1, but that instead that the decimal system is a flawed way to represent partial numbers.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: .9 repeating equals 1?
« Reply #10 on: December 11, 2013, 08:55:04 am »
If you were in a limit, 0.999... = 1-. But since we're not in a limit, it would, for all intents and purposes, equal 1.
« Last Edit: December 11, 2013, 08:55:45 am by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline zero44

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 128
  • Rating: +21/-0
  • <!--//www.ustr.net/infrared/infrared1.shtml-->
    • View Profile
    • zero44
Re: .9 repeating equals 1?
« Reply #11 on: December 11, 2013, 09:39:03 am »
To me, it equals 1.

Simply accept that as long as 41.9999...99958=42, I'm right.
____________

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: .9 repeating equals 1?
« Reply #12 on: December 11, 2013, 10:53:45 am »
Quote
The explanation I have  heard is that it approaches one without reaching it, like an asymptote on a graph, it will get infinitely close, but cannot equal the value of the asymptote.
I agree.

My math teacher has this picture on a shirt  :P
« Last Edit: December 11, 2013, 10:54:59 am by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: .9 repeating equals 1?
« Reply #13 on: December 11, 2013, 01:20:56 pm »
@harold
The explanation I have  heard is that it approaches one without reaching it, like an asymptote on a graph, it will get infinitely close, but cannot equal the value of the asymptote. Im not saying that I completely believe it does not equal 1, but it does hurt my head to think it does :P
Yeah I agree too. If you take a sequence u with first term u1=0 and u(n)=u(n-1)/10+0.9 then it makes sence that u(n) converges to 1 without reaching it. But the convention is that 0.999... = 1

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: .9 repeating equals 1?
« Reply #14 on: December 11, 2013, 01:31:25 pm »
I've had this argument with a friend. To me, a decimal number is still just that, a decimal. Nothing other than 1 can equal 1. If anything, the proof only suggests to me not that .99999 repeating equals 1, but that instead that the decimal system is a flawed way to represent partial numbers.

have you ever taken calculus? that these two things ARE equal is essential to the fundamental theorem, and, thus, most modern mathematics.
think of it this way:
.9 is close to 1, but does not equal it, .99 is closer, and, every time you add another 9, the gap between the two grows even smaller. if you add infinitely many 9s on the end, then, the gap between the two numbers will be infinitely small. an infinitely small gap is not a gap at all, and, thus, the two are equal. take a look at the concepts of limits and convergence.

EDIT: i think where people are getting tripped up is the concept of infinity.
Quote
The explanation I have  heard is that it approaches one without reaching it, like an asymptote on a graph, it will get infinitely close, but cannot equal the value of the asymptote.
I agree.

My math teacher has this picture on a shirt  :P
"infinity" is not a number; it's a concept. if something is "infinitely x", then it is as x as something can possibly be. if two things are "infinitely similar to one another", they are as similar as it is possible to be. the most similar two things can be to one another is to match one another in every single regard, so two things that are infinitely similar are the same thing. likewise, if something is "infinitely close to another thing", the two occupy the same space. a decimal place followed by infinitely many 9s, thus, equals one, e(-infinity) = 0, and so on.
« Last Edit: December 11, 2013, 02:19:29 pm by shmibs »