Saved Bookmarks
| 1. |
Two positive integers a and b can be written as a-ry2 and b.xy3. x,yare prime numbers. Find LCM (a, b). |
|
Answer» Given:a = x³y² , b= xy³ LCM = The highest indices of the unknowns (x and y) LCM =x³y³ |
|