#31 - Last Number Series Puzzle

Can you find the last number in series?

5 8 17 47 242 ?

1967

The next number in the series is based on formula Next = (1st Number)^2 - (2nd number)

5^2 - 8 = 17
8^2 - 17 = 47
17^2 - 47 = 242
47^2 - 242 = 1967.

#32 - Complete the sequence puzzle

Can you complete the sequence puzzle ?

AR TA GE CA LE VI LI *

SC

zodiac signs are : Aries Taurus Gemini Cancer Leo Virgo Libra Scorpio Sagittarius Capricorn Aquarius Pisces

#33 - which number should replace the question

Can you replace the question mark with the correct number?

6 30 870 756030 ?

571580604870

Explanation:
6 * 6 - 6 =>30
30 * 30 - 30 => 870
870 * 870 -870 =>756030
756030 * 756030 - 756030 => 571580604870

#34 - Analyze The Logical Pattern

What you read below is true and follows a pattern:

7 + 7 = 2
8 + 8 = 4
8 + 5 = 1
6 + 9 = 3
10 + 11 = 9

Can you analyze the pattern and find out the answer for:
4 + 9 = ?

Here, the first number represents the time in AM. The second number is the number of hours you have to add in that time to get the time in PM.

7 + 7 = 2
Can be written as
7 AM + 7 hours = 2 PM (7 + 7 = 14:00)

Following the same pattern,
4 AM + 9 hours = 1 PM (4 + 9 = 13:00)
Or, 4 + 9 = 1

#35 - what number comes next in the sequence

Checkout the number list below and find what number comes next in the sequence ?

111 , 113 , 117 , 119 , 123 , 137 ?

141

Its a sequence on prime number(post number 100) + 10.
7 prime number after 100 are listed below.
101 , 103 , 107 , 109 , 113 , 127 , 131

Our solution is 131+10 => 141

#36 - Next Number In List

Can you find the next number in the list?
2, 12, 36, 80, 150, 252, 392, _ ?

The next number is 576.

The series follows the following pattern
Square of n + cube of n
Where n is an integer ascending one at a time, starting from 1.

n = 1 => 1^2 + 1^3 = 1 + 1 = 1
n = 2 => 2^2 + 2^3 = 4 + 8 = 12
and so on...

Therefore the next number will be
8^2 + 8^3 = 576

#37 - Popular Number Sequence Puzzle

Solve below popular number sequence

314 159 265 358 979 323 846 ?

264

The value of pi to 100 digits is
1415926535897932384626433832795028841971693993751058209749445923078164
062862089986280348253421170679

#38 - Next number sequence puzzle

Can you find the next number in sequence ?
113 119 101 114 116 ?

121 ( ascii code of y)

First six alphabet of keyboard are q w e r t y.
Equivalent ascii codes are : 113 119 101 114 116 121

#39 - Einsteins IQ Series

Find the next number if the sequence if you can

102 104 108 110 114 128 ?

132.

The solution lies in the fact that the series is list of sequential (prime numbers + 1) (101 103 107 109 113 127 131 being the prime numbers)

#40 - Next three Number Sequence Problem

Can you find the next three numbers in the given series?

4, 6, 12, 18, 30, 42, 60, 72, 102, 108,_,_,_

In this series, every single digits in in the middle of two prime number.

4 is in the middle of 3 and 5 which are prime.
6 is in the middle of 5 and 7 which are prime.

Thus, the numbers are 108 will be 138, 150 and 180.