Can someone please help me with this?
Problem here:
Write an expression for the sequence of operations described below.
double 10, then add g to the result
DO NO SIMPLIFY ANY PART OF THE EXPRESSION.

Respuesta :

Hi There!

Solution:

Double 10 = 10 * 2 = 20

Add g to the result above = 20 + g

Answer:

20 + g

Hope This Helps :)