Question 790135
Here's a simple commission example:
A salesperson gets a 1% commission 
on all the sales he/she makes
(1)
The sales total $1,000
{{{ .01*1000 = 10 }}}
The commission is $10
-------------------
(2)
The sales total $3,000
{{{ .01*3000 = $30 }}}
The commission is $30
--------------------
The commission is like a bonus that is
tied to how much sales he/she makes
Hope this helps
---------------------
For your problem,
Commission = {{{ .03*620000 = 18600 }}}
Total pay = salary + commission
Total pay = {{{ 35000 + 18600 = 53600 }}}
$53,600