asked 25.5k views
3 votes
Show whether or not the two numbers are amicable20 and 32

1 Answer

3 votes

Two numbers are amicable when the sum of the divisors of one (except itself) equal the other.

20 is divisible by 1, 2, 4, 5 and 10.

32 is divisible by 1, 2, 4, 8, 16.

1 + 2 + 4 + 5 + 10 = 26, while 1 + 2 + 4 + 8 + 16 = 31

Therefore, 20 and 32 are not amicable numbers.

answered
User Agoldis
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.