document.write( "Question 297839: How do you write the repeating decimal 0.2424.... as a quotient of integers? \n" ); document.write( "
Algebra.Com's Answer #214477 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
How do you write the repeating decimal 0.2424.... as a quotient of integers?
\n" ); document.write( "
\r\n" );
document.write( " N = 0.24242424242424....\r\n" );
document.write( "\r\n" );
document.write( "Now since there are 2 digits that repeat multiply both sides \r\n" );
document.write( "by \"10%5E2\" or 100\r\n" );
document.write( "\r\n" );
document.write( "100N = 24.242424242424....\r\n" );
document.write( "\r\n" );
document.write( "Now write the first equation underneath the second equation,\r\n" );
document.write( "linng up the decimal points:\r\n" );
document.write( "\r\n" );
document.write( "100N = 24.242424242424....\r\n" );
document.write( "   N =  0.24242424242424....\r\n" );
document.write( "\r\n" );
document.write( "Now subtract:\r\n" );
document.write( "\r\n" );
document.write( "100N = 24.242424242424....\r\n" );
document.write( "   N =  0.24242424242424....\r\n" );
document.write( "----------------------------\r\n" );
document.write( " 99N = 24.00000000000000...\r\n" );
document.write( "\r\n" );
document.write( "So you see the decimals all cancel out\r\n" );
document.write( "\r\n" );
document.write( " 99N = 24\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 99\r\n" );
document.write( "\r\n" );
document.write( "\"%2899N%29%2F99=24%2F99\"\r\n" );
document.write( "\r\n" );
document.write( "Now simplify and reduce the fraction:\r\n" );
document.write( "\r\n" );
document.write( " \"N+=+8%2F33\"\r\n" );
document.write( "\r\n" );
document.write( "Check by dividing 8 by 33 and the get 0.2424242424...\r\n" );
document.write( "\r\n" );
document.write( "A short cut is to put the repeating digits over a number\r\n" );
document.write( "that has that many 9's as its only digits and reduce if possible.\r\n" );
document.write( "\r\n" );
document.write( "For example, to change this to a quotient of integers:\r\n" );
document.write( "\r\n" );
document.write( "0.972972972972...\r\n" );
document.write( "\r\n" );
document.write( "Put 972 over 999\r\n" );
document.write( "\r\n" );
document.write( "\"972%2F999\" reduce the fraction to \"36%2F37\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );