<?php
$start=10000;
$age=16;
$percent=1.1;
$money=$start*$percent;
for($start;$age<20;$start*$percent){
	echo "$start*$percent=$money\n.";
}