document.write( "Question 528063: I have a table setup where the term number is; and the values are:
\n" ); document.write( "Term# Term Values
\n" ); document.write( "1, 1
\n" ); document.write( "2, 2
\n" ); document.write( "3, 4
\n" ); document.write( "4, 8
\n" ); document.write( "5, 16
\n" ); document.write( "6, 32
\n" ); document.write( "I need to find an algebraic equation to match the table. I thought of using 2^0 but I have no term# of zero. Is it possible to get an equation to this table as it is?
\n" ); document.write( "

Algebra.Com's Answer #349142 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
\"TV+=+2%5E%28T-1%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );