Question 1064051
<pre>s     amount of sales
c     amount that salesman gets</pre>


{{{s-27000>0}}} ?
If true then salesman gets 15% of this quantity.


If {{{s-27000}}} can be accepted to every nearest penny, then
{{{c=0.15(s-27000)}}}