document.write( "Question 1147618: The odd integers are arranged into sets, each succeeding set continuing from the previous, and containing one more number as follows: {1},{3,5},{7,9,11},{13,15,17,19},... what is the sum of the numbers in the 22nd set? \n" ); document.write( "
Algebra.Com's Answer #769001 by MathTherapy(10552)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The odd integers are arranged into sets, each succeeding set continuing from the previous, and containing one more number as follows: {1},{3,5},{7,9,11},{13,15,17,19},... what is the sum of the numbers in the 22nd set?
\n" ); document.write( "
Sum of 1st set: 1
\n" ); document.write( "Sum of 2nd set: 8
\n" ); document.write( "Sum of 3rd set: 27
\n" ); document.write( "Sum of 4th set: 64
\n" ); document.write( "With set number being n, and based on above observation, sequence is: n3
\n" ); document.write( "Based on the 4 sets, we get:
\n" ); document.write( "Therefore, \n" ); document.write( "
\n" );