document.write( "Question 184684: I need to figure out the slope and an equation for the following points.
\n" );
document.write( "(1,4), (2,16), (3,64), (4,256), (5,1024), (6,4096). I know that each time the Y value goes up by *4, but I can not figure out what the exact slope is. Please Help!!!! \n" );
document.write( "
Algebra.Com's Answer #138599 by stanbon(75887) ![]() You can put this solution on YOUR website! I need to figure out the slope and an equation for the following points. \n" ); document.write( "(1,4), (2,16), (3,64), (4,256), (5,1024), (6,4096). \n" ); document.write( "----------------- \n" ); document.write( "there is no consistent slope; the points are not on a line. \n" ); document.write( "---------------------- \n" ); document.write( "The equation for these points is an exponential equation: \n" ); document.write( "y = ab^x \n" ); document.write( "--- \n" ); document.write( "Substitute a couple of points into the form: \n" ); document.write( "16 = ab^2 \n" ); document.write( "4 = ab \n" ); document.write( "----------------- \n" ); document.write( "Divide the 2nd into the 1st to get rid of the \"a\" factor: \n" ); document.write( "4 = b \n" ); document.write( "-------------- \n" ); document.write( "Substitute that back into one of the equations to solve for \"a\". \n" ); document.write( "4 = a*4 \n" ); document.write( "a = 1 \n" ); document.write( "--------------- \n" ); document.write( "Equation: \n" ); document.write( "y = 4^x (this is the equation the points fit into) \n" ); document.write( "-------------- \n" ); document.write( "Here is the graph; you can see the slope is constantly changing. \n" ); document.write( " \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |