what least number must be subtracted from 13601 to get a number exactly divisible by 87?

divide the number by 87, find the remainder. Then subtract the remainder from the original number.

Thanks for help me.

Nhi aa rha

To find the least number that must be subtracted from 13601 to get a number divisible by 87, we need to perform the following steps:

1. Determine the remainder when 13601 is divided by 87.
2. Subtract the remainder from 87 to get the least number that needs to be subtracted.

Step 1: Determine the remainder using the modulo operator (%):
13601 % 87 = 52

Step 2: Subtract the remainder from 87:
87 - 52 = 35

Therefore, the least number that must be subtracted from 13601 to get a number exactly divisible by 87 is 35.