You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-12-02-BESIDE-THE-POINT.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: post
3
3
title: "Jane Street Puzzle: Beside the Point"
4
4
subtitle: "Presenting my solution to the Beside the Point puzzle"
5
-
date: 2024-11-11 09:36:00
5
+
date: 2024-12-02 09:36:00
6
6
author: "Krystian Wojcicki"
7
7
header-img: "img/posts/jekyll-bg.jpg"
8
8
comments: true
@@ -92,9 +92,9 @@ x ^ 2 + y^2 = x_1^2 + y^2 \\
92
92
x^2 + y^2 -2x = x_1^2 +y_1^2 - 2x_1
93
93
$$
94
94
95
-

95
+

96
96
97
-
The above clip visually shows how the two circles defined above encompass the entire valid area for the red point.
97
+
The above clip visually shows how the two circles defined above encompass the entire valid area for the red point. You can play with the demo yourself [here](https://www.desmos.com/calculator/nluntf7z6c).
98
98
99
99
The intersection of these two circles needs to be removed (formulas taken from [here](https://web.archive.org/web/20180422082904/http://mathforum.org/library/drmath/view/54785.html))
0 commit comments