Too easy!

Logic Level 1

1 4 = 5 2 5 = 12 3 6 = 21 8 11 = ? \begin{aligned} 1 \ \oplus \ \ 4 & =\ \ 5 \\ 2 \ \oplus \ \ 5 & = 12 \\ 3 \ \oplus \ \ 6 & = 21 \\ 8 \ \oplus 11& = \ \ ? \end{aligned}


The answer is 96.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chew-Seong Cheong
Sep 27, 2016

We note that x y = x × y + x x \oplus y = x \times y + x . Therefore, 8 11 = 8 × 11 + 8 = 96 8 \oplus 11 = 8 \times 11 + 8 = \boxed{96} .

There's a logic where you need previous solutions to get the answer 40 . But this logic fails if you change the statements order or remove any of them, giving different results for the same statements.

x + y = x + y + x+y = x+y+ (previous answer)

This way:

8 + 11 = 8 + 11 + 21 = 40 8+11 = 8+11+21 = 40

But, if you apply a logic where the results are the same, no matter the order of statements, or if there's no other statements at all, then you find the correct answer, 96 .

x + y = x × ( y + 1 ) x+y = x \times (y+1)

This way:

8 + 11 = 8 × ( 11 + 1 ) = 96 8+11 = 8 \times (11+1) = 96

Plus, if you add more statements to complete the sequence (adding 1 to x x and y y on each statement):

1 + 4 = 5 1+4 = 5

2 + 5 = 12 2+5 = 12

3 + 6 = 21 3+6 = 21

4 + 7 = 32 4+7 = 32

5 + 8 = 45 5+8 = 45

6 + 9 = 60 6+9 = 60

7 + 10 = 77 7+10 = 77

8 + 11 = 8+11 = ?

Then both logic works, but both will result 96 . Just remember that, only the second one works perfectly, as it independs from previous results or the existence of previous statements.

Sorry, I have changed the + + sign to \oplus \ oplus to avoid confusion.

Chew-Seong Cheong - 4 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...