The product of the digits of a two digit number is 14. When 45 is added to the number the place values of its digits get reversed. What is 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.
let y - tens digit number let x - unit digit number
x*y=14 - first equation y = 14/x
10y + x + 45 = 10x + y - second equation 10x -x - 10y + y = 45 9x - 9y = 45 divide equation by 9 x - y = 5 subtitute value of y x - 14/x = 5 multiply equation by x x^2 -5x - 14 = 0 (x-7)(x+2) = 0 so,, x = 7 y = 14/7 = 2 so the number is 27