Find the odd number from the series 25,49,81,121,169
Answers
Answer:
all are odd numbers
Step-by-step explanation:
as none of them is divisible by 2
Answer:
I will try my best to give the solution in most detailed manner such that you will be able to understand the solutions quickly ,as well as you will be able to build logic if question’s of these types are asked in future .
That’s enough talk, Let’s start!
Step 1: Initially try to read the question , and think about what all changes are made in each digits as we are moving forward .
Step 2: As you will see that all the digits are square’s of digits , after analysing it once again , you will get that the given digits are squares of odd digits.
Step 3: And we can write odd digits in one more form (2*n+1). But those above digits are square of odd numbers so instead we will write as (2*n+1)^2.
Step 4: So now we just need to substitute values in place of n.
So for n=0,we get (2*0+1)^2=1
for n=1 ,we get (2*1+1)^2=9
for n=2,we get (2*2+1)^2=25
and so on.
I hope you are able to get what i am trying to do .
At last KEEP THINKING !!
and KEEP SMILING!!
Step-by-step explanation: