X% Y finds the remainder after you divide X by Y. For example, 7 % 3, means divide 7 by 3 and determine what is left over (7 divided by 3. equals 2 and the remainder is 1). So, 7% 3 equals 1.
If x is a number, which of following will find last digit of x
X/2
X/3
X/5
X/10
X/100
Answer:
Synthetic division is a shortcut for polynomial division when the divisor is a linear factor. 1. Rewrite the dividend’s coeffiecients in order from largest power to smallest, using a zero if that term doesn’t exist. 2. Find the root of the divisor. 3. Keep track of the first coefficient of the dividend, then caclculate the next coefficient by multiplying that number by the root found in step 2. 4. Add the number from step 3 with the coefficient in the next column to the right. 5. Continue to do this until all coefficients have been used. If the last number is not 0, that is the remainder. 6. Rewrite answer as a a polynomial. ]