TheUltimateWinner
What is the remainder when the three-digit integer \(n\) is divided by 9?
1) The sum of the digits of \(n\) is equal to 13
2) The product of the digits of \(n\) is equal to 35
Remainder when a number, n, is divided by 9 is same as the sum of digits of that number, n, is divided by 9.1) The sum of the digits of \(n\) is equal to 13
As 13 leaves a remainder of 4 when divided by 9, the number n too will leave a remainder of 4.
For example : 904= 900+
4 and 319=315+
4Sufficient
2) The product of the digits of \(n\) is equal to 35
Let n be xyz, so the product is x*y*z, which is equal to 35.
x*y*z=35=5*7=1*5*7
So the number can be any of 157, 175, 751, 571, 517 and 715.
Whatever be the number, the sum of digits = x+y+z=1+5+7=13, and when 13 is divided by 9, the remainder is 4.
Sufficient
D
I don't understand the logic for statement 1. I get the summand concept but here the sum is of the digits and not of a number that when combined with a multiple of 9 would sum upto 9. Where does the concept - if sum of digits leaves a certain remainder when divided by a number, then the number itself would also leave that very remainder - come from?