InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the factors of 12 and 14. | 
                            
| 
                                   
Answer» `12=1xx12=2xx6=3xx4` `:.` The factors of 12 are 1,2,3,4,6 and 12 `14=1xx14=2xx7` `:.` The factors of 14 are 1,2,7 and 14  | 
                            |