41.8k views
3 votes
Write the expression for the sequence of operations described below.

Subtract 5 from n, raise the result to 6th power, then subtract m from what you have

Do not simplify any part of the expression

User Andrew Ngo
by
4.8k points

1 Answer

2 votes

Answer:


(n-5)^6 - m

Explanation:

We are to write the expression for the sequence of operations described.

Subtract 5 from n, raise the result to 6th power, then subtract m from what you have

First Subtract 5 from n, we will have;

n - 5

Then raise the result to 6th power to have

= (n-5)^6

And finally subtract m from the result to have;

(n-5)^6 - m

Hence the required expression is
(n-5)^6 - m

User Die In Sente
by
5.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.