which type of function is represented by the table of values below?\n| x | y |\n| 1 | 4 |\n| 2 | 16 |\n| 3 |…

which type of function is represented by the table of values below?\n| x | y |\n| 1 | 4 |\n| 2 | 16 |\n| 3 | 64 |\n| 4 | 256 |\n| 5 | 1,024 |\nexponential\nlinear\nquadratic\n square root
Answer
Answer:
A. exponential
Explanation:
Step1: Check ratio of y - values
$\frac{16}{4}=4$, $\frac{64}{16}=4$, $\frac{256}{64}=4$, $\frac{1024}{256}=4$.
Step2: Analyze function type
Since the ratio of consecutive y - values is constant (4), it's an exponential function.