Question 1051363
The zeros possible would be the plusses and minuses of 2, 4, 8, 16, 32.  Only expect no more than three of these to be the zeros.


You are interested in zero or root of with the value 4.  Perform successive synthetic divisions starting with f(x) until the remainder is nonzero.  THAT is what to do.  That will show the multiplicity ---- how many of these synthetic successive divisions gave remainder of 0?


<pre>
Do you understand why the 0 is included in the dividend here?


4     |      1   -9   22    0    -32
      |
      |           4   -20   8     32
      |_____________________________________
            1    -5   2     8      0

The new dividend is now the quotient from this finished division.


4    |     1    -5    2    8
     |
     |          4    -4    -8
     |_____________________________
          1      -1  -2    0


</pre>
You can understand here than no further synthetic division testing 4 as root will give a remainder of 0; so this checking is finished.