| 
October 22nd, 2009, 05:16 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| | too hard for this old guy Using only numbers 1,2,7 & 8, each can be used only once, arrive at the number 37 by using plus, minus, multiplication or division in any order. | 
October 22nd, 2009, 10:16 PM
| | Super Member | | Join Date: Dec 2007 Location: Ottawa
Posts: 529
Country: Thanks: 0
Thanked 90 Times in 85 Posts
| | How sure are you that it actually can be done?
__________________ I'm a social drinker; when someone says "I'm having a drink", I answer "so shall I". | 
October 22nd, 2009, 11:05 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| | Wilmer The question was asked of me by my 11 yo grand daughter who got the question in her school homework. Glad I am not going to school now.
Wilmer, thank you for your question. | 
October 23rd, 2009, 04:02 AM
| | Super Member | | Join Date: Jan 2009
Posts: 524
Country: Thanks: 56
Thanked 108 Times in 100 Posts
| | Quote:
Originally Posted by kennyk38 Using only numbers 1,2,7 & 8, each can be used only once, arrive at the number 37 by using plus, minus, multiplication or division in any order. | One way: concatenate the numbers { } & 7 = 3&7 = 37 . | 
October 23rd, 2009, 07:19 AM
| | Super Member | | Join Date: Dec 2007 Location: Ottawa
Posts: 529
Country: Thanks: 0
Thanked 90 Times in 85 Posts
| | But that assumes brackets and indirect multiplication by 10
(or division by .1) are allowed.
Other ways are possible if not only +-/* are allowed, like:
FLOOR(2^8 / 7 +1) or CEILING(2^8 / 7 * 1).
Since this is a problem given to an 11 y.o. grand daughter
(I have one of those too, Kenny; turned 11 last month!),
I doubt that anything "complicated" is involved.
I have a feeling that with only +-/* allowed, one of the
4 numbers is a typo; if 1,2,7,9 : 29 + 1 + 7 = 37.
Or if 1,2,7,8 to get 36 (not 37): (8 - 2) * (7 - 1) = 36.
But that assumes brackets allowed.
In other words, I think problem as stated is not possible...
__________________ I'm a social drinker; when someone says "I'm having a drink", I answer "so shall I". | 
October 25th, 2009, 05:25 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| | Thanks Quote:
Originally Posted by aidan One way: concatenate the numbers { } & 7 = 3&7 = 37 . | Aiden, many thanks for your help. You would be correct with your solution which is much appreciated.
Kenny | 
October 25th, 2009, 05:26 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| | Quote:
Originally Posted by Wilmer But that assumes brackets and indirect multiplication by 10
(or division by .1) are allowed.
Other ways are possible if not only +-/* are allowed, like:
FLOOR(2^8 / 7 +1) or CEILING(2^8 / 7 * 1).
Since this is a problem given to an 11 y.o. grand daughter
(I have one of those too, Kenny; turned 11 last month!),
I doubt that anything "complicated" is involved.
I have a feeling that with only +-/* allowed, one of the
4 numbers is a typo; if 1,2,7,9 : 29 + 1 + 7 = 37.
Or if 1,2,7,8 to get 36 (not 37): (8 - 2) * (7 - 1) = 36.
But that assumes brackets allowed.
In other words, I think problem as stated is not possible... | Wilmer, I have a solution to the problem, 8 divided by 2 minus 1 =3 and then 37. Many thanks for your input.
Kenny | 
October 30th, 2009, 02:24 PM
| | Newbie | | Join Date: Oct 2007
Posts: 13
Country: Thanks: 4
Thanked 0 Times in 0 Posts
| | Is that OK ... just 3 and 7 makes 37? | 
October 30th, 2009, 10:17 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| | Sorry no 8 divided by 2 =4 - 1 =3 then do the 37 bit.
Cheers and thanks. | 
October 31st, 2009, 05:28 AM
| | Super Member | | Join Date: Dec 2007 Location: Ottawa
Posts: 529
Country: Thanks: 0
Thanked 90 Times in 85 Posts
| | That involves a multiplication by 10: 3*10+7 = 37.
If that's allowed, then why not split the 8 in half vertically:
that'll give you two 3's, and: 33 + 7 - 2 - 1 = 37
__________________ I'm a social drinker; when someone says "I'm having a drink", I answer "so shall I". | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 11:07 PM. | | |