let abcdef be a 6 digit integer such that defabc I'd 6 times the value of abcdef. Find the value of a+b+c+d+e+f.
Answers
Answer:
Let’s apply best ever ruling technique developed ; divide and conquer
Break string into 2 parts ABC and DEF and then proceed.
ABCDEF x 7 = DEFABC x 6
[(ABC x 1000) + DEF] x 7 = [(DEF x 1000) + ABC] x 6
7000 ABC + 7 DEF = 6000 DEF + 6 ABC
6994 ABC = 5993 DEF
538 ABC = 461 DEF
538 (461) = 461 (538)
whereby (461) = (ABC) and
(538) = DEF
so.. ABCDEF = 461538
I hope it might help.
Answer:
Sum of the digits of 6 digit integer is 27.
Step-by-step explanation:
Given a 6 digit integer
And the condition is ....(1)
Dividing the number of digits into two sets, i.e, and .
And using the place values
can be written as
and similarly, can be written as
Substituting both in equation (1)
Simplifying the numerical coefficients, i.e., dividing with 7 on both sides,
Therefore,
Arranging the digits in order,
And the sum of digits is
Therefore the value of