InterviewSolution
Saved Bookmarks
| 1. |
If a = 6, b = 7 then the value of the expression (5/4) + (3b + 7)/(2a + 4) will be:1. 22. 93. 54. 3 |
|
Answer» Correct Answer - Option 4 : 3 Given: a/b = 6/7 Calculation: ∵ (5/4) + (3b + 7)/(2a + 4) ⇒ (5/4) + [(3 × 7) + 7]/[(2 × 6) + 4] ⇒ (5/4) + (21 + 7)/(12 + 4) ⇒ (5/4) + 28/16 ⇒ (5/4) + 7/4 ⇒ (5 + 7)/4 ⇒ 12/4 = 3 |
|