Write all the Palindrome numbers between 300 and 400.
Answers
Answer:
The numbers are
Step-by-step explanation:
We need to determine palindrome numbers between and .
The palindromic numbers are number that remains the same when its digits are reversed.
It has reflectional symmetry across a vertical axis.
Palindrome is calculated as first reverse digits of number, then compare the reverse of num with num. If both are same, it is palindrome, else not.
Between and , the numbers are:
#SPJ3
Answer:
All the Palindrome numbers between 300 and 400 are 303 , 313 , 323 , 333 , 343 , 353 , 363 , 373 , 383 , 393
Step-by-step explanation:
To Find :
we have to find all the Palindrome numbers between 300 and 400
to find all the Palindrome first we have to know about palindrome
Palindrome Numbers :
A palindrome number is the number that appears same if the order of its all digits reversed .
For example 131 appears same if the order of its digits reversed.
Solution :
So we have to find all such palindrome numbers between 300 and 400
starting from 300 we first find 303 which is a palindrome.
Then we can observe that all that numbers which ends with the digit 3 is a palindrome
so the possible numbers that are palindromes 303 , 313 , 323 , 333 , 343 , 353 , 363 , 373 , 383 , 393 .
#SPJ2