JEE Novice - (13)

49 a + 7 b + c = 286 \Large 49a+7b+c=286

Consider a three digit number a b c \overline{abc} whose digits a , b , c a,b,c satisfy the above equation.Then find a b c \overline{abc} .

Note : a , b , c a,b,c need not be distinct.


This question is a part of JEE Novices .


The answer is 556.

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.

2 solutions

Chew-Seong Cheong
May 27, 2015

a a , b b and c c of 49 a + 7 b + c = 286 49a+7b+c = 286 can be found as follows:

a = 286 49 = 5 b = 286 49 a 7 = 5 c = 286 49 a 7 b = 6 a b c = 556 \begin{aligned} a & = \left \lfloor \dfrac{286}{49} \right \rfloor & = 5 \\ b & = \left \lfloor \dfrac{286-49a}{7} \right \rfloor & = 5 \\ c & = 286-49a-7b & = 6 \\ \\ \Rightarrow \overline{abc} & = \boxed{556} \end{aligned}

Moderator note:

The solution assumes that the answer is unique, instead of showing that it indeed must be unique. For example, if we had 49 a + 7 b + c = 105 49a + 7b + c = 105 , then this approach will yield 210 \overline{210} , whereas 180 \overline{180} is also a valid solution.

How is this "extra solution" introduced? And how can we fix it?

I don't really know but the way I got the answer was first trying to reduce 286 to a number so that I'd be divisible by seven (finding c c ) and then doing the same thing for 286 c 7 \frac{286-c}{7} to find a a and b b ,Is this also valid?

Arian Tashakkor - 6 years ago

Extra solution exists when a 2 a \le 2 and b 1 b \le 1 , because 49 × 1 = 7 × 7 49\times 1 = 7 \times 7 , when we decrease a a by 1 1 , we can add back by increasing b b by 7 7 . Similarly, when b = 1 b = 1 and c 2 c \le 2 , we can use b = 0 b=0 and c + 7 c+7 . For the above case of 49 a + 7 b + c = 105 49a+7b+c=105 , 207 \overline{207} is another extra solution.

Chew-Seong Cheong - 6 years ago

[Response to Challenge Master Note]

There's a unique solution ( a , b , c ) (a,b,c) to the equation 49 a + 7 b + c = x 49a+7b+c=x where x x is a non-negative integer 342 \leq 342 if we put the restriction that a , b , c a,b,c are non-negative integers less than 7 7 .

The reason for this is very obvious once we realize that the LHS is actually the base 7 7 expansion of x x when a , b , c a,b,c are non-negative integers less than 7 7 . So, in general, with that restriction imposed on a , b , c a,b,c , the equation is:

a b c 7 = x \overline{abc}_7=x

For the problem here, we have x = 286 x=286 . We can get the unique solution by the general method for getting the base 7 7 value which is dividing x x by 7 7 and collecting the remainders (continuing till we get a value less than 7 7 ). Then, concatenate the remainders (including the last obtained value) going bottom to top.

The "extra solution" 180 180 in the shown case is introduced of this:

210 7 = 2 × 49 + 7 × 1 + 0 = 1 × 49 + 49 7 × 7 + 1 × 7 + 0 = 1 × 49 + ( 7 + 1 ) × 7 + 0 = 1 × 49 + 8 × 7 + 0 \begin{aligned}\overline{210}_7&=2\times 49+7\times 1+0\\&=1\times 49 + \underbrace{49}_{7\times 7}+1\times 7+0\\&=1\times 49+(7+1)\times 7+0=1\times 49+8\times 7+0\end{aligned}


Here's how we get the unique solution (I'm explaining the reason for uniqueness at the bottom of this comment) for the original problem:

7 286 6 7 40 5 5 \begin{array}{c|c|c}7&286&6\\ \hline 7&40&5\\ \hline &5\end{array}

The final column is the remainder column. We concatenate them from bottom to top, getting 556 7 = 286 10 \overline{556}_7=\overline{286}_{10} .

It can easily be verified that, for the original problem posted by Nihar, this solution ( 556 ) (556) is unique by noting the fact that we have the ten's and one's digit greater than 2 2 which implies that we can't "increase those digit values" by "contribution from the higher position digits" which was possible in the case of 210 7 \overline{210}_7 .


Just for added fun, we can analyze it further and get that extra solutions (solutions other than the base 7 7 value) exist iff the base 7 7 representation of x x , which is, say p q r 7 \overline{pqr}_7 satisfies one or both of the conditions stated below:

{ r 2 q 2 q 2 p 2 \begin{cases}r\leq 2~\land~q\geq 2\\ q\leq 2~\land~p\geq 2\end{cases}

The explanation for this is quite intuitive (trivial) and is left as an exercise to the reader (this comment is already way too long. :P )

Prasun Biswas - 6 years ago
Ravi Dwivedi
Jul 5, 2015

Moderator note:

Good approach of bounding.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...