document.write( "Question 565392: How do you write an equation for this table?
\n" ); document.write( "X=1, 2, 3, 4, 5, 6, 7
\n" ); document.write( "Y=1, 3, 7, 15, 31, 63, 127
\n" ); document.write( "

Algebra.Com's Answer #365780 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
X=1, 2, 3, 4, 5, 6, 7
\n" ); document.write( "Y=1, 3, 7, 15, 31, 63, 127
\n" ); document.write( "
\r\n" );
document.write( "If you look at the Y-values, you will discover that\r\n" );
document.write( "each one is one less than the corresponding term \r\n" );
document.write( "of this sequence:\r\n" );
document.write( "\r\n" );
document.write( "2, 4, 8, 16, 32, 64, 128\r\n" );
document.write( "\r\n" );
document.write( "which are the 1st, 2nd, 3rd, 4th, etc. powers of 2.\r\n" );
document.write( "\r\n" );
document.write( "So the X-th term of the given sequence is 1 less than\r\n" );
document.write( "2X.  So the equation you're looking for is:\r\n" );
document.write( "\r\n" );
document.write( "Y = 2X - 1\r\n" );
document.write( "\r\n" );
document.write( "You just have to be observant and familiar with the\r\n" );
document.write( "various powers of small numbers to do problems like these.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );