document.write( "Question 503505: e.g. 0.1111... = 1/9\r
\n" );
document.write( "\n" );
document.write( "So then how would I convert 0.0238095238095238095... (238095 is a recurring decimal)to a fraction? \r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #339266 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! convert 0.0238095238095238095... (238095 is a recurring decimal)to a fraction? \n" ); document.write( "---- \n" ); document.write( "Let x = 0.0238095238095238095... \n" ); document.write( "Then 10x = 0.238095238095... \n" ); document.write( "And 10^7x = 238095.238095238095 \n" ); document.write( "------------------------------ \n" ); document.write( "Subtract the 2nd line from the 3rd to get: \n" ); document.write( "(10^7-10)x = 238095 \n" ); document.write( "--- \n" ); document.write( "x = 238095/[10000000-10] = 238095/9,999,990 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |