Posted by Greg on Tuesday, December 11, 2007 at 9:55pm.
Here is a neat algorithm to change any repeating decimal into an exact fraction
Assume you have only the decimal portion of your number, ie, for 4.5676767... consider only the 5676767..
For the numerator, write down all the digits to the end of your repeat, subtract from that the part that does not repeat.
For the denominator, write down a 9 for each digit in the repeating loop, followed by the number of digits that don't repeat.
e.g. 0.45676767..
=(4567-45)/9900
=4522/9900, now reduce to
2261/9900
your number would be
.833333. = (83-8)/90
= 75/90
= 5/6
Related Questions
Pre-Cal. - find all the zeros of the following polynomial. Write the polynomial ...
math - How do you write repeating decimals as fractions? There's directions ...
math - MathMate attempted to help but did not show how the problem is answered. ...
pre-algebra - Nicholas is making cranberry relish for Thanksgiving. The recipe ...
Pre-Algebra - I need to check my work... estimate the following products or ...
Math 115 - Every fraction has a decimal equivalent that either terminates (for ...
Math 115 - Every fraction has a decimal equivalent that either terminates (for ...
College Pre-Algebra - Solve -14x-7(4-x)< 3(2x-15). Write your solution ...
algebra - Perform the indicated operation and, if possible, simplify. Please ...
math - Will someone please show me how to do this problem. I have to write this ...
For Further Reading