document.write( "Question 258336: In an arithmetic sequence of positive numbers, the common difference is twice the first term, and the sum of the first six terms is equal to the square of the first term. Find the first term of the sequence.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #190170 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the first term of an arithmetic sequence be a.
\n" ); document.write( "Given,the common difference is twice the first term.
\n" ); document.write( "So the common difference d = 2a
\n" ); document.write( "Also, the sum of the first six terms is equal to the square of the first term.
\n" ); document.write( " (6/2)(a+a+5d) = a^2
\n" ); document.write( " 3(2a+5*2a) = a^2
\n" ); document.write( " 3(12a)=a^2
\n" ); document.write( " 36a-a^2=0
\n" ); document.write( " a(36-a) = 0
\n" ); document.write( " a=0 or a=36
\n" ); document.write( "Therefore the first term is 36
\n" ); document.write( "
\n" );