document.write( "Question 206264: Use inductive reasoning to determine the next three numbers in the pattern:
\n" );
document.write( "1, 1/3, 1/9, 1/27,... \n" );
document.write( "
Algebra.Com's Answer #155819 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use inductive reasoning to determine the next three numbers in the pattern: \n" ); document.write( "1, 1/3, 1/9, 1/27,... \n" ); document.write( "--------------------------- \n" ); document.write( "Each successive number is (1/3) times the previous number. \n" ); document.write( "------------------------------ \n" ); document.write( "(1/27)(1/3) = 1/81 \n" ); document.write( "(1/81)(1/3) = 1/243 \n" ); document.write( "(1/243)(1/3) = 1/729 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |