document.write( "Question 278883: Write an expression to represent this pattern. let n represent the nth term.
\n" ); document.write( "7, 9, 11, 13\r
\n" ); document.write( "\n" ); document.write( "There has to be an easy way to figure this out!
\n" ); document.write( "

Algebra.Com's Answer #202857 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
the difference between consecutive terms is 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so any term, Tn, is 2n plus the \"fudge factor\" for the starting term\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "7 = 2(1) + ? ___ 5 = ?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Tn = 5 + 2n
\n" ); document.write( "
\n" );