There exists a 2-digit positive integer such that .
Find the value of this 2-digit integer.
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.
As it is said that 2 ∗ ( 1 0 ∗ x + y ) = 1 0 ∗ ( y + 2 ) + x ,from here we can say that 1 9 ∗ x − 8 ∗ y + 2 0 = 0 . Now using the moduler math we can say that dividing 19 x by 8 would give us a reminder 4. So it means that dividing x by 8 would also give us a reminder 4.That means x = 8 ∗ t + 4 ) . As 0<x<10 ,(-1/2)<t<(3/4).As a result t will have only one integer and that is 0. So x=8 (0)+4=4 and y=7.The number stands 4*10+7=47