InterviewSolution
Saved Bookmarks
| 1. |
In the following questions given below, use the following notations :A “ B means “add B to A”A ‘ B means “subtract B from A”A @ B means “divide A by B”A, B means “multiply A by B”The total airfare is calculated by adding 15% basic fare as fuel surcharge, 2% of basic fare as IATA charges and Rs. 200 s airport tax to the basic fare. if the basic fare of a section is B, which of the following will represent the total fare?(A) B ‘ (B , 15) @ 100” (B , 2) @ 100” 200(B) B” (B , 15) @ 100” (B, 2) @ 100” 200(C) B” (B , 15) @ 100” (B, 2) @ 100” 200(D) B” (B, 15) @ 100” (B, 2) @ 100” 100 |
| Answer» (C) B” (B , 15) @ 100” (B, 2) @ 100” 200 | |