I have to create two dice (each on has six sides) they have to be numbered in such a way that the probability of rolling the numbers 1-12 are the same? I know this is a function but I am having trouble.

To create two dice with six sides each, numbered in such a way that the probability of rolling the numbers 1-12 are the same, you need to distribute the numbers on each die effectively.

Here's a step-by-step explanation of how you can achieve this:

Step 1: Determine the sum range
The maximum possible sum of rolling two six-sided dice is 12. Therefore, you need to ensure that each number from 1 to 12 has an equal probability.

Step 2: Divide numbers into two groups
Divide the numbers from 1 to 12 into two groups: odd and even numbers. One die will be designated for odd numbers, and the other for even numbers.

Step 3: Assign numbers to each die
For the odd-numbered die:
- Assign the numbers 1, 3, 5, 7, 9, and 11 to the faces of the die.

For the even-numbered die:
- Assign the numbers 2, 4, 6, 8, 10, and 12 to the faces of the die.

This assignment ensures that each die has an equal number of faces, thus giving equal probabilities to rolling numbers in the range of 1-12.

Step 4: Validate the probabilities
To validate the probabilities, you can use the formula:

Probability of a specific sum = (Number of ways to obtain the sum) / (Total number of possible outcomes)

Using this formula, you should find that for any sum from 2 to 12, there is only one possible way to obtain it.

For example:
- To obtain a sum of 2, you can roll a 1 on the odd die and a 1 on the even die. The probability is 1/36.
- To obtain a sum of 7, you can roll a 3 on the odd die and a 4 on the even die (or vice versa). The probability is 1/36.

By following these steps, you can create two six-sided dice that have equal probabilities for rolling the numbers 1-12.