[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Help

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 54
Thread images: 4

File: wtf.png (47KB, 681x617px) Image search: [Google]
wtf.png
47KB, 681x617px
Help
>>
>>8668053
My guess is 5.
>>
You're trolling right? It's 5.
>>
>>8668060
>>8668061
>>8668062
Don't listen to these brainlets. The answer is 7.
>>
Oh wait it's definitely 5. That pattern's consistent both vertically and horizontally
>>
>>8668053
Are you legally retarded?
>>
brainlet here what the fuck is going on. this is some arbitrary guessing game
>>
>>8668235
There are three groupings of three drawings related to each other. Every column is its own grouping. Any line position is present on any of the drawings if an 'exclusive or' operation on the other two corresponding lines produce true.
>>
guessing patterns is shit. It could literally be anything. But it's still 5
>>
>>8668462
It could definitely not be anything.
It's 5.
If you can proove it's some other kind of patterns, do it.
>>
>>8668463
It could be absolutely anything. There is no way to guess the pattern given a finite number of examples
>>
>>8668481
What the fuck are your talking about. If you can't see the pattern, maybe it's because your a brainlet and a literal faggot
>>
>>8668458
Confirmed. It's 5.
>>
>>8668495
I already said that it's supposed to be 5. However there's no way to justify that answer. I got the answer just like you but you're the one who fails to understand what I'm saying about "guess the pattern" questions, brainlet.
>>
5

they add like logic both in rows and columns.
>>
>>8668512

winrar. similar lines cancel; different lines add
in both the columns and the rows. XOR
>>
>>8668053
any given drawing in composed of the two other drawings in it's column or row. sticks that overlap between two drawings are removed, but if they don't overlap they are added.
>>
>>8668481
>It could be absolutely anything. There is no way to guess the pattern given a finite number of examples
WHAT THE FUCK?

Have you never taken a math course? Have you never seen even the simplest series?
>1 + 2 + ... + n
Rings any bells?

You wouldn't expect n+1 to be 50 if n is 30.
>>
>>8668532
what does this have to do with series?

Please rigorously prove to me that the answer is 5.
>>
>>8668550
it's a series, you just follow the obvious pattern to find the next item
>>
>>8668566
OPs problem is not a series and I'd like to know what you think an "obvious pattern" is, and how you rigorously mathematically prove that a sequence of objects obeys such a pattern given only a finite number of terms.
>>
>>8668575
number the vertices starting from the top going clockwise V = {1, 2, 3, 4}
Graph = (Vertices, Edges) Edges are a set of ordered pairs
Let X be an operation on two graphs
G1 = (V, {(1,2)})
G2 = (V, {(1, 2)})
G1 X G2 = (V, NULL)

G3 = (V, {(1, 2), (1, 4)})
G4 = (V, {(2,3), (3, 4), (1, 4)})
G3 X G4 = (V, {(2,3), (3, 4), (1, 2)})

G5 = (V, {(1, 4)})
G6 = (V, {(1, 2), (2, 3), (3, 4), (1, 4)})
G5 X G6 = (V, E)

By intuition, it can be shown that X represents taking the complement of the intersection of both edge sets.
It does not show that it is the only answer, only that it is a valid one.
>>
>>8668608
>It does not show that it is the only answer
So we agree. The answer could be anything.
>>
>>8668617
Well, I haven't taken algebra yet, so I don't have the experience to prove set theory rigorously. But common sense tells me there must be a way to prove at least by contradiction that the other possible answers aren't valid.
>>
Can someone please explain in lay terms how this works
>>
what's the next number in my secret sequence?
1, 2, 3, 4, _
>>
>>8668608
>X represents taking the complement of the intersection of both edge sets
That works going horizontally. Other people ITT have observed a different pattern which works both horizontally and vertically.

The pattern is that the third graph's edge set is the symmetric difference (xor) of the previous two graphs' edge sets.

Shit like this is why "guess the pattern" questions are flawed.
>>
>>8668634
Yes, I agree that figuring out in which way the pattern goes is a problem with these tests. You could also argue that it moves diagonally or even in a spiral or whatever, and find a sequence that fits that direction.

My answer was the same as XOR anyway so it works vertically too. Basically taking the complement of the intersection, in other words all the edges that are in either one of the sets but not in both. But I agree with you.
>>
>>8668627
pick a symbol, overlay it on a symbol to its right or a symbol below it. overlapping sticks cancel
>>
>>8668638
The complement of the intersection is not the same as the symmetric difference.

if some element x is in neither A nor B, then x is in the complement of the intersection, but x is not in the symmetric difference
>>
>>8668644
>if some element x is in neither A nor B, then x is in the complement of the intersection
Absolutely not if the Universe is the union of both A and B
>>
>>8668650
Yes but in the vertical colums in OPs picture we see sets A and B whose union is not the whole "universe" (I'm assuming by "universe" you mean the set of 4 edges forming a square)

In the horizontal rows you always have sets whose union is the univers
>>
>>8668654
That's wrong. I'm not going to explain what the universe is, it's high school set theory. But it works perfectly horizontally and vertically.

http://math.stackexchange.com/questions/84184/relation-between-xor-and-symmetric-difference
>>
>>8668656
The "universe" is whatever we agree it is, my friend. Why your continued petulance and insistence that other people ought to figure out things that are arbitrary?
Going across any horizontal row, the union of the first two sets turns out to be the set of all 4 edges forming a square.

Going down some of the vertical columns (the left one and the right one), it's different.

BTW the link you posted explains why xor and symmetric difference are the same. They are NOT the same thing as the complement of the intersection though.
>>
File: graphs.png (5KB, 126x306px) Image search: [Google]
graphs.png
5KB, 126x306px
>>8668608
>X represents taking the complement of the intersection of both edge sets

Here is what the left vertical column would look like if the operation were taking the complement of the intersection.
>>
XOR
O--O
ROX
>>
>>8668686
God damn it do you need every single detail spelled out you autists?

(A union B) ∖ (A intersection B)

>"The set of elements in (A union B) but not in (A intersection B)"

I obviously meant the relative complement of only the present edges, not of the cyclic graph.
>>
>>8668707
If that's what you meant, then perhaps you should have said so. Don't expect me to translate your incorrect ramblings into something intelligible and correct.

You said the complement of the intersection. That's wrong, my friend. You're welcome.
>>
>>8668501

You can't expect these linear minded brainlets to understand. What you said is more towards logic/philosophy than actual math, these brainlets only know math.
>>
File: 73a.png (41KB, 1280x1483px) Image search: [Google]
73a.png
41KB, 1280x1483px
>>8668053
>>8668608
Holy shit yo, I think the answer is 5. But my brain is doing so many complex maths right now that I don't even consciously comprehend. Feels god man.
>>
>>8668053
5
The 1st and 2nd image in a row are overridden and if they have a line in the same position then it's deleted in the 3rd

In the first row, there is a line in the same position in both the first and second image. When merged, they result into empty dots

In the second row, the only common line between first and second image are the one that goes from top to left. The third image results in only that line missing

In the third row, the only common line would be again top to left

The pattern also works in columns
>>
>>8668053
5
>>
>>8668053
Its 5

Line + line = 0
Line + 0 = line
0 + line = 0+line
>>
>>8669228
>>>print("hello world")
hello world
>>
File: 12345.jpg (84KB, 540x1080px) Image search: [Google]
12345.jpg
84KB, 540x1080px
>>
>>8669315
upvoted
>>
You can come up with adequate numerobabble to explain all the options.

The "correct" one is the one the maker of this problem had in mind.
>>
Five right? If you labelled columns a to c and rows 1 to 3 then a1+a3=a2. If the same repeats for the other columns then and since c1 is empty then c3 is the same as c2
>>
>>8669495
The correct one is the simplest pattern. All other solutions are probably overfitted.
>>
>>8669609
>simplest aka the solution I like :^)
fuck off
>>
>>8669495
Come up with a valid rationalization for 3 that works horizontally and vertically.
>>
>>8669610
No, the one with least parameters. Tests like this are designed such that there's only one simplest solution.
>>
Here's an extremely simple explanation why 3 is right, that involves 0 parameters: the pattern is always that figure 3 goes in the bottom right corner regardless of the other figures shown.
>>
Its 5
Thread posts: 54
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

If you need a post removed click on it's [Report] button and follow the instruction.
If you like this website please support us by donating with Bitcoin at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties. Posts and uploaded images are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that website. If you need information about a Poster - contact 4chan. This project is not affiliated in any way with 4chan.