Sum of digits Definition and 15 Threads
-
MHB Finding 3-Digit Numbers with Sum of Digits Squared = 2
For any natural number $n$, let $S(n)$ denote the sum of the digits of $n$. Find the number of all 3-digit numbers $n$ such that $S(S(n))=2$.- anemone
- Thread
- Numbers Sum Sum of digits
- Replies: 7
- Forum: General Math
-
P
B Quickest way to calculate a given summation
How would you, personally, do this summation the quickest way?- physsure
- Thread
- Sum Sum of digits Summation
- Replies: 7
- Forum: General Math
-
Discovering the Formula for Σ (i=1, n) √i
Homework Statement Calculate Σ (i=1, n) √i I want to write general formula, then use it for any n (like we have for Σ (i=1, n) i Homework Equations Σ (i=1, n) i = n (n+1) / 2 Σ (i=1, n) i^2 = n (n+1)(2n +1) / 6The Attempt at a Solution Comparing formulas provided above: I assume the answer...- EEristavi
- Thread
- Formula Sum Sum of digits
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
T
Pascal - absolute sum of digits
Homework Statement Make an "absolute sum of digits" of a number in a particular numerical system. You are given two numbers (numerical system and your number N). You take the number N, add up its digits, if the result has more than one digit you add them up again and so on. You end up with...- tawi
- Thread
- Absolute Pascal Sum Sum of digits
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
T
Pascal - sum of digits in binary/hexadecimal
Homework Statement Read two integers. First one tells you the type of your numeral system (binary, decimal, hexadecimal) the second one will be your number in decimal. Using functions or procedures I need to convert the number into the required system and then count the sum of its digits in...- tawi
- Thread
- Pascal Sum Sum of digits
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
G
Formula for sum of digits of a number
Any ideas on this? I googled it and got only answers inolving Excel, C++, etc... A formula for finding the digit sum of a 2-digit number, or only a 3-digit number, would also be interesting. I thought I had a start with this: For a 2-digit number xy, the sum of the digits =...- greg9381
- Thread
- Formula Sum Sum of digits
- Replies: 5
- Forum: Linear and Abstract Algebra
-
D
Number minus sum of digits is dividable by 9
Hello! Why is it so, that if you have a number, for example 183, you take the sum of the digits of that number, so 183-(1+8+3), u get a number that is always dividable by 9? I'm sorry if this is a dumb question, I'm not very good at math but still curious to know.- dumbperson
- Thread
- Sum Sum of digits
- Replies: 8
- Forum: General Math
-
M
Sum of digits without regard to place value?
I apologize for my lack of knowledge on the topic. I recently started writing programs to solve Project Euler problems and it rekindled my interest in number theory. Especially as it relates to a peculiar relationship I found back in high school. I would like to learn more about number theory...- marcuss421
- Thread
- Sum Sum of digits Value
- Replies: 7
- Forum: Linear and Abstract Algebra
-
E
Divisibility rules using sum of digits
I saw someone discussing divisibility rules in another thread and would thought I would make a note that the divisibility rule of 9 of summing the digits to see if you end up with 9 is really a trick of the counting base you are using (base 10). In general, this divisibility rule applies to...- ershi
- Thread
- Divisibility Rules Sum Sum of digits
- Replies: 2
- Forum: Linear and Abstract Algebra
-
K
What is the sum of digits in the numbers 1 to 2010?
Determine the sum of all the digits in the positive integers from 1 to 2010 inclusively.- K Sengupta
- Thread
- Puzzle Sum Sum of digits
- Replies: 4
- Forum: General Discussion
-
K
Bus ticket and sum of digits puzzle
Yesterday Professor Q rode on a bus with his friend. As soon as he got the tickets for himself and his friend, which were consecutively numbered with each of the tickets bearing a 5-digit number with no leading zero, he added the digits on them and told his friend that the sum of all ten digits...- K Sengupta
- Thread
- Bus Puzzle Sum Sum of digits
- Replies: 7
- Forum: General Discussion
-
K
What is the Sum of Digits for 2^1000?
What is the sum of the digits of 2^1000 check my algoriathm, let y=2^1000 then logy = 1000log2 = 301 and y=10^logy=10^301 since (1,0) r da only digits of 10^n 4all n=1,2,3,4,... The sum of digits equals 1 , but it is not the answer ...Why?- Krypton
- Thread
- Sum Sum of digits
- Replies: 4
- Forum: General Math
-
M
Urgend: Sum of digits question
I have question here which has puzelled me since monday. Hope there is somebody here who can give a hint/help. Let "a" be number written in base 10. a_0 * 10^0 + a_1 * 10^1 + a_2 * 10^2 + -------+ a_n * 10^n where 0 \leq a_i \leq 10. Prove that the number 2 divides a, if and only...- Mathman23
- Thread
- Sum Sum of digits
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
E
Is the Sum of Digits Always Nine?
I don't know if this has been posted already, but anwho... If you pick any positive integer greater than 9 and subtract the sum of its digits from that number, you'll end up with a multiple of 9. How do I know it's a multiple of 9? Curiously enough, the sum of the digits of a positive integer...- e(ho0n3
- Thread
- Sum Sum of digits
- Replies: 8
- Forum: Linear and Abstract Algebra
-
D
Can f(n) equal f(x) in the sum of digits equation?
"sum of digits" equation Let f(n) denote the sum of (all) digits of natural number n. Prove that for each natural n we can choose convenient value of natural parameter p such that the equation f(npx)=f(x) has solution in natural numbers x that doesn't contain any "9" in its notation. Does...- dapet
- Thread
- Sum Sum of digits
- Replies: 5
- Forum: Linear and Abstract Algebra