For any regular polygon, where 'n' is the number of sides, each interior angle is [(180n - 360)/n], or rearranging to deal with smaller quantities, [180-360/n]. So for n=8 you get 180-45 = 135.
Number of interior angles in an octagon = 8
Therefore, each interior angle is 135.
Draw a circle, then two diameters at right angles (a cross centered in the circle). That gives you four vertices on the circle (one at the end of each diameter). Now bisect each of the cross angles with two more diameters.
Now you have cut the circle into 8 equal sections like a pie. Connect the ends of each section and you have an octagon.
first you draw a circle, divide it into 4
Compass compass compass
with your hands
40
draw it out it helps
first you draw a circle, divide it into 4
you just draw lines
You can draw a circle in assembly program by using a compass-like tool. Secure the tip of the compass and then rotate the compass tool so that it completes the circle.
first draw a ray .
measuring using a compass n protector
Geometric figures can be drawn using a compass and a straight edge. This is commonly known as ruler and compass construction.
Check on youtube!
True newtest3
use an arc tool
An octagon is an eight-sided pentagon where all sides are equal length and all angles are equal. To draw an octagon in Logo, you move forward the length of a side and then turn 45 degrees, repeating 8 times (8x45=360). The following will therefore draw an octagon with a side length of 100 pixels: repeat 8 [fd 100 rt 45]
True newtest3
In conjunction with a straight edge and a protractor