Thread Closed

Converting recurring decimals to fractions

 
Share Thread
Jan3-10, 12:36 AM   #1
 

Converting recurring decimals to fractions


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?
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Jan3-10, 12:45 AM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Call x=0.7777r. What is 10*x-x?
Jan3-10, 01:01 AM   #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]
Jan3-10, 01:23 AM   #4
 

Converting recurring decimals to fractions


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?
Jan3-10, 02:11 AM   #5
 
Blog Entries: 1
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= ?
Jan3-10, 02:26 AM   #6
 
Hi Icystrike. Thanks for helping me out!
if 9x = 7, x = 0.7777777r
Jan3-10, 02:35 AM   #7
 
Blog Entries: 1
[tex]\frac{9x}{9}=\frac{7}{9}[/tex]
x = ?
Jan3-10, 06:18 AM   #8
 
Quote by Gringo123 View Post
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
Jan3-10, 06:19 AM   #9
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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.
Jan3-10, 04:14 PM   #10
 
Quote by Gringo123 View Post
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.
Jan3-10, 11:15 PM   #11
 
Recognitions:
Homework Helper Homework Help
0.777777..... = 7/9
0.999999999.... = 9/9
0.11111111....=1/9
0.131313131313....=13/99
0.175175175175175...=175/999
etc
Jan3-10, 11:51 PM   #12
 
Quote by ideasrule View Post
0.777777..... = 7/9
0.999999999.... = 9/9
0.11111111....=1/9
0.131313131313....=13/99
0.175175175175175...=175/999
etc

0.9999999999 technically cant be 9/9, although that is the answer.

Interesting things, infinite sums.
Jan4-10, 12:06 AM   #13
 
Recognitions:
Homework Helper Homework Help
Quote by TauCrouton View Post
0.9999999999 technically cant 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)
Jan4-10, 04:52 AM   #14
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by TauCrouton View Post
0.9999999999 technically cant 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.
Jan4-10, 09:50 PM   #15
 
Quote by diazona View Post
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)

Quote by HallsofIvy View Post
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.
Jan4-10, 10:23 PM   #16

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by TauCrouton View Post
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.
Jan4-10, 11:49 PM   #17
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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.
Thread Closed

Similar discussions for: Converting recurring decimals to fractions
Thread Forum Replies
greatest common divisor of fractions and decimals General Math 2
converting recurring decimal to a fraction Precalculus Mathematics Homework 3
When decimals and/or fractions are only within the parentheses in a linear equation Precalculus Mathematics Homework 4
Recurring decimals in prime fractions Calculus & Beyond Homework 42
Simple maths but i don't understand why (about recurring decimals or repeating) General Math 27