document.write( "Question 660283: I need help taking any decimal and turning it into a fraction. Is there a formula for this? I know the easy ones like .33 is 1/3 but I need to know how to do the more complicated conversions. Thank you so much for your help! \n" ); document.write( "
Algebra.Com's Answer #411107 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Suppose you have 1/9 which is \n" ); document.write( "0.1111111111 . . . to infinity \n" ); document.write( "If you are just given this repeating decimal, how \n" ); document.write( "do you convert it back to 1/9? \n" ); document.write( "-------------------------- \n" ); document.write( "First, say \n" ); document.write( "x = .1111111 . . . \n" ); document.write( "and \n" ); document.write( "10x = 1.11111 . . . \n" ); document.write( "-------------------- \n" ); document.write( "Now do this subtraction: \n" ); document.write( "10x = 1.11111 . . . \n" ); document.write( " -x = .1111111 . . . \n" ); document.write( "______________________ \n" ); document.write( "9x = 1 \n" ); document.write( "x = 1/9 \n" ); document.write( "---------- \n" ); document.write( "---------- \n" ); document.write( "Suppose you had 7/11 = .636363636 . . . \n" ); document.write( "x = .6363636 . . . \n" ); document.write( "100x = 63.636363 . . . \n" ); document.write( "-------------------- \n" ); document.write( "Do the subtraction: \n" ); document.write( "100x = 63.636363 . . . \n" ); document.write( " -x = .6363636 . . . \n" ); document.write( "99x = 63 \n" ); document.write( "x = 63/99 \n" ); document.write( "x = (7/11)x(9/9) \n" ); document.write( "x = 7/11 \n" ); document.write( "----------- \n" ); document.write( "hope this helps \n" ); document.write( " \n" ); document.write( " |