document.write( "Question 1117570: In the expansion of (1+x)^n, the coefficient of x^5 is the arithmetic mean of the coefficients of x^4 and x^6. calculate the possible values of n \n" ); document.write( "
Algebra.Com's Answer #732684 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "The coefficients are.... \n" ); document.write( "C(n,4) = \n" ); document.write( "C(n,5) = \n" ); document.write( "C(n,6) = \n" ); document.write( "We need to find the value(s) of n for which C(n,5) is the arithmetic mean of C(n,4) and C(n,6). \n" ); document.write( "An interesting problem; but the algebra works out relatively easily.... \n" ); document.write( " \n" ); document.write( "Multiply by the common denominator 1440 and cancel the common factors n through n-3: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The two solutions are n=7 and n=14. \n" ); document.write( "Check: \n" ); document.write( "For n=7, the coefficients are 7, 21, and 35; 21 = (7+35)/2. \n" ); document.write( "For n=14, the coefficients are 1001, 2002, and 3003; 2002 = (1001+3003)/2. \n" ); document.write( "DONE! \n" ); document.write( " \n" ); document.write( " |