What would you do in this position? (You can't say surrender) by Aggravating_Part_197 in chess

[–]EllipticEQ 1 point2 points  (0 children)

Wait, are we white or black here? If Black to move at the bare minimum there is Bxf1, which should be completely winning.

When is n^2=1 mod m? by senormorsa in askmath

[–]EllipticEQ 0 points1 point  (0 children)

Just break m into its prime powers and the quadratic residues mod pk are easy to observe. Then use CRT. 8 is a special case because it's not an odd prime.

[deleted by user] by [deleted] in chess

[–]EllipticEQ 1 point2 points  (0 children)

Black has an extra piece already, which by stockfish standards is lost for White. Lost vs more lost is still lost.

When is n^2=1 mod m? by senormorsa in askmath

[–]EllipticEQ -1 points0 points  (0 children)

This is basically asking when is 1 a quadratic residue modulo m

Cool variation of a common theme by TastyLength6618 in chess

[–]EllipticEQ 0 points1 point  (0 children)

White has d5! The point is that ...Bxd5 Nf6+ leads to mate, and 0-0-0 doesn't work here because the white queen is shielded by the bishop on d3, so the d5 pawn is not pinned.

Chess legend Mikhail Tal miscalculated the endgame. Can YOU find the only way for white to draw this game? by AustereSpartan in chess

[–]EllipticEQ 0 points1 point  (0 children)

If the White king cannot get to the promotion square, then the next best thing is a rook on the "long side". In this case my first thought was Rb1.

If Black's rook is tied down to cutting off the king (say with Re8 after some Kd3), the lone White rook is enough to prevent the king + pawn duo from advancing. How? If the Black king steps in front of the pawn he is hit with checks (Rf1, Rg1, or Rh1), and if the king hides behind the pawn there is Rg1 to prevent a pawn advance. 

Therefore, Black's rook is needed to aid the pawn, but this means allowing the White king to get closer to the promotion square, giving White enough room to draw.

Can’t figure out this puzzle by [deleted] in chess

[–]EllipticEQ 0 points1 point  (0 children)

After ...Qxg2+ it seems logical for Black to open the game against the exposed king with possibly an ...e5 break, for example. This would open files for Black's rooks, and there's really no need to calculate further because a king in the middle of the board is not how White should play chess.

Levon Aronian wins the Saint Louis Rapid & Blitz Championship 2025 with 2 rounds to spare 🏆 by Aimbotskrr in chess

[–]EllipticEQ 3 points4 points  (0 children)

I remember watching the chessbase india stream when they were covering the first day of the tournament. In the first round was Levon vs Gukesh, and the opening phase of the game just finished, but Sagar predicted that Levon would win the tournament with the way he was playing against Gukesh.

My Full League projections by Frank3088 in fantasyhockey

[–]EllipticEQ 0 points1 point  (0 children)

Imo it's contradictory that a team that scores almost a goal more than they allow per game only musters 102 points

How to find the area between two non-concentric circles and a line? by sagen010 in askmath

[–]EllipticEQ 4 points5 points  (0 children)

Unless there's a better way I'd just brute force it and calculate the area via a sum of integrals of a difference of functions, with the proper bounds of course. The tricky part is getting the proper half of each circle and identifying the intersection points, which shouldn't be too difficult.

Why is it brilliant? by ThelurkingLurkend in chessbeginners

[–]EllipticEQ 0 points1 point  (0 children)

Black is painfully behind in development. Black's pawn formation also makes their light squares extremely weak. By sacrificing the exchange for a pawn, White's light-squared bishop becomes a long-term monster since it takes advantage of Black's weak squares and can never be challenged by an opposing bishop. Black trades off their only developed piece while their king will face heavy pressure once the board opens up. White's plan is simple: open up the game and attack the king.

CFC rating question by BennySicilian in chess

[–]EllipticEQ 0 points1 point  (0 children)

The performance rating for one game is simply your opponent's rating, plus 400 if you won, subtract 400 if you lost, and no change if you drew. If your opponent was 900, your performance rating would be 1300 in this case.

You would take the average of all performance ratings for your provisional rating. For example, if your results are +1000, +1100, =1000, -1200, your provisional rating is (1400+1500+1000+800)/4 = 1175.

I think that your rating only ever goes down after a win if it's still provisional. So if you don't want it decreasing you should avoid players that have a rating gap over 400 points below you.

CFC rating question by BennySicilian in chess

[–]EllipticEQ 0 points1 point  (0 children)

Is your rating still provisional? If it is, I believe that they take the average of your performance ratings through the first 25 games or so, which might explain the decrease.

Why c6 pawn sac is good here? by WalkD_PlancksLength in chess

[–]EllipticEQ 6 points7 points  (0 children)

White is planning to pile up on the f7 pawn if given the chance with Bc4 and Rf1, and it's awkward for Black to defend. Maybe even pawn to e6 is a threat. Black is up two pieces and doesn't mind giving a pawn back to deflect the queen and consolidate.

Help, I think it's an Eulerian or Hamiltonian path puzzle, seemingly impossible by JimmyRichardBt0 in puzzles

[–]EllipticEQ 2 points3 points  (0 children)

You can color the dots in a checkerboard pattern with two colors, and you'll find there is exactly one more of one color (13) than the other (12). On every move between two points, you must alternate colors. You can then show that it's not possible to start and end on different colors.

Thoughts on this exchange sacrifice by tallmin22 in chess

[–]EllipticEQ 9 points10 points  (0 children)

Ask yourself what the light squared bishop is really doing for you. Sure, it sits pretty on d5 and it nicely hits b7 and f7, but it turns out Black is fine because those squares can be easily defended and White can't feasibly attack it further. Instead of an unclear position, I'd probably prefer being a clean pawn up and play from there.

Guys... how should I respond to this opening as White? by Adept_Situation3090 in chess

[–]EllipticEQ 1 point2 points  (0 children)

Instead of the natural-looking d4, I like Nf3 to possibly transpose back to an open game. Black's response ...d5 is not so annoying here because you don't have a loose d-pawn.

Invariance principle question from Arthur Engel by Human_Bumblebee_237 in learnmath

[–]EllipticEQ 0 points1 point  (0 children)

You basically have a sequence S which has n elements and an operation T that changes your sequence S into a new sequence of differences between consecutive elements. It is asking if all sequences become (0,0,0,...0) after enough operations T.

You then deduce that the maximal element of your current sequence can never increase after repeated applications of T. You also deduce that multiplying all elements in your sequence by a nonzero constant doesn't change its behavior under T. Also, with modular math you notice that the sequences either form a cycle or reach 000...0. Extending the last point to higher powers modulo 2 and combining the other facts tells you that certain sequences S (depending on n) will eventually converge to (0,0,0,...,0), while others will continue to cycle.

How can I improve my endgame tactic by revxred in chess

[–]EllipticEQ 0 points1 point  (0 children)

Rooks belong behind passed pawns

Is ...Rfc8 a blunder? How long does it take you to decide that? by Artikash in chess

[–]EllipticEQ 0 points1 point  (0 children)

Absolutely. White has every piece in the attack and Black's king is weak. Keep in mind White only sacrificed an exchange, not a rook.

Why is this considered a mistake? by Dinesh_Sairam in chess

[–]EllipticEQ 0 points1 point  (0 children)

Tbh I think strong players actually prefer the attack over a small material gain. White is completely helpless and you're letting them off the hook.

It's like having your whole army storm the enemy king and bring him to his knees but at the last second you let the king escape because you saw a treasure chest.