A two digit number is such that the product of the digits is 12. And when 36 is added to this number, the digits interchange their places. Find the value of the original two digit 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.
level pending 100 points . yeh!!!!!!!!
t = t e n ′ s d i g i t ; u = u n i t ′ s d i g i t
t u = 1 2 or t = u 1 2 ⟹ 1
1 0 t + u + 3 6 = 1 0 u + t ⟹ t − u + 4 = 0 ⟹ 2
Substitute 1 in 2 , we get
u 2 − 4 u − 1 2 = 0
( u − 6 ) ( u + 2 ) = 0
u = 6 or u = − 2
Disregard the negative value. So, u = 6 . It follows that t = 2 . So the original number is 2 6 .
When I saw that all the option when their digit
are multiplied it comes 12. Then I thought to add them 36 as the condition was given that by adding the no. with 36 its digits will interchange the digits. And finally I got the answer 26.
Problem Loading...
Note Loading...
Set Loading...
as per Ques. we have
X*Y=12 and 10X+Y+36=10Y+X solving these we have X=2 and Y=6