document.write( "Question 1159332: Write an explicit rule that defines this (1, 3, 5, 7, 9)
\n" ); document.write( "sequence.\r
\n" ); document.write( "\n" ); document.write( "I wanted to double-check that I did this right is is a(n) = 1+2(10)
\n" ); document.write( "

Algebra.Com's Answer #782308 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a1 = 1 is the first term
\n" ); document.write( "d = 2 is the common difference, telling us to add 2 to each term to get the next one\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "nth term of an arithmetic sequence
\n" ); document.write( "a(n) = a1 + d(n-1)
\n" ); document.write( "a(n) = 1 + 2(n-1)
\n" ); document.write( "a(n) = 1 + 2n-2
\n" ); document.write( "a(n) = 2n - 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It looks like you have the right idea when you wrote 1+2(10), though the \"10\" should be n-1, and then you simplify to what you see above.
\n" ); document.write( "
\n" ); document.write( "
\n" );