InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Two positive integers a and b can be written as a = x3y2 and b = xy3, where x, y are prime numbers. Find LCM (a, b). | 
                            
| Answer» Two positive integers a and b can be written as a = x3y2 and b = xy3, where x, y are prime numbers. Find LCM (a, b). | |