Intersecting Circles
If we draw pairs of circles of the same sizes centered at two distinct points and mark where each pair of circles intersects, we’d trace out a straight line.
If we draw pairs of circles of the same sizes centered at two distinct points and mark where each pair of circles intersects, we’d trace out a straight line.
Which digit can we remove from an n-digit number such that all that are divisible by the resulting number would end in 0s?
Let’s arrange all 3 digit binary codes in a list starting with 000 such that each code differs from its previous code by only 1 digit.
Here are 4 connected lights (where flipping one switch on a light will change the state of itself and its neighbours) in a circle, initially all off.
Flipping the switch of one light in this chain of connected lights will change the state (on O or off X) of the corresponding light (highlighted) and its immediate neighbours.
If we randomly select 3 vertices of a regular hexagon to form a triangle, what are the respective probabilities that the center of the hexagon is i) inside, ii) outside, iii) on the edge of the triangle?
A Lucas Sequence is made from two starting terms and a recursive formula for the next term using the two previous ones.
Let’s consider the 3D version of regular planar angles, called solid angles. If an angle can be thought of as a portion of a full circle, then a solid angle is a portion of a full sphere.
Consider expanding this expression: f(x) = (ax+b)(cx+d).
Problem of the Week #77: Monday January 20th, 2025As before, these problems are the results of me following my curiosity, and I make no promises regarding the topics, difficulty, solvability…