Consider a two digit number (with a and b as is digits) such that
( is the number itself.)
Find the smallest such 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.
0 < a < 1 0 also 0 < b < 1 0 and a cannot be equal to b .
b 3 − a 2 = 1 0 a + b
b 3 − b = 1 0 a − a 2
b ( b + 1 ) ( b − 1 ) = a ( 1 0 + a )
the product of 3 consecutive integers is divisible by 3!=6
this means either 6 divides a or ( 1 0 + a )
Possible values of a are 2,3,6.
since smallest is asked so first taking 2 in the equation we find 3 satisfies the value of b ,therefore the number is 2 3 .