Question 749143
c is the cost of the dinner for the couple.


{{{100>=c*(1.07)+0.20*c}}}
{{{100>=(1.07+0.20)c}}}
{{{100>=1.27c}}}
{{{highlight(c<=100/1.27)}}}
{{{c<=78.74}}}