- 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 314432 using unit digit method.
Given :
The given number is 314432.
To find :
We have to find the cube root of 314432 by unit digit method.
Solution :
314432
Step 1 :
Split the given number into two groups.
314 and 432.
Step 2 :
Take 432,
2 is the unit digit of 432.
$8^{3} =8\times8\times8 = 512$
So, the cube root will end at 8.
Step 3 :
Take 314 now,
Cube root of the number less than 314 is 6
Cube root will start with 6.
$6\times6\times6 = 216$
So, $68^{3} = 68\times68\times68 = 314432$
Therefore, the cube root of given number 314432 is 68.
Advertisements