Answer:
2(n+3)
Explanation:
Let's look at the statement:
'twice the sum of some number and 3'
Twice means 2 multiplied by something.
What is that something? It is the sum of some number and 3.
Let's replace the some number with variable n.
So it becomes the sum of n and 3, which translates to n+3.
So you put the two parts together:
2 multiplied by (n+3), rewritten as 2(n+3).