document.write( "Question 1127499: What would be the rule to represent the function for these coordinates:
\n" );
document.write( "(1,0) (1,3) (2,9) (3,27) (4,81) \n" );
document.write( "
Algebra.Com's Answer #743907 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! As it is written, it is not a function, since the same x-value has two y-values \n" ); document.write( "If the first term is (0, 1), then the rule is (x, 3^x)\r \n" ); document.write( "\n" ); document.write( "(2, 9) is 2^3+1 and (3, 27) is 3^3. That isn't quite right, but if the first coordinate is the exponent, and the second coordinate is 3^x, it all comes together. \n" ); document.write( " |