Numerical puzzle

541 Views Asked by At

I'm stuck here with some numerical rebus -

Given: $A^2=BC, A^3=CA$

Find: $A+B+C$

  1. $13$
  2. $12$
  3. $11$
  4. $10$

(only one correct solution)

Note that letters represent digits.

I can't think of any idea to solve this one, and according to the book from which this question was taken, it is possible to solve in one minute. I will appreciate any idea.

2

There are 2 best solutions below

2
On BEST ANSWER

Assuming $A^2=10B+C$ and $A^3=10C+A$

We get $A^3<100\implies A<5$

As the last digits of $A$ and $A^3$ are same, $A$ must be $0,1$ or $4$

$A=0\implies C=B=0$

$A=1,$

from the 1st equation $1^2=10B+C\implies B=0,C=1$

from the 2nd equation $1^3=10C+1\implies C=0$ so $A\ne 1$ as it would make the system inconsistent.

$A=4\implies C=6,B=1 $

1
On

From the second equation, so $c = A^2$. Apply the $C$ value in the first equation, so $B = 1$. So $A + B + C = (A \cdot A) + A + 1$. If $A = 3$, then $(3 \cdot 3 ) + 3 + 1 = 13$