document.write( "Question 1195915: First number sequence:
\n" ); document.write( "75,15,25,5,15, ...\r
\n" ); document.write( "\n" ); document.write( "The correct next number is 3
\n" ); document.write( "I don't get why?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Second sequence:
\n" ); document.write( "183 305 527 749 961 ...\r
\n" ); document.write( "\n" ); document.write( " The correct next number is 293.
\n" ); document.write( "I also can't solve it.\r
\n" ); document.write( "\n" ); document.write( "Please help to understand how they both work?
\n" ); document.write( "

Algebra.Com's Answer #828537 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Question 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For problems like this, we basically involve trial and error. There is no single approach. Effectively we have to get lucky to guess the pattern most of the time. With more practice, it should come easier.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The jump from 75 to 15 is \"divide by 5\" since
\n" ); document.write( "75/5 = 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To get from 15 to 25, we add 10
\n" ); document.write( "15+10 = 25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then from 25 to 5 is another \"divide by 5\" operation.
\n" ); document.write( "25/5 = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The pattern goes: \"divide by 5, add 10, divide by 5, add 10\" and so on.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide: 75/5 = 15
\n" ); document.write( "Add: 15+10 = 25
\n" ); document.write( "Divide: 25/5 = 5
\n" ); document.write( "Add: 5+10 = 15
\n" ); document.write( "Divide: 15/5 = 3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Keep in mind that sequence problems like this are fundamentally flawed.
\n" ); document.write( "Why is that?
\n" ); document.write( "Check out my previous response on this page for more information.
\n" ); document.write( "The summary of what I mention is that the sequence 1,2,4 could have infinitely many possible numbers as the fourth term; questions that ask about the next term are often too vague to answer. Further context is needed. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "========================================================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Question 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This is another \"think outside the box\" type of question.
\n" ); document.write( "The approach is far from obvious.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The idea is to add 2 to each digit
\n" ); document.write( "183 breaks up into 1, 8, 3
\n" ); document.write( "Adding 2 to each gets:
\n" ); document.write( "1+2 = 3
\n" ); document.write( "8+2 = 10
\n" ); document.write( "3+2 = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the 1,8,3 becomes 3,10,5
\n" ); document.write( "If we drop the tens digit \"1\" from \"10\", then we now have 3,0,5 hence the second term 305\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now let's repeat the process of adding 2 to each digit
\n" ); document.write( "3+2 = 5
\n" ); document.write( "0+2 = 2
\n" ); document.write( "5+2 = 7
\n" ); document.write( "It matches with the 527 as the third term. So far, so good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Repeat again:
\n" ); document.write( "5+2 = 7
\n" ); document.write( "2+2 = 4
\n" ); document.write( "7+2 = 9
\n" ); document.write( "This matches as well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And,
\n" ); document.write( "7+2 = 9
\n" ); document.write( "4+2 = 6
\n" ); document.write( "9+2 = 11
\n" ); document.write( "We drop the tens digit of \"11\" to be left with \"1\"
\n" ); document.write( "So we land on 961\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Repeat one final time
\n" ); document.write( "9+2 = 11
\n" ); document.write( "6+2 = 8
\n" ); document.write( "1+2 = 3
\n" ); document.write( "We arrive at 183 (not 293)
\n" ); document.write( "The terms of the sequence will loop at this point since we arrived at one of the values previously mentioned.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Like with question 1, there are likely infinitely many ways we could generate the original sequence of {183, 305, 527, 749, 961}, which may or may not lead to 183 or 293 as the next term (or perhaps any number really).
\n" ); document.write( "
\n" ); document.write( "
\n" );