Saved Bookmarks
| 1. |
How to check that the given number is perfect cube or not |
|
Answer» In order to check WHETHER a number is a perfect cube or not, we FIND its prime FACTORS and group together TRIPLETS of the prime factors. If no factor is left out then the number is a perfect cube. However if one of the prime factors is a SINGLE factor or a double factor then the number is not a perfect cube.Step-by-step explanation: |
|