Question 1121396
-------------------------------------------
n 2 x 3^3+4 has a value of 58. Insert grouping symbols in the expression 2 x 3^3+4 to produce the indicated values.
-------------------------------------------


Assuming the "x" means MULTIPLICATION,


order of precedence is Exponentiation, Multiplication, Division, Adds & Subtracts.


{{{2*3^3+4}}}
{{{2(27)+4}}}
{{{54+4}}}
{{{58}}}


You try other grouping symbol arrangements and find what each of them is.