Given : two integers whose absolute value have a product of 24
Factor the number 24:
24 = 1 x 24
24 = 2 x 12
24 = 3 x 8
24 = 4 x 6
So, the two numbers are one of the following :
• 1 and 24
,
• 2 and 12
,
• 3 and 8
,
• 4 and 6
If we take the negative numbers into accounts so, the set will be :
the product of two negative numbers will give a positive number.
• -1 and -24
,
• -2 and -12
,
• -3 and -8
,
• -4 and -6