The possibilities are literally endless.
Among other things, I study survey sampling. Sampling is used a lot in business accounting for estimating various amounts, when it's too time-consuming or costly to obtain exact figures.
For example, say you worked for a large company with hundreds of thousands of invoices. You might be interested in determining how many of the invoices are accurately billed. One way of doing this is to randomly sample invoices, obtain the mean $\bar{y}$ difference between the invoice amount and what the invoice should have been (perhaps using some methodology or system of record) and the total number of invoices $N$. If you then multiply the mean and total number of invoices, $\bar{y}N$, you can obtain an estimate of the total amount of all invoices without having to add up every single invoice, which could take a small army of workers to do and be very expensive. You could use additional methods from statistics to form 95% confidence intervals around your estimate as well, so you could have some idea of how reliable your estimate is. In this example the variance, used in calculating the 95% confidence interval would be:
$V(\bar{y}N)=N^2V(\bar{y})=N^2{(1-f)\over{n}}S^2$,
where $N$ is the total number of invoices, $n$ is the number sampled, $f={n\over{N}}$ and $S={1\over{n-1}}\sum_{i=1}^n(y_i-\bar{y})$.
The large-sample $100(1−\alpha)\%$ confidence interval for the total invoice discrepancies would then be give by:
$[\bar{y}N-Z_{\alpha/2}V(\bar{y}N), \bar{y}N+Z_{\alpha/2}V(\bar{y}N)]$
What's more interesting, is that if you study sampling and statistics a bit more, you will understand that it's usually better to stratify the invoices into, say, large, medium, and small billing amounts. Then, you could carry out disproportionate sampling so that you sample more invoices with larger dollar amounts than smaller amounts, since the larger invoices are more likely to have large billing errors (making up most of the difference). Using business and survey sampling statistics allows you to disproportionately allocate your sample among large, medium, and small billing amounts on invoices and still obtain an unbiased answer of how large the companies invoices are off.
You can find a similar example like this in Sharon Lohr's sampling book.