0

4**2/5>2**2or(3+5)/4<10/2. Please solve this with steps.

31st Mar 2017, 2:02 AM
Dilshani Mihirangani
Dilshani Mihirangani - avatar
4 Answers
+ 4
16/5 > 4 OR 8/4 < 5 3 > 4 OR 2 < 5 false OR true true #not sure
31st Mar 2017, 2:35 AM
Heng Jun Xi
Heng Jun Xi - avatar
0
1) 3.2 > 4 or 4 < 5 2) False or True 3) True
31st Mar 2017, 2:38 AM
Arnaldo B.
Arnaldo B. - avatar
0
To remember. In "or" statement, we need one "True" in the expression to return True. For example: True or False -> True In "and", we need one False to return False in the expression. Example: True and False - > False
31st Mar 2017, 2:58 AM
Arnaldo B.
Arnaldo B. - avatar
0
We use maths BODMAS rule to solve this First we break this into 2 parts (witch is sperated by or operator) in following program it print each step https://code.sololearn.com/chq7U7GGCdB7/?ref=app
31st Mar 2017, 3:05 AM
Eranga
Eranga - avatar