Find all values of t such that ⌊t⌋=2t+3. If you find more than one value, then list the values you find in increasing order, separated by commas.
Welcome back logic nice to see you again...
...but sadley i dont have an answer...
Floor (t) = 2t + 3
First off.... "t" cannot be positive
A graph might give us a clue .....here : https://www.desmos.com/calculator/ugdkn4zwei
Note that the graph appears to pass through the t values of -3, - 3.5 and -4
Check
Floor (-3) = 2(-3) + 3 ????
-3 = -3 true
Floor (-3.5) = 2(-3.5) + 3 ???
-4 = -7 + 3 ???
-4 = -4 true
Floor (-4) = 2(-4) + 3 ???
-4 = -8 + 3 ???
-4 = -5 not true
So.....the values of "t" that make this true are
-3.5 , -3