document.write( "Question 165396: Suppose students arrive at school in groups. You are the first to arrive, and you are alone, but still considered a group. The second group to arrive has two more people in it that were in your group. The third group of students to arrive has two more people in it than were in the second group. If there are 2250 kids at your school on this day, how many groups will arrive at school, assuming they all meet the requirement of having two more members than the group before them? All groups except the last one must meet the \"two more than the last group\" requirement. Write an explanation how you got to your answer and write a general statement that would fit this situation no matter how many students were in the school. \n" ); document.write( "
Algebra.Com's Answer #121901 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The first group is one person here is a list of
\n" ); document.write( "group numbers and number of people in group. Any
\n" ); document.write( "group has 2 more than the previous group
\n" ); document.write( "-------------
\n" ); document.write( "1 --- 1
\n" ); document.write( "2 --- 3
\n" ); document.write( "3 --- 5
\n" ); document.write( "4 --- 7
\n" ); document.write( "5 --- 9
\n" ); document.write( "6 --- 11
\n" ); document.write( "-------------
\n" ); document.write( "Now here is a list of group numbers and total of people so far
\n" ); document.write( "-------------
\n" ); document.write( "1 --- 1
\n" ); document.write( "2 --- 1 + 3 = 4
\n" ); document.write( "3 --- 5 + 5 = 9
\n" ); document.write( "4 --- 9 + 7 = 16
\n" ); document.write( "5 --- 16 + 9 = 25
\n" ); document.write( "6 --- 25 + 11 = 36
\n" ); document.write( "--------------
\n" ); document.write( "Each total is the square of the count number of the group
\n" ); document.write( "---------------
\n" ); document.write( "\"1+=+1%5E2\"
\n" ); document.write( "\"4+=+2%5E2\"
\n" ); document.write( "\"9+=+3%5E2\"
\n" ); document.write( "\"16+=+4%5E2\"
\n" ); document.write( "etc.
\n" ); document.write( "The question then becomes \"What group count number squared is under
\n" ); document.write( "2250 when the next group count number squared goes over 2250?
\n" ); document.write( "\"50%5E2\" gives me \"2500\" That's too much
\n" ); document.write( "\"48%5E2\" gives me \"2304\" still too much
\n" ); document.write( "\"47%5E2\" gives me \"2139\"
\n" ); document.write( "That's under \"2250\", and \"2250+-+2139+=+111\"
\n" ); document.write( "So, \"111\" people of the 48th group bring the total
\n" ); document.write( "up to \"2250\". So, 48 groups have to arrive at school
\n" ); document.write( "(There can be \"2304+-+2139+=+165\"
\n" ); document.write( "people in the 48th group)
\n" ); document.write( "------------------
\n" ); document.write( "For a formula, if \"T\"= the total number in the school
\n" ); document.write( "and \"g\"= the group count number, \"g\"= 1,2,3,4.. etc.
\n" ); document.write( "\"g%5E2+%3C+T\"
\n" ); document.write( "\"%28g+%2B+1%29%5E2+%3E+T\"
\n" ); document.write( "The number of groups will be \"g+%2B+1\" with the
\n" ); document.write( "last group having \"T+-+g%5E2\" people
\n" ); document.write( "
\n" ); document.write( "
\n" );