input constantes;
input geometriepoint;
beginfig(1);
affixe.F(u*(1,1))so;
affixe.G(u*(8.5,1))se;
affixe.E(cercle(F,6cm) intersectionpoint cercle(G,2cm))n;
draw triangle(E,F,G);
cotation(F,E,2mm,2mm,btex $6\,cm$ etex);
cotation(E,G,2mm,2mm,btex $2\,cm$ etex);
cotation(F,G,-2mm,-2mm,btex $7,5\,cm$ etex);
endfig;
end