The page presents you with a randomly generated question, like this:
An initial grid is set up, with the divisor written down in the first column on the left. Everything else is unknown.
This is a grid for polynomial multiplication, but we only have one polynomial - we don't know what to put along the top for the other multiplicand. If we think of the division question as N/D = Q (numerator divided by denominator gives the quotient), the corresponding multiplication problem is DxQ = N, we have D (the denominator or divisor) and we want to find the Q to put along the top so that the contents of the grid give us N (the numerator or dividend).
We start with the term with the highest degree in N. The page provides this prompt:
In terms of the grid, you are being asked for the coefficient for the term that will go in the leftmost empty cell in the top row.
The correct entry is -2. This allows another column of the grid to be filled in:
Now we look at the next term in N, following this prompt:
It turns out that no degree 1 term is needed in the solution since we already have all we need in the grid. When doing these by hand, you can just move on to the constant term, but on this page you actually need to put a 0 in the degree 1 column.
Moving on to the next term in N, we get this prompt:
Since there are no degree 2 terms in the table, the coefficient required is 4.
... and it turns out that the linear term also works out, as there is no remainder in this case.