InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    List out all the common factor of 64 and 96. | 
                            
| 
                                   
Answer» Correct Answer - 1,2,4,8,16,32 `64=1xx64=2xx31=4xx16=8xx8` `F_(64)={1,2,4,8,16,32,64}` ` 96=1xx96=2xx48=3xx32=4xx24=6xx16=8xx12` `F_(96)={1,2,3,4,6,8,12,16,24,32,48,96}` `:.` The common factors are `={1,2,4,8,16,32}`  | 
                            |