

InterviewSolution
Saved Bookmarks
1. |
Find the sum of factors of 24. |
Answer» SOLUTION :`THEREFORE 24 = 2^3xx3^1` `therefore` SUM of factors of 24 `((2^4-1)(3^2-1))/(2-1)(3-1) = (15xx8)/1xx2 = 60` |
|