0
Make expression true
Need help with following expression. I need to make the following expression true. 40__4__3__1 = 24 Blanks can be filled with (÷, ×, +, -) operators. You can also use brackets if necessary. keep in mind that we cannot change the order of the numbers
7 Respostas
+ 3
40 - (4 * (3 + 1)) = 24
+ 3
This is your assignment so please try to do by yourself.
+ 2
Yousaf But this place is only to ask questions on your problem. So please better to post on your Activity Feed.
Please follow this guidelines:-
https://www.sololearn.com/discuss/1316935/?ref=app
+ 1
print('give up…')
+ 1
Yousaf Ok. No Problem.
0
No, this is not my assignment.
0
I know, i tried doing the problem myself. I came up with (40÷(3-1)) + 4 = 24 but changing order of numbers wasn't allowed.
I assure you this isn't my assignment