Question:
nested expressions. parenthesis, brackets, then curly brackets.?
Rashal
2012-11-19 06:32:55 UTC
if have:
( { [ (2 + 5) * 4 ] / 3 } /5 )

can we start over again after the curly brackets Parenthesis then brackets then Curly Parenthesis and so on?
or there is another symbol after the curly brackets?
Three answers:
kumorifox
2012-11-19 06:35:48 UTC
You would start again with normal parentheses. The innermost parentheses are separated from the other set by the square brackets, so ambiguity won't creep in.
Moon
2012-11-19 06:35:24 UTC
( { [ (2 + 5) * 4 ] / 3 } /5 )



= ( { [ (7) * 4 ] / 3 } /5 )



= ( { [ 28 ] / 3 } /5 )



= ( { 28/3 } /5 )



= ( 28/15 ) ..................... answer



..........
antilla
2016-12-29 11:52:24 UTC
the version is via the fact in an equation you will possibly do brackets then parentheses. there's a distinction,by way of fact in case you probably did the parentheses first you will possibly finally end up with the incorrect answer.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...