Question

what is X^2sqrt(X)
Is it X^(2+0.5)=X^(5/2)

because if it is then why don't my numbers match?

Say x=2.
X^2sqrt(X)--> 4*2=8
X^(5/2)=5.66

Answers

MathMate
x^2 sqrt(x)
=x<sup>2</sup> sqrt(x)
=x<sup>2</sup> x<sup>(1/2)</sup>
=x<sup>(5/2)</sup>

For x=2,
x^2 sqrt(x)
=2<sup>2</sup> sqrt(2)
=4*1.414213462...
=5.6568542
(=2<sup>(5/2)</sup>)

Related Questions