document.write( "Question 170107: Convert the repeating decimal 0.1212. . . to a fraction with integer numerator and denominator.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #125545 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Convert the repeating decimal 0.1212. . . to a fraction with integer numerator and denominator. \n" ); document.write( "---------------- \n" ); document.write( "x = 0.1212121212... \n" ); document.write( "100x = 12.12121212... \n" ); document.write( "100x - x = 12 \n" ); document.write( "99x = 12 \n" ); document.write( "x = 12/99 = 4/33\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |