flamebirde Posted October 24, 2012 Report Share Posted October 24, 2012 Saw this one on a test. Think outside the box. 9*2=13 5*3=11 4*9=21 9*4=17 What does 7*8 equal? note: the * does not indicate multiplication. It indicates some sort of action or actions. Quote Link to comment Share on other sites More sharing options...
0 ohiocpa1 Posted October 24, 2012 Report Share Posted October 24, 2012 double the smaller number, add to the larger 7*8 = (2x7) + 8 = 22 Quote Link to comment Share on other sites More sharing options...
0 Caliban27 Posted October 24, 2012 Report Share Posted October 24, 2012 (edited) double the smaller number, add to the larger 7*8 = (2x7) + 8 = 22 That won't work, 'cause 4*9 would be 17 not 21. A variation to that theme which would work is: if second number is smaller, then [first number] + twice [second number], else, [first number] + twice second number] - 1. That is quite inelegant, and does not solve for instance of both numbers the same. Back to thinking further outside cube. Edited October 24, 2012 by Caliban27 Quote Link to comment Share on other sites More sharing options...
0 Emil Posted October 24, 2012 Report Share Posted October 24, 2012 (edited) I don't have a proper solution as yet but: 9*2=13 - A + 2B = C 5*3=11 - A + 2B = C 4*9=21 ??? 9*4=17 - A + 2B = C Edited October 24, 2012 by Emil Quote Link to comment Share on other sites More sharing options...
0 CaptainEd Posted October 24, 2012 Report Share Posted October 24, 2012 Translate "A * B = C" into 2 * ( B + floor( (A + 1) / 2 ) ) - 1 = C For A=7, B=8, this works out to 23 Quote Link to comment Share on other sites More sharing options...
0 vinay.singh84 Posted October 24, 2012 Report Share Posted October 24, 2012 Translate "A * B = C" into 2 * ( B + floor( (A + 1) / 2 ) ) - 1 = C For A=7, B=8, this works out to 23 floor(x + 1) is more easily written as ceil(x) Quote Link to comment Share on other sites More sharing options...
0 Pickett Posted October 24, 2012 Report Share Posted October 24, 2012 floor(x + 1) is more easily written as ceil(x) He's not flooring x+1...he's flooring (x+1) / 2...just FYI... Quote Link to comment Share on other sites More sharing options...
0 CaptainEd Posted October 24, 2012 Report Share Posted October 24, 2012 2 * (B + ceil ( A/2 ) ) -1 = C Quote Link to comment Share on other sites More sharing options...
0 flamebirde Posted October 24, 2012 Author Report Share Posted October 24, 2012 oops, sorry... screwed up on 4*9. it should equal 22. REVISED QUESTION: 9*2=13 5*3=11 4*9=22 9*4=17 What does 7*8 equal? note: the * does not indicate multiplication. It indicates some sort of action or actions. With this in mind, Emil is very close to the answer but not quite. Quote Link to comment Share on other sites More sharing options...
0 Rob_Gandy Posted October 25, 2012 Report Share Posted October 25, 2012 7*8=23? Quote Link to comment Share on other sites More sharing options...
0 flamebirde Posted October 25, 2012 Author Report Share Posted October 25, 2012 yup. good job to Rob and Emil. Quote Link to comment Share on other sites More sharing options...
Question
flamebirde
Saw this one on a test. Think outside the box.
9*2=13
5*3=11
4*9=21
9*4=17
What does 7*8 equal?
note: the * does not indicate multiplication. It indicates some sort of action or actions.
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.