document.write( "Question 995635: I have to use one of the arithmetic series formula. The arithmetic series 5 + 9 + 13 +...+ tn has a sum of 945. How many terms does this series have? \n" ); document.write( "
Algebra.Com's Answer #614956 by atique.ah(27)\"\" \"About 
You can put this solution on YOUR website!
Sn=(t1+tn)*(n/2)
\n" ); document.write( "945=(5+tn)*(n/2)
\n" ); document.write( "945*2=(5+tn)*n
\n" ); document.write( "1890=(5+tn)*n .......... 1\r
\n" ); document.write( "\n" ); document.write( "tn=t1+(n-1)d
\n" ); document.write( "tn=5+(n-1)4
\n" ); document.write( "tn=5+4n-4
\n" ); document.write( "tn=1+4n ................2\r
\n" ); document.write( "\n" ); document.write( "substituting the value of tn in eq 1
\n" ); document.write( "1890=(5+1+4n)*n
\n" ); document.write( "1890=(6+4n)*n
\n" ); document.write( "1890=6n+4n^2 or writing in the standard form
\n" ); document.write( "4n^2+6n-1890=0
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"an%5E2%2Bbn%2Bc=0\" (in our case \"2n%5E2%2B3n%2B-945+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"n%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%283%29%5E2-4%2A2%2A-945=7569\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=7569 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28-3%2B-sqrt%28+7569+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"n%5B1%5D+=+%28-%283%29%2Bsqrt%28+7569+%29%29%2F2%5C2+=+21\"
\n" ); document.write( " \"n%5B2%5D+=+%28-%283%29-sqrt%28+7569+%29%29%2F2%5C2+=+-22.5\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"2n%5E2%2B3n%2B-945\" can be factored:
\n" ); document.write( " \"2n%5E2%2B3n%2B-945+=+2%28n-21%29%2A%28n--22.5%29\"
\n" ); document.write( " Again, the answer is: 21, -22.5.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+2%2Ax%5E2%2B3%2Ax%2B-945+%29\"

\n" ); document.write( "\n" ); document.write( "The series have 21 terms because n cannot be a fraction
\n" ); document.write( "
\n" );