<?php require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");

print_page_header();

?>
<p>Combinatorics is about (counting) different ways to combine things.</p>
<h2>Permutation</h2>
<p>A Permutation is an <em>ordered</em> list of (all) unique elements of a set.</p>

<h2>Variation</h2>
<p>A Variation is a <em>time-ordered</em> selection of k elements out of n.</p>

<h2>Combination</h2>
<p>A Combination is <em>time-unordered</em> selection of k elements out of n.</p>

