- 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
Which of the following numbers are perfect squares ?
(i) 484
(ii) 625
(iii) 576
(iv) 941
(v) 961
(vi) 2500.
To do :
We have to find whether the given numbers are perfect squares.
Solution:
Perfect Square: A perfect square has each distinct prime factor occurring an even number of times.
(i) Prime factorisation of 484 $=2\times2\times11\times11$
484 has distinct prime factors occurring an even number of times.
Therefore, 484 is a perfect square.
(ii) Prime factorisation of 625 $=5\times5\times5\times5$
625 has distinct prime factors occurring an even number of times.
Therefore, 625 is a perfect square.
(iii) Prime factorisation of 576 $=2\times2\times2\times2\times2\times2\times3\times3$
576 has distinct prime factors occurring an even number of times.
Therefore, 576 is a perfect square.
(iv) Prime factorisation of 941 $=941\times1$
941 has no prime factors occurring even number of times.
Therefore, 941 is not a perfect square.
(v) Prime factorisation of 961 $=31\times31$
961 has distinct prime factors occurring an even number of times.
Therefore, 961 is a perfect square.
(vi) Prime factorisation of 2500 $=2\times2\times5\times5\times5\times5$
2500 has distinct prime factors occurring an even number of times.
Therefore, 2500 is a perfect square.
- Related Articles
- Which of the following perfect squares are squares of even numbers?25, 64, 100, 169, 256, 289, 961, 1296, 6561, 8100.Which of the following perfect squares are squares of odd numbers?36, 49, 64, 81, 100, 121, 169, 484, 625, 900, 1296, 1681.
- Using prime factorization method, find which of the following numbers are perfect squares?(i) 189(ii) 225(iii) 2048(iv) 343(v) 441(vi) 2916(vii) 11025(viii) 3549
- The following numbers are not perfect squares. Give reason:(i) 1547(ii) 45743(iii) 8948(iv) 333333.
- Show that the following numbers are not perfect squares:(i) 9327(ii) 4058(iii) 22453(iv) 743522.
- Using the prime factorisation method, find which of the following numbers are perfect squares:  (i) 441(ii) 576(iii) 11025(iv) 1176
- Find the squares of the following numbers:(i) 127(ii) 503(iii) 451(iv) 862(v) 265.
- Find the squares of the following numbers(i) 425(ii) 575(iii) 405(iv) 205(v) 95(vi) 745(vii) 512(viii) 995.
- Which of the following numbers are not perfect cubes?(i) 64(ii) 216(iii) 243(iv) 1728.
- Which of the following are perfect cubes?(i) 64(ii)216 (iii) 243(iv) 1000(v) 1728(vi) 3087(vii) 4608(viii) 106480(ix) 166375(x) 456533.
- Find the squares of the following numbers using diagonal method:(i) 98(ii) 273(iii) 273(iv) 295(v) 171
- Find the squares of the following numbers by visual method:(i) 52(ii) 95(iii) 505(iv) 702(v) 99.
- What is the smallest number by which the following numbers must be multiplied, so that the products are perfect cubes?(i) 675(ii) 1323(iii) 2560(iv) 7803(v) 107811(vi) 35721
- Express the following numbers in standard form:$(i)$. $5,00,00,000$ $(ii)$. $70,00,000$ $(iii)$. $3,18,65,00,000$$(iv)$. $3,90,878$ $(v)$. $39087.8$ $(vi)$ $3908.78$
- Which of the following numbers are cubes of negative integers.(i) $-64$(ii) $-1056$(iii) $-2197$(iv) $-2744$(v) $-42875$
- What will be the units digit of the squares of the following numbers?(i) 52(ii) 977(iii) 4583(iv) 78367(v) 52698(vi) 99880(vii) 12796(viii) 55555(ix) 53924.
