In the quiz the correct option it shows is B. Will it be B or D?
Even when a = -1, b > a. I’m not sure what the screenshot you’re saying is trying to tell for that test case.
When a=-1,
b will be -1.33333…
b is less than -1 (on the number line -1.33333 is on the left of -1)
and also less than -1.33
But then b < a.
So, when a is -1. What will be the value of b?
Will it be -0.6666… then?
It says b is a third larger than a. And we made the following equation,
b = 4a/3
in this when we will plug:
a=1 we get b=1.333… (b>a and b>1.33a)
and
a=-1 we get b=-1.333… (b<a and b<1.33a)
Yes
That being said, we’ll update this one to avoid the issue you’re seeing.
The question literally says that a > 0…
