document.write( "Question 1068219: continue the sequence 27,9,18,6,12,4, \n" ); document.write( "
Algebra.Com's Answer #683392 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! 8, 8/3, 16/3, 16/9, 32/9, ...\r \n" ); document.write( "\n" ); document.write( "The pattern is \n" ); document.write( "1. Multiply previous element by 2 to get the first (next) continuation element. \n" ); document.write( "2. Divide previous element by 3 to get the 2nd (next) continuation element \n" ); document.write( "3. Repeat 1 & 2 ... \n" ); document.write( " |