40.8k views
14 votes
Write an expression for the sequence of operations described below.

Raise 3 to the 9th power, subtract the result from t, then double what you have . DO NOT SIMPLIFY ANY PART OF THE EXPRESSION

1 Answer

6 votes

Answer:


2(t - 3^9)

Explanation:

Required

Represent the instruction mathematically

Instruction 1: Raise 3 to 9th power


a: 3^9

Instruction 2: Subtract (1) from t


b: t - 3^9

Instruction 3: Double (2)


c: 2 * (t - 3^9)


c: 2(t - 3^9)

Hence, the result is:
2(t - 3^9)

User RyanN
by
3.9k points