Subversion Repositories wimsdev

Rev

Rev 6509 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6509 Rev 6510
Line 9... Line 9...
9
 
9
 
10
\statement{On a fait un test sur \n échantillons de sang dont \x contenaient 
10
\statement{On a fait un test sur \n échantillons de sang dont \x contenaient 
11
une substance interdite X. Le test s'est révélé positif pour \xp échantillon(s) 
11
une substance interdite X. Le test s'est révélé positif pour \xp échantillon(s) 
12
contenant la substance X et le test s'est révélé négatif pour \ym échantillon(s) 
12
contenant la substance X et le test s'est révélé négatif pour \ym échantillon(s) 
13
ne contenant pas la substance X. Compléter le tableau des effectifs :
13
ne contenant pas la substance X. Compléter le tableau des effectifs :
14
<table align="center" border=1 width="30%" bgcolor="antiquewhite">
14
<table class="wimscenter wimsborder">
15
   <tr align="center">
15
   <tr>
16
     <td></td><th>Avec X</th>
16
     <td></td><th>Avec X</th>
17
     <th>Sans X</th>
17
     <th>Sans X</th>
18
   </tr>
18
   </tr>
19
   <tr align="center">
19
   <tr>
20
     <th>Test positif</th>
20
     <th>Test positif</th>
21
     <td>\embed{reply1,5}</td>
21
     <td>\embed{reply1,5}</td>
22
     <td>\embed{reply2,5}</td>
22
     <td>\embed{reply2,5}</td>
23
   </tr> 
23
   </tr> 
24
   <tr align="center">
24
   <tr>
25
     <th>Test négatif</th>
25
     <th>Test négatif</th>
26
     <td>\embed{reply3,5}</td>
26
     <td>\embed{reply3,5}</td>
27
     <td>\embed{reply4,5}</td>
27
     <td>\embed{reply4,5}</td>
28
   </tr> 
28
   </tr> 
29
 </table>
29
 </table>