equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- $Id$ --> |
|
3 <publiquiz version="1.0"> |
|
4 <quiz xml:id="choices_radio" xml:lang="fr"> |
|
5 <head> |
|
6 <title>Exercice QCM radio</title> |
|
7 </head> |
|
8 |
|
9 <instructions> |
|
10 <p>Quand on commande une « surprise » à Otorino le pizzaïolo, il choisit |
|
11 au hasard trois des ingrédients :</p> |
|
12 <list> |
|
13 <item>olives ou anchois ;</item> |
|
14 <item>poivrons ou artichaut ou champignons ;</item> |
|
15 <item>jambon ou coppa.</item> |
|
16 </list> |
|
17 <p>Quelle est la probabilité d'obtenir une pizza contenant des anchois |
|
18 et des poivrons ?</p> |
|
19 </instructions> |
|
20 |
|
21 <choices type="radio"> |
|
22 <wrong>½</wrong> |
|
23 <right>⅙</right> |
|
24 <wrong>⅓</wrong> |
|
25 </choices> |
|
26 |
|
27 <help> |
|
28 <p>Pour trouver le nombre de cas possibles, le plus simple est de faire |
|
29 un arbre.</p> |
|
30 </help> |
|
31 |
|
32 <commentary> |
|
33 <p>Pour trouver le nombre de cas possibles, le plus simple est de faire |
|
34 un arbre.</p> |
|
35 <p>Le nombre de cas favorables est 2.</p> |
|
36 <p>On en déduit la probabilité cherchée : 2/12 = 1/6</p> |
|
37 <link uri="proba01"/> |
|
38 </commentary> |
|
39 </quiz> |
|
40 </publiquiz> |
|