494,231 views
29 votes
29 votes
Consider the sequence of consecutive odd numbers starting with 1 and ending with x.If 1+3+5+•••••+x=169,find the value of x

User W Kristianto
by
3.1k points

2 Answers

17 votes
17 votes
Take odd number 1 to 7, there are total of four odd numbers 1,3,5,7, so there are 2 pairs of 1,7 and 3,5 that add up to be the same. The sum is (1+7) *2, which is 16. This method only works for even number of items (hence 4 number can make two pairs). For sum of 1,3,5,7,9, which has 5 odd numbers, the sum is (1+9)*2+ median (which is coincidentally (1+9)/2). Apparently, even items will get you a even result and, odd items will get you a odd result. Since 169 is an odd result we can conclude there are odd items in the sequence. So we use the 2nd formula (1+x)n+(1+x)/2=169, all we need to figure out is what is n. When we run sequence to 1 to 9 there are 2 pairs + 1 item, 1 to 17 there are 4 pairs + 1 item, hence n=(x-1)/4. Just like median = (1+x)/2, this is another natural property of consecutive odd number sequence starting from 1. So (1+x)*(x-1)/4 + (1+x)/2=169 and simplify it we get (1+x) *(x-1+2)/4=169, (1+x)^2 =169*4, 1+x = 13*2, x =25
User Anand Undavia
by
3.1k points
17 votes
17 votes

Answer:

LET THE CONSECUTIVE ODD INTEGERS BE x,x+1,x+3,x+5

A.T.Q

x+x+1+x+3+x+5=169

4x+9=169

4x=160

x=40

SO, THE NO. ARE 40,41,43,45

Explanation:

User Ilya Vo
by
2.5k points