So, as you see in the title the question is about $(3+5)(3+5)$
I find two ways to solve it:
$1)$ the first way:
$(3+5)(3+5)
=(8)(8)
=8\cdot8
=64$
In this way of solving it, I just respected the rule of solving that what is insides de parenthesis in priority.
$2)$ the second way:
$(3+5)(3+5)
=(3+5)^2$
I use the identity: $(a+b)^2=a^2+2ab+b^2$
to get $(3+5)^2=3^2+2\cdot3\cdot5+5^2
=9+30+25
=64$
As you see here I didn't solve that what is inside de the parenthesis in priority while I could.
My question is: Is the second method wrong because I didn't respect the parenthesis priority?
Thank you for reading.
-Edit: I add a way to solve it to make it clearer for me:
-3) So I just multiply the expessions in parenthesis one by one without using an identity to get $$(3+5)(3+5) =(3*3)+(3*5)+(5*3)+(5*5) =9+15+15+25 =64$$
Here I disrespected the parenthesis priority in a more visible way. Is it still correct?
-Edit: I opened a new question here still to clarify my point: Two ways for $\frac{(1-1)(1-1)}{(1-1)}$ two results
y = f(x) * (g(x) + h(x));doesn't necessarily have a well-defined order in which the calls tof,g, andhare made. It's for this reason that I hate the phrase “order of operations” to refer to operator priority/precedence. – Dan Oct 14 '24 at 18:28