Jump to content

4 logic questions (for fun)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
14 replies to this topic

#1
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
I recently had a job interview in which they gave me a logic test consisting of 4 word problems. The questions were simple but kind of a challenge. I thought I would post them here if anyone wants to look at them or needs some logic q's to ask when interviewing new employees.

1. Add the following operators +-*/() to the left side of the equation to make this equation true. You must use all 4 eights and only 4. You can not touch the right side of the equation.

8 8 8 8 =56

2. If you are in a race and you pass the person in second place, what place are you now in?

3. At 11:00 am we start filling a bucket up with marbles by adding some every second. The first second we add one marble. Each second after we add twice as many marbles as the last second (2,4,8, etc). The bucket gets filled at 12:00 pm. At what time is the bucket half full.

4. You have 3 baskets of fruit. One with apples, one with oranges, and one with both apples and oranges. Each basket is labeled, but with the wrong label. If you know that each basket is labeled wrong and you cannot see what is in each basket, how can you pick 1 fruit from one of the baskets and, based on the fruit you choose, correctly label all 3 baskets.

I know they are kind of easy but I was only given about 4 min and It ended up taking me all 4 to get them all.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
8*(8+ -8/8) = 56

second place

11:59 am (though technically, never, because there is always an odd number of marbles in the bucket)

Pick the fruit from the "mixed" label. Rotate the labels so that it is labeled with the correct non-mixed label.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Trust you to cough up all the answers, Winged! :)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yeah... he is kinda... genius in these mind things.

#5
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
I hope it at least kept you entertained for the couple of minutes that it did me:) One more part to the fruit one (its pretty self explanatory but I think its worth stating.) Once you have the one fruit basket labeled correctly the one you did not take the label from to correctly label the other will be the mixed fruit.

#6
getzephyr

getzephyr

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
Interesting! but not getting proper answers

#7
Minor

Minor

    Newbie

  • Members
  • PipPip
  • 13 posts
mann, some are born genius

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Over 20 years of solving logic puzzles will make a difference.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yeah.. but if at first you don't manage to solve them.. it will be kinda useless. So you have to be a genius to start ....

#10
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
I think I can handle that... :D
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#11
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
interesting, sadly enouph i did not get the fruit one :o .
Posted Image

#12
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
yeah those were quite interesting, but i didn't get the fruit one :o

and i don't think the time one is possible to do because it starts with one marble, so theirs always going to be an odd number of marbles.