Converting recurring decimals to fractions

  • Thread starter Gringo123
  • Start date
  • Tags
    Fractions
Note that your method, Gringo, works for ANY repeating decimal. It's not just a coincidence that it worked for a decimal with repeating 7's.0.9999999999 technically can't be 9/9, although that is the answer.Interesting things, infinite sums. The "0.999999..." is NOT a repeating 9. It is an infinite series of 9's. There is no "last" 9 so you cannot say that it is followed by a series of zeros. That is why it is written "0.999999...".
  • #1
Gringo123
141
0
I have no difficulty with converting decimals to fractions generally (0.125 = 1/8)
However, I am a bit stuck when it comes to converting a recurring decimals. My Math book tells me that 0.7777777r is not expressed as 77/100 as a fraction, but as 7/9. How do I calcuate that? Can anyone talk me through the process?
 
Physics news on Phys.org
  • #2
Call x=0.7777r. What is 10*x-x?
 
  • #3
You can use the sum of an infinite geometric sequence formula.

[tex]
S = \frac{a}{1-r}
[/tex]

your a value is (in this case) 0.7. You want to make a series that will create 0.77777777777... etc.

To make this series, 0.7 is your first term. It is multiplied by the common ration (r) 0.1 to get 0.07 (your second term), and added to 0.7 to get 0.77. 0.07 is then multiplied by 0.1 to get your third term, 0.007 and then added to 0.77 to get 0.777. This happens an infinite amount of times to get 0.777777777... Thus the need for the sum of an infinite series formula.

Your r (ratio) between each term is 0.1.

You substitute

[tex]
S = \frac{0.7}{1-0.1}
[/tex]

and you get

[tex]
S = \frac{0.7}{0.9}
[/tex]

set

[tex]
\frac{0.7}{0.9}
[/tex]

to zero and get

[tex]
\frac{0.7}{0.9} = 0
[/tex]

multiply both sides by ten and you get

[tex]
\frac{7}{9}
[/tex]
 
  • #4
Dick - if x=0.7777r. then 10 * x-x = 7.00

Taucrouton - What about if I wanted to convert 0.5454545454.. etc. to a fraction?
Then there are 2 rations. 0.5 x 0.08 = 0.04, then 0.04 x 0.125 = 0.005 so the 2 rations are 0.08 and 0.125.
Am I going in the right direction here?
 
  • #5
Hey Gringo! I'll continue from dick's . you've said x=0.77777r and you have acquired
[tex]10x-x=9x=7[/tex],
suggesting that x= ?
 
  • #6
Hi Icystrike. Thanks for helping me out!
if 9x = 7, x = 0.7777777r
 
  • #7
[tex]\frac{9x}{9}=\frac{7}{9}[/tex]
x = ?
 
  • #8
Gringo123 said:
Dick - if x=0.7777r. then 10 * x-x = 7.00

Taucrouton - What about if I wanted to convert 0.5454545454.. etc. to a fraction?
Then there are 2 rations. 0.5 x 0.08 = 0.04, then 0.04 x 0.125 = 0.005 so the 2 rations are 0.08 and 0.125.
Am I going in the right direction here?

I don't think so. Try the same trick with 100*x - x
 
  • #9
In general, suppose x= A.BCCCCC... where "A" is the entire number before the decimal point, "B" is any decimals before repetition, and "C" is the repeating block. Also let "n" be the number of decimal places in B, "m" the number of decimal places in C.
In your example, 0.7777777..., A= 0, B= 0 (and so n= 0) and C= 7 (and so m= 1).

If x= A.BCCCCC... then [itex]10^nx= AB.CCCC...[/itex] and [itex]10^{n+m}= ABC.CCCCC...[/itex]. Subtracting, [itex](10^{n+m}- 10^n})x= ABC- AB[/itex] Where "ABC- AB" is now an integer. (Note that "ABC" does NOT mean "A times B time C" here!).

In your example, n=0 and m= 1 so [itex]10^{n+m}- 10^n= 10^1- 10^0= 10- 1= 9[/itex] and "ABC" is 7 while AB is 0: 9x= 7. Again, what is x?
(Yes, it is NOT 77/100 because that would be 0.7700000...)

Here's another example: write 423.923425252525... where "25" is the repeating section. The "non-repeating" decimal part is "9234" which has 4 decimal places. Multiply both sides of x= 423.923425252525... by [itex]10^4= 10000[/itex] gives 10000x= 4239234.25252525...[/itex]. The repeating part, "25", has two decimal places so multiply that by [itex]10^2= 100[/itex], which would be the same as multiplying the original equation by [itex]10^{4+2}= 10^6= 1000000[/itex], gives [itex]1000000x= 42393425.252525...[/itex]

Now subract those two: [itex]1000000x- 10000x= 990000x= 42393425.252525...-4239234.25252525...= 38154191[/itex]. Finally, then, x= 38154191/990000. Reduce that fraction if possible.

Note that the "repeating" was essential there. If that "25" did not continue repeating, the two decimal parts would not be the same and we could not cancel them.
 
Last edited by a moderator:
  • #10
Gringo123 said:
Dick - if x=0.7777r. then 10 * x-x = 7.00

Taucrouton - What about if I wanted to convert 0.5454545454.. etc. to a fraction?
Then there are 2 rations. 0.5 x 0.08 = 0.04, then 0.04 x 0.125 = 0.005 so the 2 rations are 0.08 and 0.125.
Am I going in the right direction here?

I think you can just use 0.54 as you first term and use a common ratio of 0.01.Edit: Yes, it works.
I haven't gone through the other methods posted here, but there is definitely more than one way to go about it. The way I posted is the one that makes the most sense to me, so just find one that works and stick with it.
 
Last edited:
  • #11
0.777777... = 7/9
0.999999999... = 9/9
0.11111111...=1/9
0.131313131313...=13/99
0.175175175175175...=175/999
etc
 
  • #12
ideasrule said:
0.777777... = 7/9
0.999999999... = 9/9
0.11111111...=1/9
0.131313131313...=13/99
0.175175175175175...=175/999
etc


0.9999999999 technically can't be 9/9, although that is the answer.

Interesting things, infinite sums.
 
  • #13
TauCrouton said:
0.9999999999 technically can't be 9/9, although that is the answer.
It is, actually, why would you say it's not? (Yes this is weird at first sight)
 
  • #14
TauCrouton said:
0.9999999999 technically can't be 9/9, although that is the answer.

Interesting things, infinite sums.
Are you simply saying that it should be written as "1"? "Technically", 0.999999999... (NOT "0,9999999999") is equal to 9/9 which is the same as 1.
 
  • #15
diazona said:
It is, actually, why would you say it's not? (Yes this is weird at first sight)

I'm not saying its not, I'm saying 0.999999999... isn't technically 1, just infinitesimally close to 1. (see below)

HallsofIvy said:
Are you simply saying that it should be written as "1"? "Technically", 0.999999999... (NOT "0,9999999999") is equal to 9/9 which is the same as 1.

I meant to say the 0.99999... is a repeating 9 not a discreet value of "0.999999999", if that clears things up.


Either way, it is an interesting technicality. The way I was taught to understand infinite sums of sequences is that they come infinitesimally close to a value, but never actually reach the value. Similar in conundrum to the definition of an asymptote, or a limit. They just come so close to the value that we might as well call it that value.
 
  • #16
TauCrouton said:
I'm not saying its not, I'm saying 0.999999999... isn't technically 1, just infinitesimally close to 1. (see below)

Well, no. It technically IS 1. Writing '...' means you don't mean some finite sum. You mean the whole sum. I.e. the limit of the partial sums. That's 1. In the standard definition of the real numbers, there is no such thing as a number 'infinitesimally' close to 1.
 
  • #17
To put it another way, the decimal representation of a number isn't necessarily unique. One can be represented by 0.999... or 1; they're both valid representations of the same number.
 
  • #18
Dick said:
Well, no. It technically IS 1. Writing '...' means you don't mean some finite sum. You mean the whole sum. I.e. the limit of the partial sums. That's 1. In the standard definition of the real numbers, there is no such thing as a number 'infinitesimally' close to 1.

True, I see your point. Although if we don't limit ourselves to the definition of real numbers, I suppose there is a theoretical number which does come infinitely close to one. Like if you type 0.999999999... you can hold the 9 button for as long as you like, but it will never truly reach 1.


Anyways, I think we answered the original question wayy back. :P
 

What is a recurring decimal?

A recurring decimal is a decimal number that has a repeating pattern of digits after the decimal point. This is denoted by a line or bar above the repeating digits.

How do I convert a recurring decimal to a fraction?

To convert a recurring decimal to a fraction, you need to identify the repeating pattern and create a fraction with the repeating pattern as the numerator and the appropriate number of nines in the denominator. Then, simplify the fraction if possible.

Can all recurring decimals be converted to fractions?

No, some recurring decimals are irrational numbers and cannot be represented as a fraction. Examples of irrational numbers include pi and the square root of 2.

What is the process for converting a recurring decimal to a fraction?

The process involves identifying the repeating pattern, creating a fraction with the repeating pattern as the numerator, and simplifying the fraction if possible. You may also need to add or subtract the non-repeating digits before the decimal point to the fraction.

Are there any shortcuts or tricks for converting recurring decimals to fractions?

Yes, there are some shortcuts and tricks that can make converting recurring decimals to fractions easier. For example, you can use the formula for the sum of a geometric series to quickly convert a recurring decimal to a fraction. You can also use the long division method to convert a recurring decimal to a fraction.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
3K
Replies
4
Views
899
  • General Math
Replies
1
Views
1K
Replies
18
Views
2K
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
7K
  • Introductory Physics Homework Help
Replies
2
Views
1K
Back
Top