 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write the factors of the following numbers:i. 45ii. 48iii. 60 | 
| Answer» i. 45 45 is exactly divisible by 1, 3, 5, 9,15, 45. So, 1, 3, 5, 9, 15, 45 are the factors of 45. ii. 48 48 is exactly divisible by 1, 2, 3, 4, 6, 8,12,16, 24, 48. So, 1, 2, 3, 4, 6, 8,12,16, 24, 48 are the factors of 48. iii. 60 60 is exactly divisible by 1, 2, 3, 4, 5, 6,10,12, 15, 20, 30, 60 So, 1, 2, 3, 4, 5, 6,10, 12, 15, 20, 30, 60 are the factors of 60. | |