9 dived by 3 = 3
so he surfed for 3 hours = 1/3 of 9
and there are 6 hours left
so he spent 6 hours building a sandcastle
Answer:
Ok, the domain is the set of values that we can input in a function.
In this case, we have:
y = Ix - 6I + 3.
Notice that there is no restriction here, x can actually take any value, then the domain will be the set of all real numbers.
The correct domain is x, x ∈ R
Now, if we had (for example) something like:
y = Ix - 6I < 3
Now we have a restriction in the domain because we can not have y equal or larger than 3.
To find the domain, we can break the absolute value:
Ix - 6I < 3
is equivalent to:
-3 < x - 6 < 3
now let's add 6 in each side.
-3 + 6 < x - 6 + 6 < 3 + 6
3 < x < 9
That will be the domain in that case.
I tried I hope this helps in any kind of way