what is the number which's sum of digits multiplying by 3 then the answer will that number?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The digits, x and y where x= 10ths and y=unit digit. Therefore, sum of the digits multiplied by 3 must equal to the number. =>10x+y=3(x+y) =>10x + y=3x+3y =>7x-2y=0 Find the values ( integers) that satisfies this equation.