document.write( "Question 982957: I need to solve this problem: What is the next number in this sequence:
\n" );
document.write( "1,2,8,48,384. I have tried to identify a pattern and have not been able to.
\n" );
document.write( "It is multiple choice here are the choices:a. 786 b.1536 c. 700, d. 580, e. 3,840
\n" );
document.write( "I don't know how to solve this. I tried to look at division/multiplication, subtaction/addition to identify a pattern. Thank you. \n" );
document.write( "
Algebra.Com's Answer #603751 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the next number in this sequence: \n" ); document.write( "1,2,8,48,384. \n" ); document.write( "------- \n" ); document.write( "2 = 1*2 \n" ); document.write( "8 = 2*4 \n" ); document.write( "48 = 8*6 \n" ); document.write( "384 = 48*8 \n" ); document.write( "----------- \n" ); document.write( "The multipliers are 2, 4, 6, 8 ... \n" ); document.write( "--> 384*10 = 3840 \n" ); document.write( " \n" ); document.write( " |