document.write( "Question 347974: convert each number to its fractional form:
\n" );
document.write( "1. 0.82 with hyphen over 82\r
\n" );
document.write( "\n" );
document.write( "2. 0.796 with hyphen over 796 \n" );
document.write( "
Algebra.Com's Answer #248790 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! convert each number to its fractional form: \n" ); document.write( "1. 0.82 with hyphen over 82 \n" ); document.write( "n = 0.828282828... \n" ); document.write( "100n = 82.82828282... \n" ); document.write( "n = 0.8282828282... \n" ); document.write( "---------------------- Subtract \n" ); document.write( "99n = 82 \n" ); document.write( "n = 82/99 \n" ); document.write( "------------- \n" ); document.write( "------------- \n" ); document.write( "2. 0.796 with hyphen over 796 \n" ); document.write( "Do it like #1, but multiply by 1000 \n" ); document.write( " \n" ); document.write( " |