summaryrefslogtreecommitdiff
path: root/html/encyclopedia/chemistry.html
blob: b5d997f2456b7678ed90978ab6622192b939f104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="da">
	<!--#include virtual="/include/head.shtml"-->
	<head>
		<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
		<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
	</head>
	<body>
		<!--#include virtual="/include/pghdr.shtml"-->
		<div class="content">
			<p class="pageTitle">Leksikon<sub> Kemi</sub></p>
			<div class="section" id="measures-and-units">
				<p class="large">Mål og Enheder</p>
				<table>
					<tr>
						<th>Mål</th>
						<th>Enhed</th>
					</tr>
					<tr>
						<td>mollarmasse (M)</td>
						<td>kilogram pr. mol (kg/mol)</td>
					</tr>
					<tr>
						<td>stofmængde (n)</td>
						<td>mol (mol)</td>
					</tr>
				</table>
				<p>Evt. se <a href="/html/encyclopedia/physics.html#measures-and-units">fysikkens enheder</a>.</p>
			</div>
			<div class="section" id="formulas">
				<p class="large">Formler</p>
				<p class="math">\(m = Mn\)</p>
				<p class="math">\(M = \frac{m}{n}\)</p>
				<p class="math">\(n = \frac{M}{m}\)</p>
			</div>
		</div>
		<!--#include virtual="/include/pgftr.shtml"-->
	</body>
</html>