How do you make the answer 10 using the numbers from either set only once in any order?

set 1) 5, 6, 2

set 2) 3, 4, 6

To make the answer 10 using the numbers from either set only once in any order, you can follow these steps:

1. Consider the numbers from the first set: 5, 6, 2
2. Start with the largest number in the set, which is 6.
3. Subtract the next highest number from it: 6 - 5 = 1.
4. Add the remaining number: 1 + 2 = 3.
5. Now, consider the numbers from the second set: 3, 4, 6.
6. Start with the largest number in the set, which is 6.
7. Subtract the next highest number from it: 6 - 4 = 2.
8. Add the remaining number: 2 + 3 = 5.
9. Finally, add the two results: 3 + 5 = 8.

So, by using the numbers from either set only once in any order, you cannot obtain the answer 10. The closest you can get is 8.