Here is the solution....

Here is the solution....

Patterning First Term.v_shiv wrote:The first element of any given set can be determined using the following formula.
Tn = n(n-1)/2 + 1
Using this formula, the first number of S50 will be 1226.
S50 has 50 elements starting with 1226 which is in an arithmetic progression. Hence sum of all the elements = 50 * 1226 + (50*49)/2 = 62525.
Error in calculating sum of n-1 terms. S50 = 1 + (49)*50* 1/2 =1226dtweah wrote:Patterning First Term.v_shiv wrote:The first element of any given set can be determined using the following formula.
Tn = n(n-1)/2 + 1
Using this formula, the first number of S50 will be 1226.
S50 has 50 elements starting with 1226 which is in an arithmetic progression. Hence sum of all the elements = 50 * 1226 + (50*49)/2 = 62525.
S1 1
S2 1+1
S3 1+ 1 + 2
S4 1 + 1 +2 +3
S5 1 + 1 + 2 + 3 + 4
So Sn = 1 + Sum of first n-1 numbers
We know the sum of first n numbers is n(n+1)/2 ( A Must Know Formula!!)
S50 = 1 + (50)*51* 1/2 =1226
According to the observed pattern, The number of terms in each set =n. So S50 gas 50 terms beginning with 1226.
We know the formula for the sum of an arithemetic sequence is
Sn = n/2 (2a+(n-1)d) ( A Must Know Formula!!) where a is the first term and d is arithmetic difference, which according to pattern is 1.
Plugging gives S50 = 50/2 (2*1226 +(50-1)1)=62,525
This approach is more intuitive since it uses well known formulas.
Let X = number of boys rsureshbala wrote:Folks, sorry for the delay (I am on a vacation).
Anyway, here is the next one.....
There are some boys and some girls. If each child sits on one chair, one boy will have no chair to sit. If two boys sit on one chair and one girl occupies one chair, then three chairs are unoccupied. How many boys are there?
A. 4
B. 6
C. 8
D. 10
E. Cannot be determined
A perfect example of the carelessness that can happen on the GMAT even when you know how to solve.dtweah wrote:Let X = number of boys rsureshbala wrote:Folks, sorry for the delay (I am on a vacation).
Anyway, here is the next one.....
There are some boys and some girls. If each child sits on one chair, one boy will have no chair to sit. If two boys sit on one chair and one girl occupies one chair, then three chairs are unoccupied. How many boys are there?
A. 4
B. 6
C. 8
D. 10
E. Cannot be determined
Y= Number of girls
Then x+y= the total number of people to be seated at any time.
In the first case we are told that one person is left standing, so there is one less seat than there are people to occupy them.
Example:
seated: B B G G G G Unseated: B
Since x+y is total of people, in this case it is 7. But 6 people are seated. So number of people seated (=number of seats occupied) is 1 less than total number of people:
x+y-1= number of seats occupied.
Now in the second case, two boys occupy a single and one girl occupies a single seat and we are told three 3 seats remain unoccupied. If we can find number of seats occupied in this case, we simply take the difference between the 2 cases.
if x is total boys and and 2 occupy one seat then each occupies
x/2 seats. Number of seats occupied in this case is:
x/2 + y
Number of seats occupied in case 1 - Number of seats occupied in case 2 =3
x+y-1 -(x/2+y)=3
x/2=3
x=6.
Choose B.
No it need not say. 2 boys sitting on one chair and 1 girl sitting on another chair, with 3 chairs remaining should not be interpreted as there being only 2 boys and 1 girl, 3 people. I considered that too. If this is true then there would be only 5 chairs. Then this would contradict case 1 where it is clear that each was seated in one chair with one boy standing. Then we would have 1 boy sitting 1 girl siting 3 empty seats and 1 boy standing. The problem breaks down logically. More besides, if we assume only 2 boys and one girl then we already know the answer merely from case 2.hemantsood wrote:As per your answer question should say every 2 boy and each girl ...something of that sort