Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <html>
  2. <body>
  3. <h2>
  4. divisibility rule for 4: divisible by 2 for twice or number formed by last two digits are divisible by 4.
  5. divisibility rule for 6: if the integer is divisible by BOTH 2 and 3
  6. divisibility rule for 8: if the integer is divisible by 2 THREE TIMFS, or if the lAST THREE digits are
  7. divisible by 8
  8.  
  9. 9 if the SUM of the integer's DIGITS is divisible by 9
  10. </h2>
  11. #====================================================================
  12. If you add or subtract multiples of N, the result is a multiple of N.
  13. You can restate this principle using any of the disguises above:
  14. for instance, if N is a divisor of x and of y, then N is a divisor of x +y.
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment