max is thinking of a number, which he calls n. he adds 8 and then doubles the sum. write an expression to…

max is thinking of a number, which he calls n. he adds 8 and then doubles the sum. write an expression to represent maxs number.
Answer
Explanation:
Step1: Add 8 to n
$n + 8$
Step2: Double the sum
$2(n + 8)$
Answer:
$2(n + 8)$