Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #467: Estimate Pi in Designer Desktop

DylanBell
10 - Fireball

A fun challenge! I got very confused on how to do the estimation of pi, turns out I just skimmed over that part too quickly haha


Bulien
BransonJamesFarley
8 - Asteroid

The more you know!

 

Spoiler
Challenge 467.png

alexnajm
19 - Altair
19 - Altair

Done!

Spoiler
Challenge 467.png
Bobbyt23
13 - Pulsar

Great challenge, glad there were hints for the calculations, felt like I was back at school with those details!

 

Spoiler
image.png
EdenTP
8 - Asteroid
Spoiler
image.png
Pilsner
13 - Pulsar

Another thought provoking challenge. I've included both my solution on the original data as well as my solution on 1,000,000 randomly generated points. 

Spoiler
In my initial attempt I thought appending the two lists would provide a larger data set and therefore a more accurate estimate of pi. Upon further consideration I believe this removes an element of randomness as it repeats the values from a set list instead of creating truly random coordinates, effectively causing over sampling. Despite this I have kept both my initial response and actual solution in my workflow below.

467.png

balajilolla2
10 - Fireball
Spoiler
Solution Attached

Screenshot 2025-03-10 112457.png
Hub119
11 - Bolide
11 - Bolide

Solution attached.

Spoiler
C467.png
ggruccio
ACE Emeritus
ACE Emeritus

Thought provoking!  3/14 is pi day and today is Mario Day (Mar10)!

 

Spoiler
Screenshot 2025-03-10 151511.png
MadYX
8 - Asteroid

I was intimidated by this one but went ahead and took a shot. i learned a few things. i'm looking forward to see what others have done.