input geometriesyr16; figure(0,0,15u,10u); pair A,B,C; A=u*(1,1); B-A=u*(0,8); C-iso(A,B)=u*(13,0); drawdblarrow A--B; drawarrow iso(A,B)--C; label.rt(btex Effectif des gar\c cons etex,B); label.rt(btex Effectif des filles etex,A); label.llft(btex Temps en minutes etex,C); fin; figureespace(-10u,-10u,10u,10u); Initialisation(5,30,20,500); color A,B,C,D,H,S,A',B',C',D'; A=(1/2,-1/2,0); B=(1/2,1/2,0); C=(-1/2,1/2,0); D=(-1/2,-1/2,0); H=1/2[A,C]; S=(0,0,1.5); A'=3.25/13[S,A]; B'=3.25/13[S,B]; C'=3.25/13[S,C]; D'=3.25/13[S,D]; trace polygone(S,A,B,C); trace segment(S,B); trace chemin(A',B',C'); trace chemin(C',D',A') dashed evenly; trace chemin(H,S,D,A,C,D,B) dashed evenly; nomme.top(S); nomme.lft(A); nomme.lrt(B); nomme.rt(C); nomme.bot(D); nomme.lft(A'); nomme.lrt(B'); nomme.rt(C'); nomme.ulft(D'); nomme.bot(H); finespace; end