Question 449006
Let {{{s}}} = the sales necessary for the sales person to earn at least $800 in one week
{{{ 350 + .1s >= 800 }}}
{{{ .1s >= 800 - 350 }}}
{{{ s >= 450/.1 }}}
{{{ s >= 4500 }}}
The sales must be greater than or equal to $4,500
good answer, but use >=