Find a two digit number such that-
Sum of both the digits is 6
Product of both the digits minus the first digit is 6
The second digit upon the first digit plus the second digit is 6
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.
let the number be 1 0 n + y ⟶ n , y ≤ 9 we get ⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ n + y = 6 n y − n = 6 n y + y = 6 ⟶ n y + y = 6 n adding the first 2 we get ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ n y + y = 1 2 n y + y = 6 n n = 2 y = 4 and ∴ 1 0 n + y = 2 0 + 4 = 2 4