document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #548528 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
The rule is what is done to the input to produce the output.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Not required to be easy, but I believe I detect something:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"1%2F3=%281%5E2%29%2F3\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"4%2F3=%282%5E2%29%2F3\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3=9%2F3=%283%5E2%29%2F3\"...\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "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.
\n" ); document.write( "
\n" );