document.write( "Question 1158317: Can you help me understand how to start/solve this number series problem?\r
\n" );
document.write( "\n" );
document.write( "(10 * 4/2), (12/4 * 2), (14 * 4/2), _________\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #781239 by greenestamps(13206) You can put this solution on YOUR website! \n" ); document.write( "(1) It is not completely clear what the sequence is; and \n" ); document.write( "(2) in a problem like this, I don't know what \"solve\" means. \n" ); document.write( "I will treat the terms in the sequence simply as strings of characters, without trying to guess the meaning. \n" ); document.write( "The first item in each term is an integer; they start at 10 and increase by 2 each time. \n" ); document.write( "The remaining items in each term are the numbers 4 and 2, and the operators * and /. The 4 and 2 are always in that order; the order of the two operators switches from one term to the next. \n" ); document.write( "If \"solve\" just means finding the next term in the sequence, my guess is that the new number is 16; and since the last term shown has * before /, the next term will have / before *. And the 4 and 2 will be in the same order as always. \n" ); document.write( "Next term: (16 / 4*2) \n" ); document.write( " \n" ); document.write( " |