Qbasicnews.com
Number relation puzzle - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: Number relation puzzle (/thread-8897.html)



Number relation puzzle - Zack - 02-17-2006

Take these three number sets.
Code:
Set #1:
087   010   008   053   723
Code:
Set #2:
079   017   009   040   824
Code:
Set #3:
094   071   006   010   980
Each number in each set has a distinctive name. The first number in each set is number A, the second is number B, and then C, D and finally E.
The challenge: write an equation that relates A, B, C and D, and holds true for all three sets.
Express the equation with A as the INDEPENDANT variable (alone on the left side).
E.g. A=((E*D)-B)^C (not actual equation!)
You can write a program in FB or QB to do it (which would be hard), or just solve it on paper.
The winner is the person who gets it first. If nobody gets it in a few days, I'll post more sets to work with for the process of deduction.
Good luck!


Number relation puzzle - Agamemnus - 02-18-2006

A = (E+D)/C - B

It took me approximately 15 minutes. The way I solved it is looking for constraints and odd/even combinations..

....OWN3D!


Number relation puzzle - Zack - 02-19-2006

Good job, Aga!


Number relation puzzle - Agamemnus - 02-21-2006

Give me my reward then. :evil: :evil: :evil:
Or another puzzle.


Number relation puzzle - Anonymous - 02-21-2006

:rotfl:


Number relation puzzle - Zack - 02-21-2006

OK, I'll work on another puzzle. Just be patient, little boy.