document.write( "Question 155473: I'm trying to identify 5 ordered pairs for the following equation:
\n" );
document.write( "f(x)=3^x+7
\n" );
document.write( "When I graph the equation, it looks like I'm coming out with:
\n" );
document.write( "-3, -4, -5, -6, and -7 as my 'x' coordinates. My 'y' coordinates appear to be -1, 3, 9, etc... Am I doing this right?
\n" );
document.write( "Thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #114494 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! identify 5 ordered pairs for the following equation: \n" ); document.write( "f(x)=3^x+7 \n" ); document.write( "----------------- \n" ); document.write( "f(-1) = 3^(-1) + 7 = (1/3) + )\r \n" ); document.write( "\n" ); document.write( "f(3) = 3^(3) + 7 = 27 + 7 = 34\r \n" ); document.write( "\n" ); document.write( "f(-2) = 3^(-2)+7 = (1/9) + 7 = 7 1/9\r \n" ); document.write( "\n" ); document.write( "f(4) = 3^(4) +7 = 81 + 7 = 88\r \n" ); document.write( "\n" ); document.write( "f(-3) = 3^(-3) + 7 = (1/27) + 7 = 7 1/27 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |