I would go for b > 0 and not b >=0. Well thats my two cents.
Cheers
Ramya
The definition of a positive number is that it is greater than 0, so your answer would be b>0.jsl wrote:If a question stem states that variables are positive, can you assume that a variable is not negative?
E.g. Each of a, b and c is positive.
Is b > 0 or b >= 0?