Question 1200942
<pre>
Which of these, if any, do you mean?  

{{{f(x)=10^3x-5*e^2x^2}}}

{{{matrix(2,1,"",f(x)=10^(3x-5)*e^(2x^2))}}}

{{{f(x)=10^3(x-5)*e^2(x^2)}}}

{{{f(x)=10^(3x)-5*(e^2x)^2)}}}

{{{f(x)=10^(3x)-(5*e^2x)^2)}}}

{{{f(x)=10^(3x)-(5*e^2)(x^2)}}}

{{{matrix(2,1,"",f(x)=10^(3x)-5*e^(2*x^2))}}}

You must use parentheses around what is
to be taken all together as one quantity.

Edwin</pre>