Jul 4, 2009
Pages: 1, 2

Puzzle! :d`

free web hosting

Read Latest Entries..: (Post #15) by anwiii on Nov 24 2008, 05:20 AM.
oooooof! i wasn't even thinking about putting a + or - after the = sign. my bad. could warn people before throwing those curve balls haha no wonder i never got the answer. next one.....no cheatingQUOTE(xpress @ Nov 23 2008, 02:56 AM) Then Nabb's script got the answer.. 207+196+5-266=150-8 Congrats Nabb.......... hmmm....I failed. ...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > xisT-O-Rama > Life Talk > General Talk

Puzzle! :d`

gisellebebegirl
okay;; so today in ap chemistry class, our teacher put a puzzle on the board and we all spent an hour trying to figure it out, and no one was actually able to complete it;;.. lets see how smart you are.. heres the puzzle:

3344556677=153

make the following equation make sence by adding the following signs: + + - -
(note the symbols are in in betwen the numbers;;)

The closests i got to the answer was 154;; urgg..

Comment/Reply (w/o sign-up)

xpress
Hi gisellebebegirl! Here is the answer for your puzzle 3-344+5+566-77=153 smile.gif

Comment/Reply (w/o sign-up)

Saint_Michael
Well I know no one will become a chemist in that class laugh.gif, but I would think though that this be more appropriate in a math class and not a chemistry class, but xpress math is correct on this solution.

Comment/Reply (w/o sign-up)

galexcd
Nice googling skills xpress. Interesting puzzle, more along the lines of guess and check than actual math.... Also fairly easy to make, here's one that I just made up so google searching the answer won't work on this one:

2071965266=1508

EDIT: sorry about not being clear on the rules... Same rules as the topic starter.

Comment/Reply (w/o sign-up)

Nabb
What are the rules? My javascript (I was doing a little javascript hacking (bookmarklets OWN) earlier so might as well use it) didn't churn out anything that worked. I took rules of the original post..

CODE
for(poc=1;poc<13;poc++){
for(ptc=poc+1;ptc<14;ptc++){
for(moc=0;moc<13;moc++){
if((moc!=poc)&&(moc!=ptc)){
for(mtc=moc+1;mtc<14;mtc++){
if((mtc!=poc)&&(mtc!=ptc)){
st="20719652661508"
if(mtc>ptc){
st=st.substring(0,mtc)+'-'+st.substring(mtc)
if(moc>ptc){
st=st.substring(0,moc)+'-'+st.substring(moc)
st=st.substring(0,ptc)+'+'+st.substring(ptc)
st=st.substring(0,poc)+'+'+st.substring(poc)
}else{
st=st.substring(0,ptc)+'+'+st.substring(ptc)
if(moc>poc){
st=st.substring(0,moc)+'-'+st.substring(moc)
st=st.substring(0,poc)+'+'+st.substring(poc)
}else{
st=st.substring(0,poc)+'+'+st.substring(poc)
st=st.substring(0,moc)+'-'+st.substring(moc)
}}}else{
st=st.substring(0,ptc)+'+'+st.substring(ptc)
if(mtc>poc){
st=st.substring(0,mtc)+'-'+st.substring(mtc)
if(moc>poc){
st=st.substring(0,moc)+'-'+st.substring(moc)
st=st.substring(0,poc)+'+'+st.substring(poc)
}else{
st=st.substring(0,poc)+'+'+st.substring(poc)
st=st.substring(0,moc)+'-'+st.substring(moc)
}}else{
st=st.substring(0,poc)+'+'+st.substring(poc)
st=st.substring(0,mtc)+'-'+st.substring(mtc)
st=st.substring(0,moc)+'-'+st.substring(moc)
}}
st=st.replace('66','66==');
st=st.replace('6+6','6+6==');
st=st.replace('6-6','6-6==');
//document.write(st+" = "+eval(st)+"<br>")
//eval(st) never equals 1508 :(
if(eval(st)){document.write(st+"<br>")}
}}}}}}


edit) and yes I know hardcoding things like this is bad D:.. I just typed 'first minus' and stuff and did a bunch of replace alls at the end tongue.gif

 

 

 


Comment/Reply (w/o sign-up)

xpress
QUOTE(galexcd @ Nov 22 2008, 07:23 AM) *
Nice googling skills xpress.

compliments? or criticism? unsure.gif

QUOTE
here's one that I just made up so google searching the answer won't work on this one:
2071965266=1508


OK. Here is the answer for your quesiton,

20*71-9+65+26+6=1508

Since you didn't mention any rules, I used multiplication and addition.... biggrin.gif
Hey why don't we start a new topic to improve and challenge our puzzle solving skills?

Comment/Reply (w/o sign-up)

anwiii
it was neither. it was obious sarcasm smile.gif also, your formula isn't just multiplication and addition. i was also under the assumption it would be the same rules as the previous post but for the life of me, i couldn't come up with the answer. seems it would be a simplier one than the original one since it's a larger # to =. i narrowed down a large percentage of the problem and i question the answer now under the same rules. nice job trying to figure out the current puzzle btw....even if multiplication isn't allowed, still a great effort!(that wasn't sarcasm btw smile.gif)

QUOTE(xpress @ Nov 22 2008, 02:47 AM) *
compliments? or criticism? unsure.gif
OK. Here is the answer for your quesiton,

20*71-9+65+26+6=1508

Since you didn't mention any rules, I used multiplication and addition.... biggrin.gif
Hey why don't we start a new topic to improve and challenge our puzzle solving skills?


Comment/Reply (w/o sign-up)

xpress
QUOTE(anwiii @ Nov 22 2008, 02:30 PM) *
it was neither. it was obious sarcasm smile.gif also, your formula isn't just multiplication and addition. i was also under the assumption it would be the same rules as the previous post but for the life of me, i couldn't come up with the answer. seems it would be a simplier one than the original one since it's a larger # to =. i narrowed down a large percentage of the problem and i question the answer now under the same rules. nice job trying to figure out the current puzzle btw....even if multiplication isn't allowed, still a great effort!(that wasn't sarcasm btw smile.gif)


Yeah..I know. biggrin.gif By the way....I too tried with the orignal rules (2 +'s and 2 -'s) but didn't find exact solution. So, I went to multiplication and found this one. Anyway I will try it with original rules and post here if I find the solution.
Just waiting for galexcd to tell us the exact rules. And Thanks for your compliment.... rolleyes.gif

Comment/Reply (w/o sign-up)

Nabb
Damnit alex, don't be so sneaky!

(the answer is available in the previous piece of JS which I edited! Test it yourself ;p)

Comment/Reply (w/o sign-up)

rpgsearcherz
These would be more fun without programs that give you the answer, sad.gif

Comment/Reply (w/o sign-up)

Latest Entries

anwiii
oooooof! i wasn't even thinking about putting a + or - after the = sign. my bad. could warn people before throwing those curve balls haha no wonder i never got the answer. next one.....no cheating


QUOTE(xpress @ Nov 23 2008, 02:56 AM) *
Then Nabb's script got the answer.. 207+196+5-266=150-8
Congrats Nabb.......... biggrin.gif hmmm....I failed. sad.gif


Comment/Reply (w/o sign-up)

asdftheking
Wow. I didn't have the patient to do the first riddle. I think the javascript idea is great but I'm having my doubts about whether it's exhaustive. (I only say doubts because I also haven't had the patience yet to take a good look at it!) It made me a little nervous, though, when it took about 30 secs before my firefox was functional after initializing the script! Kudos to all of you patient people who come up with real answers and/or programs to make them anyways!

Comment/Reply (w/o sign-up)

xpress
Then Nabb's script got the answer.. 207+196+5-266=150-8
Congrats Nabb.......... biggrin.gif hmmm....I failed. sad.gif

Comment/Reply (w/o sign-up)

galexcd
Sorry, I should have been more clear, the rules are the same for the original post, two +'s and two -'s, but here is a hint: operators can go on either side of the equation, not just the left side!

Comment/Reply (w/o sign-up)

harrison858
I find that script interesting. But just remember: knowing the answer won't get you anywhere.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : Puzzle33


    Looking for puzzle, d,

Searching Video's for puzzle, d,
See Also,
advertisement


Puzzle! :d`

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com