Question 251660
Here's another way to do this.
:

The product of two two-digit numbers is 1484.
 The product of their units digits is 24 and the product of their tens digits is 10.
 The two numbers can be?
:
1st two digit number 10a + b
2nd two digit number 10c + d
:
"The product of two two-digit numbers is 1484."
(10a + b)&(10c + d) = 1484
FOIL
100ac + 10ad + 10bc + bd
:
"The product of their units digits is 24"
b * d = 24
:
"the product of their tens digits is 10."
a * c = 10
We know that a is 5 and c is 2 or vice versa
:
In the 1st equation, we find we can replace bd with 24 and ac with 10
100(10) + 10ad + 10bc + 24 = 1484
1000 + 10ad + 10bc + 24 = 1484
10ad + 10bc + 1024 = 1484
10ad + 10bc = 1484 - 1024
10ad + 10bc = 460
Simplify, divide by 2
5ad + 5bc = 230
:
Assume a=2, c=5
2(5d) + 5(5b) = 230
10d + 25b = 230
10d = 230 - 25b
d = 23 - 2.5b
 Only two single digit integer solutions to this equation:
b=8; d=3 (the only pair that satisfy eq: b * d = 24)
and assuming; a=2; c=5
therefore:
28, 53 can be the numbers
:
check: 28 * 53 = 1484