document.write( "Question 909221: Derive an expression in the form p/q, where p and q are integers, for the recurring decimal 4.312121212......
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #551721 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x = 4.312121212, then \n" ); document.write( "100x = 431.121212 \n" ); document.write( "1000x = 43112.121212 \n" ); document.write( "1000x - 100x = 43112.121212 - 431.121212 \n" ); document.write( "9900x = 42681 \n" ); document.write( "x = 42681 / 9900\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |