- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the cube root of 512 by prime factorisation
To do: Find the cube root of 512 by prime factorization.
Solution:
Prime factors of $512 =2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2$
Prime factorization of $512 = 2^9$
cube root of $512 = (512)^{\frac{1}{3}} = ( 2^9 )^{\frac{1}{3}}$
$(a^m )^n = a^{m\times n}$
$( 2^9 )^{\frac{1}{3}} = ( 2 )^{9\frac{1}{3}}$
=$ 2^ 3$
= 8
Therefore the Cube root of 512 is 8
- Related Articles
- Find the cube root of 512.
- Find square root of 529 by using prime factorisation?
- Find the Cube root of 7056 by prime factorization method.
- Find the cube root of 35937 by usinga) prime factorization method
- Find The H.C.F Of-504,980 Using Prime Factorisation
- Find the cube root of 1404928.
- Find the Cube Root Of $-5$
- Find the cube root of 216.
- Find the cube root of $0.000001$.
- Find the cube root of $1.728$.
- Find the cube root of $-0.001331$.
- Find Cube Root Of 9261
- Find the LCM and HCF of 6 and 20 by applying the prime factorisation method.
- Find the LCM and HCF of 1095 and 1168 by applying the prime factorisation method.
- Making use of cube root table find the cube root of following :a) 11005 b) 1346

Advertisements