All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Threes and sevens (Posted on 2006-10-25) Difficulty: 3 of 5
You can decide whether a number is divisible by 3 by forming its cross sum, that is the sum of all its decimal digits: It is divisible by three exactly if its cross sum is. Similarly, a three-digit number is divisible by seven if (and only if) the sum of twice its most significant digit plus three times its middle digit plus its least significant digit is divisible by seven.

Can you find a similar scheme for checking divisibility by 33 and 37, for numbers with an arbitrary number of digits?

No Solution Yet Submitted by vswitchs    
Rating: 2.5000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Another answer for 33 | Comment 3 of 7 |
With the digits being a_0, a_1, a_2,... calculate the vswitchs-cross sum a_0+10*a_1+a_2+10*a_3+... and check if it is divisible by 33. Repeat if necessary until you arrive at a two digit number. Example:

8419752 -> 8+41+97+52 = 198 -> 1+98=99 -> divisible by 33

8419757 -> 8+41+97+57 = 203 -> 3+2=5 -> leaves remainder 5 when divided by 33, i.e. not divisible.


  Posted by JLo on 2006-10-25 11:40:41
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information