document.write( "Question 237566: what is the next number in the series in the following sequence\r
\n" );
document.write( "\n" );
document.write( "3,5,5,19,7,41,9,.... \n" );
document.write( "
Algebra.Com's Answer #174704 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! This series is really 2 different series mixed together\r \n" ); document.write( "\n" ); document.write( "3,5,5,19,7,41,9,....\r \n" ); document.write( "\n" ); document.write( "Start at the first number and then take every other one \n" ); document.write( "3,5,7,9 ... it's easy to see the next one there is 11\r \n" ); document.write( "\n" ); document.write( "Start at the second number and take every other one \n" ); document.write( "5, 19, 41 \n" ); document.write( "I don't see a strict easy pattern jumping out at me here. \n" ); document.write( "So let's think about using something from the first series. \n" ); document.write( "3^2 = 9 9-5 = 4 \n" ); document.write( "5^2 = 25 25-19 = 6 \n" ); document.write( "7^2 = 49 49-41 = 8 \n" ); document.write( "hmmm maybe we are into something \n" ); document.write( "9^2 = 81 81-x = 10 \n" ); document.write( "x = 71 \n" ); document.write( "I am going with 71 \n" ); document.write( " |