PuzzlersWorld.com

  • Hacker Puzzle
  • Interview Puzzles
  • Number Puzzles
  • Maths Puzzles
All Puzzles Solved Unsolved

Number Puzzle #177

October 11, 2017 by anoop singh Leave a Comment

2, 7, 4, 5 => 100

4, 9, 8, 7 => 400

2, 7, 3, 6 => ?

 

Checkout more Number Puzzles Tags: Unsolved Puzzles

Find next number in following sequence

September 23, 2017 by Reza Ghazi Leave a Comment

What will be the next number in below sequence?

0, 1, 5, 19, 65, 211, ?

Check your answer:-

Tried enough already?
Answer With ExplanationHide
Answer: 665
explanation:
it follows this equation 3^n – 2^n where n is integer starting from 0

thus
3^0 – 2^0 = 1 – 1 = 0
3^1 – 2^1 = 3 – 2 = 1
3^2 – 2^2 = 9 – 4 = 5
3^3 – 2^3 = 27 – 8 = 19
3^4 – 2^4 = 65
3^5 – 2^5 = 211
3^6 – 2^6 = 729 – 64 = 665

There is one more way to solve this

3*previous number + 2^(n-1)

0x3+1=1;
1×3+2=5;
5×3+4=19;
19×3+8=65;
65×3+16=211;
211×3+32=665;

wondering how it is possible?

lets solve 3*previous number + 2^(n-1)

=> 3*(3^(n-1) – 2^(n-1)) + 2^(n-1)
=> 3^n – (2+1)*2^(n-1) + 2^(n-1)
=> 3^n – 2^n – 2^(n-1) + 2^(n-1)
=> 3^n – 2^n i.e. our first equation

Checkout more Number Puzzles Tags: Difficult, Solved Puzzles

How to buy six products from 20rs?

September 18, 2017 by jspkbsp svkv 3 Comments

How to buy six products from 20Rs. without using Paisa & without repeating numbers ?

Click here to See SolutionHide
It’s not possible. The sum of the 6 smallest digits(1,2,3,4,5,6 is 21) is greater then 20

Rs 6 , Rs5 , Rs4, Rs3, Rs 2, and one item should be free Rs0 (free with other 4 items)

0+2+3+4+5+6=20

Checkout more Number Puzzles Tags: Difficult, Solved Puzzles

Find out the missing digit – 30 43 51  ?

September 2, 2017 by Avtar Verma 1 Comment

Number Puzzle #175

find out the missing number

2    3    1    2
3    4    4   5
5    6   6    7
30 43 51  ?

Check your answer:-

Tried enough already?
Click here to See SolutionHide
Answer by Paramjeet Dubey

For each column

-2*2+3*3+5*5=30,
-3*3+4*4+6*6=43,
-1*1+4*4+6*6=51,
-2*2+5*5+7*7=70

Checkout more Number Puzzles Tags: Difficult, Solved Puzzles

IF 5 7 3 20 10 30 then 95 45 ?

August 1, 2017 by Shekhar Shivi 1 Comment

Number Puzzle #174

IF
5 7 3
20 10 30
then
95 45 ?

Check your answer:-

Tried enough already?
Click here to See SolutionHide
it follows this logic => 2*first digit – second digit
2×5-7=3
2×20-30=10
2×95-45=145

Checkout more Number Puzzles Tags: Easy, Solved Puzzles

Missing number Puzzle X 21 147

July 28, 2017 by Ashish Deuskar Leave a Comment

Number Puzzle #173

2 6 18
4 20 100
X 21 147

find X

Check your answer:-

Tried enough already?
Answer With ExplanationHide
Answer: X = 3
Solution
in first row next number is a multiplication of 3 and the previous number
second row, next number is a multiplication of 5 and the previous number
in third row 3rd number (147) is a multiplication of 7 and previous number, i.e. 21, thus X*7 = 21 => x = 21/7 = 3

Checkout more Number Puzzles Tags: Easy, Solved Puzzles

Number Puzzle #172

May 3, 2017 by puzzler 3 Comments

Let’s see who can crack this:-

If 10-2= 33

37-23=83

82-4= 43

55-7=32

then 76-45=?

 

Checkout more Number Puzzles Tags: Difficult, Unsolved Puzzles

IF 1=2, 2 = 10, 3 = 30, 4=68 Then 5 =?

April 5, 2017 by Anuj Shrotriya 8 Comments

Number Puzzle #171

IF

1=2

2=10

3=30

4=68

Then 5 = ?

Check your answer:-

Tried enough already?
Answer With ExplanationHide
Answer: 130
Explanation:

1=(1x1x1)+1=2
2=(2x2x2)+2=10
1=(3x3x3)+3=30
4=(4x4x4)+4=68
5=(5x5x5)+5=130

answered by Mohammad khalid!!

Checkout more Number Puzzles Tags: Easy, Solved Puzzles

Number Puzzle #171

April 3, 2017 by Sagar Rox 1 Comment

Find out the numbers in the boxes

IMG-20170301-WA0005

A + B = 8
+ +
C – D = 6
|| ||
13 8

Check your answer:-
Top Left Box

Tried enough already?
Top Right Box
Tried enough already?
Bottom Left Box
Tried enough already?
Bottom Right Box
Tried enough already?
Answer With Explanation
Answer:

3.5 + 4.5 = 8
+ +
9.5 – 3.5 = 6
|| ||
13 8

Explanation:
We can make four equations
A+B = 8
C-D = 6
A+C = 13
B+D = 8

now we have four variables with four equations so it should be easy to solve. let’s solve these four equations

if we add the four equations
A+B+C-D+A+C+B+D = 8 + 6 + 13 + 8
2(A+B) + 2C = 35
2C = 35 – 2*8 —- by replacing A+B
2C = 35 – 16 = 19
C = 9.5

from 2nd Equation C – D = 6
D = C – 6
D = 9.5 – 6
D = 3.5

from 3rd equation
A+C = 13
A = 13 – C
A = 13 – 9.5
A = 3.5

from 4th equation
B + D = 8
B = 8 – D
B = 8 – 3.5
B = 4.5

Checkout more Number Puzzles Tags: Easy, Solved Puzzles

If February=June what is March?

March 30, 2017 by Harvey Lerman 7 Comments

Number Puzzle #170


If February=June,
January=April,
September=September,
and August=April…
then what is March?

Checkout more Number Puzzles Tags: Difficult, Month Names Puzzles, Unsolved Puzzles

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 25
  • Next Page »
Submit your Puzzle

You may also like

  • Tell the numbers represented by….BLUE, RED, GREY?
  • Number Puzzle #31
  • Number Puzzle #133 1,20,?,266,675
  • IF 3 x 2 = 9 Then 9 x 8 = ?
  • If 2+6+7=24, 3+4+4=40
  • Divided by 2 balance should be 1
  • Missing Number Puzzle – 1,20,?,266,675
  • Number Puzzle #191
  • Number puzzle from month name
  • Fill the boxes

Categories

  • Aive hi Puzzles
  • Akbar and Birbal
  • Alphabetical Puzzles
  • Bollywood Puzzles
  • Google Code jam
  • Hindi Riddles
  • Interview Puzzles
  • Interview Questions
  • Logical Puzzles
  • Malayalam Puzzles
  • Maths Puzzles
  • Miscellaneous
  • Number Puzzles
  • Picture Puzzles
  • Riddles
  • Tamil Puzzles
  • Technical

Social

  • View puzzlersworld’s profile on Twitter
privacy policy

Copyright © 2025 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in

  • Hacker Puzzle
  • Logo Puzzles
  • Optical Illusions
  • WhatsApp Puzzles
  • Picture Puzzles
  • Riddles
    ▼
    • Hindi Riddles
  • Bollywood Puzzles
  • Alphabetical Puzzles
  • Aive hi Puzzles
  • Interview Puzzles
  • Logical Puzzles
  • Interview Questions
    ▼
    • Data Structures
    • Binary Tree
    • Algorithms
    • Recursion Questions
    • Amazon Interview Questions
    • Snapdeal Interview Questions
    • Google Code jam
  • Technical
  • Akbar and Birbal
  • Number Puzzles
  • Maths Puzzles
  • Miscellaneous