We will be dealing with two-digit numbers non divisible by 11.
For each such number A there will exist another A’, a number created by inverting the digits of A so 45’=54, 87’=78.
Take for example 2 numbers 36 & 84: their product is the same as the product of those numbers inverted i.e. 63*48.
Find all the couples possessing such feature i.e. AB=(A')*(B').
Rem: to preserve conformity present the smallest number on the LHS of the equation - like 12*42=21*24.
The given problem simplifies to finding non-zero, single-digit a,b,c,d such that ac=bd, with a≠b.
There are 36 trivial cases with a=d, b=c, e.g. 12*21=21*12
There are 28 other cases for a total of 64, forming 14 pairs (e.g.46,32 is the counterpart of 23,64):
12,42;12,63;12,84;
13,62;13,93;
14,82;
23,64;23,96;
24,21;24,63;24,84;
26,31;26,93;
28,41;
34,96;
36,21;36,42;36,84;
39,31;39,62;
46,32;46,96;
48,21;48,42;48,63;
68,43;
69,32;69,64.
Edited on May 23, 2024, 11:56 pm
|
Posted by broll
on 2024-05-23 23:30:12 |