document.write( "Question 846972: In a group of children, each child gives one gift to the other.If total gifts are 90, then find the number children in the group. \n" ); document.write( "
Algebra.Com's Answer #510040 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "each child gives one gift to the other
\n" ); document.write( "total gifts are 90
\n" ); document.write( "\"n%28n-1%29+=+90\"
\n" ); document.write( " n(n-1) = 90
\n" ); document.write( " n^2 - n = 90
\n" ); document.write( " n^2 - n - 90 = 0 (Tossing out the negative solution for unit measure)
\n" ); document.write( "(n-10)(n+9) = 0 , n = 10 children in the group
\n" ); document.write( " \n" ); document.write( "
\n" );