document.write( "Question 527029: Convert the repeating decimal to a/b form, where a,b are intergers and b is not equal to 0.\r
\n" );
document.write( "\n" );
document.write( "2.18 \n" );
document.write( "
Algebra.Com's Answer #348758 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Convert the repeating decimal to a/b form, where a,b are intergers and b is not equal to 0.\r \n" ); document.write( "\n" ); document.write( "2.18 \n" ); document.write( "--------- \n" ); document.write( "n = 2.181818... \n" ); document.write( "---- \n" ); document.write( "100n = 218.181818... \n" ); document.write( "-1n = - 2.181818... \n" ); document.write( "----------------------- subtract \n" ); document.write( "99n = 216 \n" ); document.write( "n = 216/99 = 24/11 \n" ); document.write( " \n" ); document.write( " |