A special National Cipher Challenge for extraordinary times › Forums › Bureau of Security and Signals Intelligence Forum › Ciphers and Puzzles from Competitors
- This topic has 267 replies, 11 voices, and was last updated 4 years, 3 months ago by 10degrees-admin.
-
AuthorPosts
-
20th June 2020 at 2:25 pm #4924810degrees-adminKeymaster
NT3 – 25265650
20th June 2020 at 4:28 pm #49254Inactive@Kford-academy NT3 – 25265650 incorrect.
21st June 2020 at 4:44 pm #4925710degrees-adminKeymasterNT3 – let’s try again! 25164150
23rd June 2020 at 5:24 pm #49281Inactive@Kford-academy NT3 – 25164150 correct (how did you manage to go wrong? Don’t answer.)
One more to do, NT 1. Unless someone else beats you to it. (rating *)
These are still pending an answer by anyone:
TLW A Number To Find__Block 13 #49100 (rating **)
TLW A comPLEXmatrix___Block 13 #49104 (rating ***)23rd June 2020 at 5:29 pm #4929610degrees-adminKeymasterNT1 – 906609. Is the result of 993*913.
23rd June 2020 at 5:29 pm #49297InactiveWell done Kford academy that is correct but can you do the same for the first 1000
23rd June 2020 at 10:27 pm #49309Inactive@Kford-academy NT1 – 906609. Is the result of 993*913. Correct.
23rd June 2020 at 11:21 pm #49311Inactive@TLW i created a program in 5 minutes to solve NT3 here it is:
def sum_square_difference(n):
numbers = range(1, n+1)
sum_squares = sum(i**2 for i in numbers)
square_sum = sum(numbers)**2
return square_sum – sum_squaresprint(sum_square_difference(100))
The value at the bottom is changeable to however many numbers you want to go on for.
24th June 2020 at 10:27 am #49318Inactive@Kford-academy NT1 – 906609. Is the result of 993*913. Correct
@Sankaya Thank you for your little python script.
It can be found by the following mathematical calculation:
(((100*101)/2)^2)-((2*100+1)*(100+1)*100/6) = 25164150In pyhton it would be:
answer=(((100*101)/2)**2)-((2*100+1)*(100+1)*100/6)
print(answer)In python setting r1 to range required (here 1000):
r1=1000
r2=r1+1
answer=(((r1*r2)/2)**2)-((2*r1+1)*(r1+1)*r1/6)
print(answer)250166416500.0
I use the free math package PARI-gp for most of my number theory workings…
\\By program to allow for variable range:
range=100;zum=range*(range+1)/2;zumsq=(2*range+1)*(range+1)*range/6;print(zum^2-zumsq);\\Program by iteration method:
p=q=0;for(n=1,100,p+=n^2;q+=n);print(q^2-p);26th June 2020 at 10:35 am #4936610degrees-adminKeymasterKA-8 – The Countdown Conundrum
With the numbers 5, 6, 7, 8, 9 and 10, how many three-digit numbers can you make? Note that you can only use the standard four operations (use the symbols + (add), – (minus), * (multiply) and / (divide)), and you can only use each number once. But you do not have to use all of the numbers! To get some sort of idea for what you have to do, I have completed the numbers 100 to 124 for you. And I am going to compile an answers list for when I release ‘The KA Answers – KA-8’! (That will be in parts, for compactness in the forum.)
100=6*(9+8)-7+5
101=6*(10+7)-9+8
102=6*(10+7)
103=6*(10+7)+9-8
104=6*(9+8)+7-5
105=6*(10+7)+8-5
106=6*(10+7)+9-5
107=6*(9+8)+10-5
108=6*(10+8)
109=6*(9+8)+7
110=6*(10+7)+8
111=6*(10+7)+9
112=6*(9+8)+10
113=6*(10+9)-8+7
114=6*(10+9)
115=6*(10+7)+5+8
116=6*(10+7)+5+9
117=6*(9+8)+5+10
118=10*(5+7)-8+6
119=10*(5+7)-9+8
120=10*(5+7)
121=10*(5+7)+9-8
122=10*(5+7)+8-6
123=10*(5+7)+9-6
124=7*(9+8)+5Enjoy adding to this list!
26th June 2020 at 11:04 am #49361InactiveTLW A Number To Find
N = 12
Solution: For each square
AA==BB
==EE==
CC==DDthe solution is given by
EE = ((CC * BB) – DD) / AA
26th June 2020 at 11:27 am #4937210degrees-adminKeymaster@Sankaya, the result for NT3 for the first 1000 numbers is 250166416500.
26th June 2020 at 2:00 pm #4938110degrees-adminKeymasterThe KA Answers – KA-6 (Ridiculous Questions)
1. Neither. If you and your partner had eleven clubs, the other two players would have two clubs.
2. The frog is deaf.
3. I can find four answers at least: One – Drop the thermometer from the top of the building and time how long it takes to reach the bottom (maybe when it smashes), before using the formula x=gt^2/2 (if you neglect air resistance, of course – the formula including air resistance is roughly x=(gt^2/2)-gt). Two – Measure the ratio of the thermometer’s height to the length of its shadow, then measure the length of the building’s shadow and use that to work out its height. Three – Find the superintendent and ask him to give you the height of the building in exchange for the thermometer. Four – Find the local DIY shop and ask the shopkeeper to exchange a tapemeasure (of quite a long length) for the thermometer, and then use the tapemeasure to measure the building’s height.26th June 2020 at 2:27 pm #49383Inactive@Kford-academy Well done thank you for that, did you by chance use my program?
26th June 2020 at 3:57 pm #49387Inactive@Kford-academy,
125 = (5+8)*10-6
126 = (10+8)*7
127 = (10+9)*7-6
128 = (10+9)*7-5
129 = (6+7)*10-9+8
130 = (6+7)*10
131 = (10+9)*7-8+6
132 = (10+9)*7-6+5
133 = (10+9)*7
134 = (10+9)*7+6-5
135 = (10+9)*7+8-6
136 = (10+9)*7+8-5
138 = (5+6+9)*7-10+8
139 = (10+7)*8+9-6
140 = (6+8)*10
141 = (10+7)*8+5
142 = (9*8)-(7-6)*(10/5)
143 = 9*(6+10)-8+7
144 = 9*(6+10)
145 = 9*(6+10)-7+8
146 = (9*8)-(6-7)*(10/5)
147 = 10*(7+8)-9+6
148 = 10*(6+9)-7+5
149 = 10*(6+9)-8+7
150 = 10*(8+7) -
AuthorPosts
- You must be logged in to reply to this topic.