Question 834636
Use the caret to show exponentiation. 3^x={{{3^x}}}
Do you mean it's {{{x^3}}} or {{{3^x}}}??
{{{x+3=x^3}}}
{{{ graph( 300, 300, -5, 5, -5, 5, x^3,(x+3)) }}} 
.
.
.
{{{x+3=3^x}}}
{{{ graph( 300, 300, -5, 5, -5, 5, 3^x,(x+3)) }}} 
Please repost.