The product of a two-digit natural number and a number consisting of the same digits in the reverse order is 2430. Calculate that two-digit number?

I know, that the answer is 54 and 45, but how should I calculate it step by step?

2 Answers
Sep 19, 2017

See explanation

Explanation:

Well, I didn't know how to solve it absolutely from just what you have in your problem statement. But I made just 1 guess, and the answer flowed from that.

Assume your digits differ by 1. (If this doesn't work, we'll assume they differ by 2, and continue with a similar procedure to what I've done here.)

So, let A be one of the digits. The second will be A + 1.

Then your first number is (A * 10) + (A + 1), and your second is ((A + 1)* 10) + A.

Their product is then:

(10A + A + 1) * (10A + 10 + A) = 2430

...multiply every term in the first set of parens with every term in the second set. Collect terms, and you get:

121A^2 + 121A + 10 = 2430

121A^2 + 121A - 2420 = 0

...which is a quadratic equation with roots 4 and -5.

The digits we want must be "natural" numbers, i.e., positive integers. So disregard the -5, and pick A = 4. The next digit must be 5. (Remember, we made the single assumption that they differed by 1.)

Which would give 45 and 54.

(I went through a similar procedure with the assumption that the 2 digits differed by 2. Your resulting quadratic equation is
122A^2 - 242A - 2390 = 0, which has real roots, but they are not natural integers. I'm assuming if you tried this with the two digits differing by 3, 4, etc., the same will be true.)

Sep 19, 2017

The numbers are 45 and 54

Explanation:

The last digit of 243color(blue)(0) is 0.

This indicates that one of the numbers must end in a 5, and the other number must be even.

Let the missing digit be x.

The number x5 has a value 10x+5

The number 5x has a value 50 +x

The product is 2430

(10x+5)(50+x)=2430

500x+10x^2 +250+5x=2430" " make a quadratic equal to 0

10x^2 +505x -2180 =0" "larr div 5

2x^2 +101x -436 =0

Using ac method: 2 xx436 = 872
Find factors of 872 which duffer by 101

1,2,4,color(blue)(8), .....color(blue)(109), 218,436,872

" "2 and 436
" "darr" "darr
" "2color(white)(.xx)+109" "rarr1xx+109 = +109
" "1color(white)(xxxx)-4" "rarr " "2 xx -4=ul(" " -8)
color(white)(wwwwwwwwwwwwwwwwwwwwww)+101

(2x+109)(x-4)=0

x= -54.5" "larr reject, not an integer.

x=4

If x=4, then the two numbers are 45 and 54

Check 45 xx54 = 2430