- 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 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.
Given :
Two sets of squares are given.
To do:
We have to find which of the given numbers are squares of even numbers and odd numbers.
Solution :
Square of even number always ends with 2, 6, and 4.
$2^2 = 4, 4^2 = 16, 6^2 =36, 8^2 = 64, 12^2 = 144 $
Square of even number always ends with 1, 9, and 5.
$1^2 = 1, 3^2 = 9, 5^2 = 25, 7^2=49, 9^2=81, 11^2=121$
Therefore,
In the first set 64,100,256,1296 and 8100 are squares of even numbers.
In the second set 49,81,121,169,625 and 1681 are squares of odd numbers.
- Related Articles
- Which of the following numbers are perfect squares ?11, 12, 16, 32, 36, 50, 64, 79, 81, 111, 121
- Which of the following numbers are perfect squares ?(i) 484(ii) 625(iii) 576(iv) 941(v) 961(vi) 2500.
- Which of the following numbers are squares of even numbers?121,225,256,324,1296,6561,5476,4489, 373758
- Perfect Squares in C++
- Find the least numbers which must be subtracted from the following number make them perfect squares: $16160$.
- 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.
- 8.(i) Express 49 as the sum of 7 odd numbers.(ii) Express 121 as the sum of 11 odd numbers.9. How many numbers lie between squares of the following numbers?(i) 12 and 13(ii) 25 and 26(iii) 99 and 100"\n
- Average of Squares of Natural Numbers?
- What will be the unit digit of the squares of the following numbers?(i) 81(ii) 272
- Which of the following numbers are not perfect cubes?(i) 64(ii) 216(iii) 243(iv) 1728.
- Sum of squares of the first n even numbers in C Program
- The sum of the squares of two consecutive odd numbers is 394. Find the numbers.
- The sum of the squares of two consecutive even numbers is 340. Find the numbers.
- Average of Squares of n Natural Numbers?

Advertisements