Codebusters B/C
-
- Member
- Posts: 33
- Joined: Thu Jun 10, 2021 9:46 am
- Division: B
- State: NY
- Pronouns: He/Him/His
- Has thanked: 1 time
- Been thanked: 2 times
Re: Codebusters B/C
I didn't take this test, but simply from the score distribution, there must have been about 2 very tough high-scoring problems (So that the 3 highest placements could be so far from the rest of the pack). Looking at the test, it must have been Questions 7 and 8, but it's more probable that the timed question made the difference. This is a great test nonetheless, a good mix of tough and easy!
- Aidan
- Aidan
Last edited by awesomeaidan123 on Sat Jan 01, 2022 12:24 pm, edited 1 time in total.
-
- Member
- Posts: 2
- Joined: Sun Jan 30, 2022 2:37 pm
- Division: C
- State: IN
- Has thanked: 0
- Been thanked: 0
Re: Codebusters B/C
After my team had taken the test at our last invitational, we saw that we were deducted points—in other words, we weren’t given points for a code we hadn’t fully completed before the timer rang. My question is do we not get partial points for a code that we half way completed? It was the Hill cipher by the way.
Also, any advice in solving patristocrat/aristocrat ciphers much faster?
Also, any advice in solving patristocrat/aristocrat ciphers much faster?
Last edited by gz839918 on Sun Jan 30, 2022 7:15 pm, edited 1 time in total.
Reason: combined posts
Reason: combined posts
-
- Member
- Posts: 33
- Joined: Thu Jun 10, 2021 9:46 am
- Division: B
- State: NY
- Pronouns: He/Him/His
- Has thanked: 1 time
- Been thanked: 2 times
Re: Codebusters B/C
I think that the grading of all questions follows this format:
After 2 mistakes, you will deduct 100 points for each following error.
For example, let's say the word happy is worth 300 points,
If you write "jazzy" that will be 3 mistakes therefore you subtract 100 points (3-2=1) and you will receive 200 points
In general, to receive credit for a question you must either fully solve it or, have a maximum of about 5 mistakes (depending on the worth of the problem)
And for your second question, it's just practice, there isn't much else you can do.
After 2 mistakes, you will deduct 100 points for each following error.
For example, let's say the word happy is worth 300 points,
If you write "jazzy" that will be 3 mistakes therefore you subtract 100 points (3-2=1) and you will receive 200 points
In general, to receive credit for a question you must either fully solve it or, have a maximum of about 5 mistakes (depending on the worth of the problem)
And for your second question, it's just practice, there isn't much else you can do.
-
- Member
- Posts: 1
- Joined: Sun Jan 16, 2022 11:08 am
- Division: B
- State: TX
- Pronouns: They/Them/Theirs
- Has thanked: 0
- Been thanked: 0
Re: Codebusters B/C
Is there any way to quickly do caesar ciphers? I'm trying to improve my " quick maths" skills but it's not very prominent now. Is there a trick that can help? Or is it just practice practice practice?
-
- Member
- Posts: 33
- Joined: Thu Jun 10, 2021 9:46 am
- Division: B
- State: NY
- Pronouns: He/Him/His
- Has thanked: 1 time
- Been thanked: 2 times
Re: Codebusters B/C
Are we allowed to rip up our tests?
It's a lot easier to split up the test if just rip pages out. We place them back in order at the end, but will we get points off for doing it?
It's a lot easier to split up the test if just rip pages out. We place them back in order at the end, but will we get points off for doing it?
-
- Exalted Member
- Posts: 387
- Joined: Sat Feb 10, 2018 8:51 pm
- Division: C
- State: CA
- Pronouns: He/Him/His
- Has thanked: 166 times
- Been thanked: 322 times
Re: Codebusters B/C
Iirc they're required to let youawesomeaidan123 wrote: ↑Thu Mar 03, 2022 12:20 pm Are we allowed to rip up our tests?
It's a lot easier to split up the test if just rip pages out. We place them back in order at the end, but will we get points off for doing it?
Cal 2026
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now
Umaroth's Userpage
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now
Umaroth's Userpage
Re: Codebusters B/C
Hello, I was working on RSA encryption/decryption, and in the practice tests, I found a problem but don't understand how the problem was set up and how they got the solution.
Here is the problem:
Megan, has faithfully followed the steps of the RSA key-generation algorithm. Here are the results:
p = 341
q = 623
n = 232481
Φ = 341271
e = 235663
Unfortunately, Megan doesn't know how to compute the value of d and needs you to do that final step for them.
Enter the computed value of d, NOT the formula.
The answer was 263119, but I don't understand how they did it. Also, Φ= (p-1)(q-1), but 340*622 is not 341271... so I'm just confused with this.
Can someone help? Thank you!
Here is the problem:
Megan, has faithfully followed the steps of the RSA key-generation algorithm. Here are the results:
p = 341
q = 623
n = 232481
Φ = 341271
e = 235663
Unfortunately, Megan doesn't know how to compute the value of d and needs you to do that final step for them.
Enter the computed value of d, NOT the formula.
The answer was 263119, but I don't understand how they did it. Also, Φ= (p-1)(q-1), but 340*622 is not 341271... so I'm just confused with this.
Can someone help? Thank you!
Last edited by adatta0517 on Sun Mar 06, 2022 11:55 am, edited 2 times in total.
-
- Exalted Member
- Posts: 387
- Joined: Sat Feb 10, 2018 8:51 pm
- Division: C
- State: CA
- Pronouns: He/Him/His
- Has thanked: 166 times
- Been thanked: 322 times
Re: Codebusters B/C
RSA is not a part of Codebusters this year btwadatta0517 wrote: ↑Sun Mar 06, 2022 11:55 am Hello, I was working on RSA encryption/decryption, and in the practice tests, I found a problem but don't understand how the problem was set up and how they got the solution.
Here is the problem:
Megan, has faithfully followed the steps of the RSA key-generation algorithm. Here are the results:
p = 341
q = 623
n = 232481
Φ = 341271
e = 235663
Unfortunately, Megan doesn't know how to compute the value of d and needs you to do that final step for them.
Enter the computed value of d, NOT the formula.
The answer was 263119, but I don't understand how they did it. Also, Φ= (p-1)(q-1), but 340*622 is not 341271... so I'm just confused with this.
Can someone help? Thank you!
Cal 2026
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now
Umaroth's Userpage
Troy SciOly 2021 Co-Captain
Proud Padre of the Evola SciOly Program 2018-now
Dank Memes Area Homeschool Juggernaut 2018-now
Sierra Vista SciOly Co-Head Coach 2020-now
Umaroth's Userpage
-
- Member
- Posts: 4
- Joined: Sun Feb 06, 2022 11:03 pm
- Division: B
- State: WA
- Pronouns: She/Her/Hers
- Has thanked: 0
- Been thanked: 0
Re: Codebusters B/C
Hello ! can we create codebusters test on scilympiad for practice ? The format for Sclympiad and Toebes is different hence I was wondering if there is a solution for it ?
Thank you
Thank you
-
- Member
- Posts: 47
- Joined: Sat Feb 17, 2018 7:19 am
- Division: Grad
- State: TX
- Pronouns: He/Him/His
- Has thanked: 17 times
- Been thanked: 45 times
Re: Codebusters B/C
Not that I believe so unless you're hosting that specific Scilympiad site, but I think practicing on Toebes is good enough. Toebes is still trying to implement it within Scilympiad but I'm not sure about the progress of it (was a bit of a tragedy both times it was attempted).redscience wrote: ↑Wed Mar 16, 2022 12:31 pm Hello ! can we create codebusters test on scilympiad for practice ? The format for Sclympiad and Toebes is different hence I was wondering if there is a solution for it ?
Thank you
University of Texas at Austin '23
Cypress Lakes High School '19
Chemistry Lab, Codebusters, Game On, Science Word, Towers, We've Got Your Number
Cypress Lakes High School '19
Chemistry Lab, Codebusters, Game On, Science Word, Towers, We've Got Your Number