rewrite these numbers (2,1,3)from biggest to smallest and draw the counters.what is the solution to that?

To rewrite the numbers (2, 1, 3) from biggest to smallest, you need to rearrange them in descending order.

First, let's identify the largest number:
- The largest number is 3.

Next, let's find the second-largest number:
- The remaining numbers are 2 and 1. The largest among these two is 2.

Lastly, the remaining number is the smallest number:
- The last number is 1.

So, rewritten from biggest to smallest, the numbers are (3, 2, 1).

To represent these numbers as counters:
- Use three counters to represent the number 3.
- Use two counters to represent the number 2.
- Use one counter to represent the number 1.

The solution, therefore, is (3, 2, 1) in descending order.