$satis_fiyat = 147;
$indirim_yuzde = 40;

$liste_fiyat = ($satis_fiyat / (100-$indirim_yuzde))*100;

echo $liste_fiyat;