SOLUTION: It is a table with top numbers (input) being 0,1,2,3 and corresponding numbers on bottom (output) being 0, 1/3, 4/3, 3. It says write rule for the function. I don't even know how

Algebra ->  Equations -> SOLUTION: It is a table with top numbers (input) being 0,1,2,3 and corresponding numbers on bottom (output) being 0, 1/3, 4/3, 3. It says write rule for the function. I don't even know how       Log On


   



Question 904108: It is a table with top numbers (input) being 0,1,2,3 and corresponding numbers on bottom (output) being 0, 1/3, 4/3, 3. It says write rule for the function. I don't even know how to begin.
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
The rule is what is done to the input to produce the output.

Not required to be easy, but I believe I detect something:

1%2F3=%281%5E2%29%2F3;

4%2F3=%282%5E2%29%2F3;

3=9%2F3=%283%5E2%29%2F3...


The NUMERATOR of the term at index n is n^2, but you are including a term of index 0 to begin. Each output then is %28n%5E2%29%2F3, for each input of index n.