document.write( "Question 9823: Find the exact fraction value foe the number 0.123123123....... using series only. \n" ); document.write( "
Algebra.Com's Answer #5293 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! not sure what you mean \"by Series\". The only way i am aware is to do the following:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "look at the repeating part, which here is 123. We need one whole section in front of the decimal point, so we need to multiply by 1000...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let r = 0.123123123... \n" ); document.write( "so 1000r = 123.123123123...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now subtract the first from the second, leaving 999r = 123\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so r = 123/999\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon \n" ); document.write( " \n" ); document.write( " |