document.write( "Question 1046616: For each of the following, fill in the table of values. \r
\n" );
document.write( "\n" );
document.write( "a. f(X) = lxl
\n" );
document.write( "(It has all of the X values listed. They are as follows: -3, -2, -1, zero, one, two, three. I have to fill in the, that is the output: f(X). How do I do this?\r
\n" );
document.write( "\n" );
document.write( "b. F(X) = x^3\r
\n" );
document.write( "\n" );
document.write( "C. f(X) = 2^x \n" );
document.write( "
Algebra.Com's Answer #662069 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! F(x) = |x| \n" ); document.write( "----- \n" ); document.write( "Whevever you see an x, sub the value. \n" ); document.write( "F(-3) = |-3| = 3 \n" ); document.write( "F(-2) = |-2| = 2 \n" ); document.write( "Etc. \n" ); document.write( "------- \n" ); document.write( "F(x) = x^3 \n" ); document.write( "F(-3) = (-3)^3 = -27 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "F(0) = 0 \n" ); document.write( "F(1) 1^3 = 1 \n" ); document.write( "Etc \n" ); document.write( "============ \n" ); document.write( "F(x) = 2^x \n" ); document.write( "F(-3) = 2^(-3) = 1/8 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "F(0) = 2^0 = 1 \n" ); document.write( "F(3) = 2^3 = 8 \n" ); document.write( "---------------------------- \n" ); document.write( "People get nervous about functions. \n" ); document.write( "It's just substitution. \n" ); document.write( " \n" ); document.write( " |