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 #114492 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
\"f%28x%29=3%5Ex%2B7\"\r
\n" ); document.write( "\n" ); document.write( "x=-2 then \"f%28-2%29=3%5E-2%2B7=%281%2F9%29%2B7\"
\n" ); document.write( "x=-1 then \"f%28-1%29=3%5E-1%2B7=%281%2F3%29%2B7\"
\n" ); document.write( "x=0 then \"f%280%29=1%2B7=8\"
\n" ); document.write( "x=1 then \"f%281%29=3%2B7=10\"
\n" ); document.write( "x=2 then \"f%282%29=3%5E2%2B7=16\"
\n" ); document.write( "
\n" );