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) ![]() 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 \n" ); document.write( "2,4,8,16.. are all powers of two, so let's try that: \n" ); document.write( " \n" ); document.write( "And look that, it just so happens that it works for each row. \n" ); document.write( " |