170k views
5 votes
Insert parentheses and or additions sings to make equation true 3 2 4 1 =13

2 Answers

5 votes
one way could be:
( 3 * 4 ) + 2 - 1
User Medhat Gayed
by
8.2k points
4 votes
Parentheses indicate multiplication (no need to use the "*" sign).
So the question is basically asking for the usage of multiplication and addition only.

To get 13 through the given combination using only parentheses and addition, you can write it as follows:
3 + 2(4+1) = 13

Now, let's check this:
3 + 2(4+1)
= 3 + 2(5)
= 3 + 10
= 13 which is the required output.
User Sumit Bopche
by
9.0k points