{{ tocSubheader }}
| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Example | Rewrite as a Product | Perfect Cube? | Explanation |
---|---|---|---|
125 | 5×5×5=53 | Yes ✓ | 5 is an integer. |
166.375 | 5.5×5.5×5.5=5.53 | No × | 5.5 is not an integer. |
64 | 4×4×4=43 | Yes ✓ | 4 is an integer. |
270 | 3310×3310×3310=(3310)3 | No × | 3310 is not an integer. |