I am working through data sets and exponential relations. I currently have to create a data set that contains such exponential relation.I chose f(x) = 2^(x+2) Thus my data set would be as follows:__x__ __y__ 0 4 1 8 2 16 3 32 4 64 5 128 6 256 7 512 8 1,024When I graph this, it looks different than the examples used, am I assigning the correct x and y values?