A fair coin just means 50% heads 50% tails. so the sample is still 50% heads 50% tails.
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.
A slope of 3 means the gradient is 3 so we get y=3x+c as derived from the linear formula. we then sub in x=2 and y=-0.5. this gives us c=-6.5.
The equation would be y=3x-6.5
I think this is right.