WHAT IS THE SUM OF ALL POSSIBLE SEGMENTS FORMED BY JOINING 2 POINTS?(radius=1)

Geometry Level 2

12+6√3 11+3√6 -3√2 16+6√3 6+12√3

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

ANS: 6+3x2+6 root 2 . See 6 sides of length 1, three diagonals of length 2 and six diagonals of length root 3. Thus the answer will come.

Direct computation:

p = Table [ { cos ( θ ) , sin ( θ ) } , { θ , 0 , 5 π 3 , π 3 } ] p=\text{Table}\left[\{\cos (\theta ),\sin (\theta )\},\left\{\theta ,0,\frac{5 \pi }{3},\frac{\pi }{3}\right\}\right]

1 2 Total [ Flatten [ Table [ EuclideanDistance [ r , s ] , { r , p } , { s , p } ] ] ] 6 ( 3 + 2 ) \frac{1}{2} \text{Total}[\text{Flatten}[\text{Table}[\text{EuclideanDistance}[r,s],\{r,p\},\{s,p\}]]]\Rightarrow 6 \left(\sqrt{3}+2\right)

The reason for the division by 2 is that everything is included twice, including the zero length segments or a point to itself, which do not change the answer. Doing it this way simplified the loop coding.

Sorry Bro, Its incorrect. Its answer comes 6 ( root 2+2)

अंकित सुबेदी - 1 year, 9 months ago

I fail to understand why you are supplying an incorrect answer to correct my correct answer.

6 ( 3 + 2 ) 6(\sqrt{3}+2) is equal to 12 + 6 3 12+6\sqrt{3} , in value..

A Former Brilliant Member - 1 year, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...