Note: we could even write it as the axiom: +F+F+F+F+F
2. Try: with recursion
Recursions: 5
Angle : 72°
Axiom : A
Rule : A=+FA
this one is almost the same as above. if you write it out after the 5th recursion it results in: +A -> +FA -> +F+FA -> +F+F+FA -> +F+F+F+FA ->+F+F+F+F+FA
Note: the rule can also be written as: A=+AF or A=F+A , aswell substituting the + by a - .