Difference between revisions of "User:Prism melody"

(Created page with "Greetings, visitor. This is Prism Melody, a beginner wiki-editor. The page is rather barren, but please enjoy this construction of an equiangular hexgon, from 2018 AIME I Pr...")
 
Line 2: Line 2:
 
This is Prism Melody, a beginner wiki-editor.  
 
This is Prism Melody, a beginner wiki-editor.  
  
The page is rather barren, but please enjoy this construction of an equiangular hexgon, from 2018 AIME I Problem 8.
+
The page is rather barren, but please enjoy this construction of a regular hexgon.
 +
 
 +
 
 +
<asy>
 +
import geometry;
 +
unitsize(2cm);
 +
pair O,R,M;
 +
 
 +
O = (0,0);
 +
dot(O);
 +
label("$O$",O,SW);
 +
 
 +
</asy>

Revision as of 04:22, 5 February 2022

Greetings, visitor. This is Prism Melody, a beginner wiki-editor.

The page is rather barren, but please enjoy this construction of a regular hexgon.


[asy] import geometry; unitsize(2cm); pair O,R,M;  O = (0,0); dot(O); label("$O$",O,SW);  [/asy]