Saturday, 10 June 2017

Puzzle - Given 10 points in Space, create a Closed Figure with 4 points in each Line

I recently stumbled upon a problem in which we need to create a  Closed Figure from 10 points in Space with constraint that we must include 4 points in any Line we use to create the figure.
Think about the solution before Reading the solution

Solution :
Create a Star Like below which satisfies the requirement with Yellow dots representing points used

                         


Please comment if you have any other solution for this