Question 826249
Let v = How many visits.


{{{1*v+5<=9}}}, that is the cost of the sum of visits and membership must be less than or equal to 9 dollars.  Also understand, {{{1*v+5>0}}};


{{{v+5<=9}}}
{{{v<=9-5}}}
{{{v<=4}}}----- four visits.