InterviewSolution
Saved Bookmarks
| 1. |
Find the value of the expression 5 × 2 – [3 – {5 – (7 + 2 of 4 - 19)}]1). 152). 123). 54). 16 |
|
Answer» Follow BODMAS rule to SOLVE this question, as per the order given below, Step - 1 - Parts of an equation enclosed in 'Brackets' must be solved first, Step - 2 - Any mathematical 'Of' or 'Exponent' must be solved next, Step - 3 - Next, the parts of the equation that CONTAIN 'Division' and 'Multiplication' are calculated, Step - 4 - LAST but not least, the parts of the equation that contain 'Addition' and 'Subtraction' should be calculated 5 × 2 – [3 – {5 – (7 + 2 of 4 - 19)}] = 5 × 2 – [3 – {5 – (7 + 8 - 19)}] = 5 × 2 – [3 – {5 – (15 - 19)}] ⇒ 5 × 2 – [3 – {5 – ( - 4)}] = 5 × 2 – [3 – {5 + 4}] = 5 × 2 – [3 – 9] = 5 × 2 – [ - 6] = 10 + 6 = 16. |
|