Give your own example of a function using a set of at least 4 ordered pairs. The DOMAIN will be any four integers between 0 and +10. The RANGE will be any four integers between -12 and 5.

Sure! Let's define a function using a set of at least 4 ordered pairs. We will choose the domain as four integers between 0 and 10, and the range as four integers between -12 and 5.

Let's choose the domain integers as: 1, 4, 7, and 9.
And the range integers as: -10, -5, 0, and 3.

Now, we can define our function using these ordered pairs:

(1, -10)
(4, -5)
(7, 0)
(9, 3)

This function can be represented as f(x) = y, where:
f(1) = -10
f(4) = -5
f(7) = 0
f(9) = 3

So, for any value of x in the domain, we can find the corresponding value of y by evaluating the function f.