[MWForum]MIA, Ask an Expert Question
Jacques Mathil
mwforum@lists.mathcats.com
Sun, 30 May 2004 18:24:50 +0200
Look at this procedure, you will find the answer
to centered_polygon :number_sides :radius
make "alpha 360 / :number_sides
fd :radius
rt 90 + :alpha / 2
pd
make "side 2 * :radius * sin (:alpha / 2)
repeat :number_sides [fd :side rt :alpha]
left 90 + :alpha / 2
pu
bk :radius
end
(translated from a french version)
Jacques Mathil
Geneva, Switzerland
----- Original Message -----
From: "Ask an Expert - Question" <askanexpert@openworldlearning.org>
To: <mwforum@lists.mathcats.com>
Sent: Sunday, May 30, 2004 4:40 PM
Subject: [MWForum]MIA, Ask an Expert Question
> This is an automatic message sent from the web form at:
> http://mia.openworldlearning.org/howdoi.htm
>
> (This is not strictly a MW question but someone might want
> to answer it using MW)
>
> from: orangetow@yahoo.com
> date: Sun, 30 May 2004 7:54:02 -0600
>
> if an octagon's diagnals are 139.25 inches,how long is each of its 8 sides
>
>
> _______________________________________________
> MWForum mailing list
> MWForum@lists.mathcats.com
> http://lists.mathcats.com/mailman/listinfo/mwforum
> Attachments archived at:
> http://www.mathcats.com/mwforum/attachments.html
> To unsubscribe or for administrative questions contact
> mailto:mwforum-admin@lists.mathcats.com