OEF Exercise - Composition d'un atome (2)

Composition d'un atome (2)
GNU GPL
Chemistry
  • H4
électron, neutron, nucléon, proton, atome

Cet exercice a pour but de rechercher un atome parmi une liste proposée en fonction de la composition donnée

\title{composition d'un atome(2)}
\language{fr}
\range{-5..5}
\author{Markey Benoit}
\email{benoit.markey@nomade.fr}
\computeanswer{no}
\format{html}
\precision{10000}

\comment{atomes: X,nom,A,Z,K,L,M,masse molaire, charge de l'ion}
\matrix{atomes=H,hydrogéne,1,1,1,0,0,1.01,+
He,Hélium,4,2,2,0,0,4,2+
Li,Lithium,7,3,2,1,0,6.94,+
Be,Béryllium,9,4,2,2,0,9,2+
B,Bore,11,5,2,3,0,10.8,3+
C,Carbone,12,6,2,4,0,12,n'existe pas
N,Azote,14,7,2,5,0,14,3-
O,Oxygéne,16,8,2,6,0,16,2-
F,Fluor,19,9,2,7,0,19,-
Ne,Néon,20,10,2,8,0,20.2,n'existe pas
Na,Sodium,23,11,2,8,1,23,+
Mg,Magnésium,24,12,2,8,2,24.3,2+
Al,Aluminium,27,13,2,8,3,27,3+
Si,Silicium,28,14,2,8,4,28.1,n'existe pas
P,Phosphore,31,15,2,8,5,31,3-
S,Soufre,32,16,2,8,6,32.1,2-
Cl,Chlore,35,17,2,8,7,35.5,-
Ar,Argon,40,18,2,8,8,39.9,n'existe pas
}
\text{at1=randomrow(\atomes)}
\integer{N=\at1[3]-\at1[4]}
\statement{

Soit un atome X dont la composition est la suivante:<br>
X contient \at1[4] protons<br>
X contient \at1[3] nucléons<br>
X contient \at1[4] électrons<br>
X contient \N neutrons<br>

Parmi la liste proposée, choisissez l'atome correspondant à la composition précédente.<br>
}
\choice{X est représenté par}{ <table>
<tr> 
    <td align=right>\at1[3]</td>    <td rowspan="2">\at1[1]</td></tr>
<tr><td align=right>\at1[4]</td>    </tr>
</table> }{
 <table>
<tr> 
    <td align=right>\at1[4]</td>    <td rowspan="2">\at1[1]</td></tr>
<tr><td align=right>\at1[3]</td>    </tr>
</table> ,
 <table>
<tr> 
    <td align=right>\N</td>    <td rowspan="2">\at1[1]</td></tr>
<tr><td align=right>\at1[4]</td>    </tr>
</table> ,
<table>
<tr> 
    <td align=right>\at1[4]</td>    <td rowspan="2">\at1[1]</td></tr>
<tr><td align=right>\N</td>    </tr>
</table>
}
2005-02-16 13:36:49
2005-02-18 06:27:35