document.write( "Question 1029899: If the x column has the numbers - 1,2,3,4,5,6 and the y column has the numbers 2,4,8,16,32,64. What would the expression be? Thank-you \n" ); document.write( "
Algebra.Com's Answer #644826 by TLaner(1)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming that y is some function of x.
\n" ); document.write( "You need to look for patterns and perform induction to create some function such that \"y=f%28x%29\"
\n" ); document.write( "2,4,8,16.. are all powers of two, so let's try that:
\n" ); document.write( "\"y=2%5Ex\"
\n" ); document.write( "And look that, it just so happens that it works for each row.
\n" ); document.write( "
\n" );