document.write( "Question 526365: how do we convert a fraction that has a periodical and non periodical number after the period. ex: 0.4333333333 into a fraction \n" ); document.write( "
Algebra.Com's Answer #348470 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
n = 0.4333333333
\n" ); document.write( "10n = 4.3333333333
\n" ); document.write( "-n =- 0.4333333333
\n" ); document.write( "------------------- Subtract
\n" ); document.write( "9n = 3.9
\n" ); document.write( "n = 3.9/9 = 13/30
\n" ); document.write( "
\n" ); document.write( "
\n" );