1. If a is the base amount expenditure, b is the increase in the operation cost each year over a period of n years, the total cost of maintenance is :





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->There is 60% increase in an amount in 6 years at simple interest. What will be the compound interest of Rs. 12,000 after 3 years at the same rate?....
QA->If we deposit an amount, at simple interest, the amount doubles in 8 years. Then it will become three times in ___ years.....
QA->Assume that 20 cows and 40 goats can be kept for 10 days for Rs. If the cost of keeping 5 goats is the same as the cost of keeping 1 cow, what will be the cost for keeping 50 cows and 30 goats for 12 days?....
QA->The average age of husband, wife and their child 3 years ago was 27 years and that of wife and the child 5 years ago was 20 years. What is the present age of the husband?....
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
MCQ->If a is the base amount expenditure, b is the increase in the operation cost each year over a period of n years, the total cost of maintenance is :....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
MCQ->Three friends, P, Q and R started a partnership business investing money in the ratio of 5 : 4 : 2 respectively for a period of 3 years. What is the amount received by P as his share profit? I.  Total amount invested in the business in Rs. 22,000. II.  Profit earned at the end of 3 years is of the total investment.  III.  The average amount of profit earned per year is Rs. 2750.....
MCQ->Consider the following statements : 1. Pumps in series operation allow the head to increase. 2. Pumps in series operation increase the flow rate. 3. Pumps ill parallel operation increase the flow rate. 4. Pumps in parallel operation allow the head to increase. Which of these statements are correct ?....
MCQ->Chemical engineering plant cost index is used for finding the present cost of a particular chemical plant, if the cost of similar plant at some time in the past is known. the present cost of the plant = Original cost [index value at present / index value at the time of original cost was obtained] The most major component of this cost index is....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution