No! neither
)
, which is what I think you mean, nor
)
, which is what you actually wrote, is equal to

. The first
means "find the square root of x, then take the cosine of that number, then multiply it by itself 5 times". The second
means "find the square root of x, multiply that by 5, then take the cosine". The last
means "find the square root of x, find the cosine of it, then multiply by 5".
For example, if x= 4,

so that
= cos(2)= -0.4161)
(approximately) so that
= (-0.4161)^5= -0.01248)
, approximately. Of course,
= 5 cos(2)= 5(-.4161)= -2.0807)
. Of course,
= 10)
so
= cos(10)= -0.8391)
.
Those are three different calculations giving three different answers.