document.write( "Question 278389: f(x)=1/3^x raised to the x power for x values -3, -2, -1, 0, 1, 2, 3 \n" ); document.write( "
Algebra.Com's Answer #202556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=(1/3)^x raised to the x power for x values -3, -2, -1, 0, 1, 2, 3 \n" ); document.write( "--------------- \n" ); document.write( "Note: The negative on the exponent is an instruction; it says \"invert \n" ); document.write( "the base\". \n" ); document.write( "---------------------------------\r \n" ); document.write( "\n" ); document.write( "f(-3) = (1/3)^(-3) = 3^3 = 27 \n" ); document.write( "f(-2) = (1/3)^(-2) = 3^2 = 9 \n" ); document.write( "f(-1) = (1/3)^-1 = 3 \n" ); document.write( "f(0) = (1/3)^x = 1 \n" ); document.write( "f(1) = (1/3)^1 = 1/3 \n" ); document.write( "f(2) = (1/3)^2 = 1/9 \n" ); document.write( "f(3) = (1/3)^3 = 1/27 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |