document.write( "Question 21008: I need help! We're working with sequencing; I'm supposed to figure out which number comes next. I have no clue: \r
\n" );
document.write( "\n" );
document.write( "4, 6, 9, 13.5,?\r
\n" );
document.write( "\n" );
document.write( "12, -4, 4/3, -4/9, ? \n" );
document.write( "
Algebra.Com's Answer #10291 by Photonjohn(42)![]() ![]() ![]() You can put this solution on YOUR website! For the first series, divide the first number by 2 and add it to that number, and so on. 4 +4/2 = 6. 6 + 6/2 = 9. 9 + 9/2 = 13.5 13.5 + 13.5/2 = ?\r \n" ); document.write( "\n" ); document.write( "for the next series, \n" ); document.write( "divide each number by -3 as the next number. \n" ); document.write( "12/(-3) = -4 \n" ); document.write( "-4/(-3) = 4/3 \n" ); document.write( "(4/3)/(-3) = -4/9 \n" ); document.write( "etc. \n" ); document.write( " |