ka April Highlights and 2025 AoPS Online Class Information
jlacosta0
Apr 2, 2025
Spring is in full swing and summer is right around the corner, what are your plans? At AoPS Online our schedule has new classes starting now through July, so be sure to keep your skills sharp and be prepared for the Fall school year! Check out the schedule of upcoming classes below.
WOOT early bird pricing is in effect, don’t miss out! If you took MathWOOT Level 2 last year, no worries, it is all new problems this year! Our Worldwide Online Olympiad Training program is for high school level competitors. AoPS designed these courses to help our top students get the deep focus they need to succeed in their specific competition goals. Check out the details at this link for all our WOOT programs in math, computer science, chemistry, and physics.
Looking for summer camps in math and language arts? Be sure to check out the video-based summer camps offered at the Virtual Campus that are 2- to 4-weeks in duration. There are middle and high school competition math camps as well as Math Beasts camps that review key topics coupled with fun explorations covering areas such as graph theory (Math Beasts Camp 6), cryptography (Math Beasts Camp 7-8), and topology (Math Beasts Camp 8-9)!
Prealgebra 1
Sunday, Apr 13 - Aug 10
Tuesday, May 13 - Aug 26
Thursday, May 29 - Sep 11
Sunday, Jun 15 - Oct 12
Monday, Jun 30 - Oct 20
Wednesday, Jul 16 - Oct 29
Introduction to Algebra A
Monday, Apr 7 - Jul 28
Sunday, May 11 - Sep 14 (1:00 - 2:30 pm ET/10:00 - 11:30 am PT)
Wednesday, May 14 - Aug 27
Friday, May 30 - Sep 26
Monday, Jun 2 - Sep 22
Sunday, Jun 15 - Oct 12
Thursday, Jun 26 - Oct 9
Tuesday, Jul 15 - Oct 28
Introduction to Counting & Probability
Wednesday, Apr 16 - Jul 2
Thursday, May 15 - Jul 31
Sunday, Jun 1 - Aug 24
Thursday, Jun 12 - Aug 28
Wednesday, Jul 9 - Sep 24
Sunday, Jul 27 - Oct 19
Introduction to Number Theory
Thursday, Apr 17 - Jul 3
Friday, May 9 - Aug 1
Wednesday, May 21 - Aug 6
Monday, Jun 9 - Aug 25
Sunday, Jun 15 - Sep 14
Tuesday, Jul 15 - Sep 30
Introduction to Algebra B
Wednesday, Apr 16 - Jul 30
Tuesday, May 6 - Aug 19
Wednesday, Jun 4 - Sep 17
Sunday, Jun 22 - Oct 19
Friday, Jul 18 - Nov 14
Introduction to Geometry
Wednesday, Apr 23 - Oct 1
Sunday, May 11 - Nov 9
Tuesday, May 20 - Oct 28
Monday, Jun 16 - Dec 8
Friday, Jun 20 - Jan 9
Sunday, Jun 29 - Jan 11
Monday, Jul 14 - Jan 19
Intermediate: Grades 8-12
Intermediate Algebra
Monday, Apr 21 - Oct 13
Sunday, Jun 1 - Nov 23
Tuesday, Jun 10 - Nov 18
Wednesday, Jun 25 - Dec 10
Sunday, Jul 13 - Jan 18
Thursday, Jul 24 - Jan 22
MATHCOUNTS/AMC 8 Basics
Wednesday, Apr 16 - Jul 2
Friday, May 23 - Aug 15
Monday, Jun 2 - Aug 18
Thursday, Jun 12 - Aug 28
Sunday, Jun 22 - Sep 21
Tues & Thurs, Jul 8 - Aug 14 (meets twice a week!)
MATHCOUNTS/AMC 8 Advanced
Friday, Apr 11 - Jun 27
Sunday, May 11 - Aug 10
Tuesday, May 27 - Aug 12
Wednesday, Jun 11 - Aug 27
Sunday, Jun 22 - Sep 21
Tues & Thurs, Jul 8 - Aug 14 (meets twice a week!)
AMC 10 Problem Series
Friday, May 9 - Aug 1
Sunday, Jun 1 - Aug 24
Thursday, Jun 12 - Aug 28
Tuesday, Jun 17 - Sep 2
Sunday, Jun 22 - Sep 21 (1:00 - 2:30 pm ET/10:00 - 11:30 am PT)
Monday, Jun 23 - Sep 15
Tues & Thurs, Jul 8 - Aug 14 (meets twice a week!)
AMC 10 Final Fives
Sunday, May 11 - Jun 8
Tuesday, May 27 - Jun 17
Monday, Jun 30 - Jul 21
AMC 12 Problem Series
Tuesday, May 27 - Aug 12
Thursday, Jun 12 - Aug 28
Sunday, Jun 22 - Sep 21
Wednesday, Aug 6 - Oct 22
Introduction to Programming with Python
Thursday, May 22 - Aug 7
Sunday, Jun 15 - Sep 14 (1:00 - 2:30 pm ET/10:00 - 11:30 am PT)
Tuesday, Jun 17 - Sep 2
Monday, Jun 30 - Sep 22
What is the likelihood the last card left in the deck is black?
BEHZOD_UZ1
N29 minutes ago
by sami1618
Source: Yandex Uzbekistan Coding and Math Contest 2025
You have a deck of cards containing black and red cards. You pull out cards, one after another, and check their colour. If both cards are the same colour, then a black card is added to the deck. However, if the cards are of different colours, then a red card is used to replace them. Once the cards are taken out of the deck, they are not returned to the deck, and thus the number of cards keeps reducing. What is the likelihood the last card left in the deck is black?
It builds human-readable logic paths by recursively tracing contradictions, repairing structure, and collapsing ambiguity — not by invoking any external symbolic solver.
These results were produced by a recursive symbolic cognition framework called AGI-Origin, designed to simulate semi-AGI through contradiction collapse, symbolic feedback, and recursion-based error repair.
These were solved without using any symbolic computation engine or solver.
Instead, the solutions were derived using a recursive symbolic framework called AGI-Origin, based on:
- Contradiction collapse
- Self-correcting recursion
- Symbolic anchoring and logical repair
Full PDF: [Upload to Dropbox/Google Drive/Notion or arXiv link when ready]
This effort surpasses AlphaGeometry’s previous 25/30 mark by covering:
- Algebra
- Combinatorics
- Geometry
- Functional Equations
Each solution follows a rigorous logical path and is written in fully human-readable format — no machine code or symbolic solvers were used.
I would greatly appreciate any feedback on the solution structure, logic clarity, or symbolic methodology.
we know that if where , then it has an even tens digit because the remainder will not effect the tens digit if it is less than 10, and if it is in mod 20, then any number times 20 has an even tens digit
note that 3 and 20 are relatively prime, so using euler's extention of FLT, (note that )
so
so we only need to go through m=0,1,2,3,4,5,6, and 7, and show that the remainders are all less than 10, then all the other powers are also proven
thus every remainder for a power of is 1,3,7, or 9
so the tens digit must be even because any number mod 20 where the remainder is less than 10 will have an even tens digit
It can be written in the form:-
It can easily be shown that if it is 1, then it is 1 mod 4, if it is 3 then it is 3 mod 4, if it is 7 it is 3 mod 4 and if it is 9 then it is 1 mod 4.
(We know that
so,
,so on and similarly the others.
Observe that 3^3=27...
Now after this unit's place of 3^n can be 1,3,9,7,....the cycle repeats, observe each leaves a rem of 0 or 2, which when added to 2 makes it even, thus proved.
We are going to look at 3^k mod 20. It repeats 3,9,7,1. Hence result.
Could you please elaborate.
I think Singular is referring to the fact that when each of those numbers is multiplied by 3, their tens digit is a 2. Hence the sum of the tens digits must be even is what he is arguing we can infer from that....not entirely sure if that's a rigorous argument.
we know that if where , then it has an even tens digit because the remainder will not effect the tens digit if it is less than 10, and if it is in mod 20, then any number times 20 has an even tens digit
note that 3 and 20 are relatively prime, so using euler's extention of FLT, (note that )
so
so we only need to go through m=0,1,2,3,4,5,6, and 7, and show that the remainders are all less than 10, then all the other powers are also proven
thus every remainder for a power of is 1,3,7, or 9
so the tens digit must be even because any number mod 20 where the remainder is less than 10 will have an even tens digit
Prove that the ten's digit of any power of 3 is even.
Solution: Suppose that the power of is . We'll do a quick induction on . First check that ,,, and
Suppose, for some , has an even ten's digit, say . So:
1) If the unit's digit of is 1, then ten's digit of
2) If the unit's digit of is 3, then ten's digit of
3) If the unit's digit of is 7, then ten's digit of
4) If the unit's digit of is 9, then ten's digit of
(Where, ). Hence, our Induction is complete and all powers of have an even ten's digit!
Really sorry to bump this trivial problem but I thought this approach was nice. there exists such that so hence ( is the floor function).Note that is the number formed by removing the last digit of and moreover this is even.The result follows
This post has been edited 3 times. Last edited by leibnitz, Mar 19, 2020, 12:11 PM
Whoops, I fell asleep while solving this. Here's the solution:
Notice that the last digit of every number in the form (where is a non-negative integer) goes in the pattern: .
The last digit will be when , the last digit will be when , the last digit will be when and the last digit will be when . We can separate this problem into 4 different cases.
Case 1: The last digit of is - This means that . can be written as where is a non-negative integer. So, . We want the ten's digit to be even, so: This is clearly true as . So we have proved our statement for the first case.
Case 2: The last digit of is - This means that . can be written as and we can proceed to do the same thing as Case 1 to get that which is true.
Case 3: The last digit of is - This means that . can be written as and we can proceed to do the same thing as Case 1 to get that which is also true.
Case 4: The last digit of is - This means that . can be written as and we can proceed to do the same thing as Case 1 to get that which is true as and .
We try induction.
Base case: ,
Trivial.
Now let's assume it works for . Proof for .
The ten's digit of is even, so multiplying it with will also result to an even number. So the rest of the role is played by the units digit. Observe the only possible units digits are . Multiplying them respectively yields . They too add an even number to the tenth position.As two even numbers add up to an even number, the resultant ten's digit is again even. Hence proved.
This post has been edited 1 time. Last edited by SomeonecoolLovesMaths, Sep 16, 2024, 6:25 PM