Advertisements
Advertisements
Find the assignments of salesman to various district which will yield maximum profit
| Salesman | District | |||
| 1 | 2 | 3 | 4 | |
| A | 16 | 10 | 12 | 11 |
| B | 12 | 13 | 15 | 15 |
| C | 15 | 15 | 11 | 14 |
| D | 13 | 14 | 14 | 15 |
Concept: undefined >> undefined
For the following assignment problem minimize total man hours:
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 7 | 25 | 26 | 10 |
| B | 12 | 27 | 3 | 25 |
| C | 37 | 18 | 17 | 14 |
| D | 18 | 25 | 23 | 9 |
Subtract the `square` element of each `square` from every element of that `square`
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 0 | 18 | 19 | 3 |
| B | 9 | 24 | 0 | 22 |
| C | 23 | 4 | 3 | 0 |
| D | 9 | 16 | 14 | 0 |
Subtract the smallest element in each column from `square` of that column.
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | `square` | `square` | 19 | `square` |
| B | `square` | `square` | 0 | `square` |
| C | `square` | `square` | 3 | `square` |
| D | `square` | `square` | 14 | `square` |
The lines covering all zeros is `square` to the order of matrix `square`
The assignment is made as follows:
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 0 | 14 | 19 | 3 |
| B | 9 | 20 | 0 | 22 |
| C | 23 | 0 | 3 | 0 |
| D | 9 | 12 | 14 | 0 |
Optimum solution is shown as follows:
A → `square, square` → III, C → `square, square` → IV
Minimum hours required is `square` hours
Concept: undefined >> undefined
Advertisements
`int 1/sqrt(x^2 - 9) dx` = ______.
Concept: undefined >> undefined
The slope of a tangent to the curve y = 3x2 – x + 1 at (1, 3) is ______.
Concept: undefined >> undefined
The area of the region bounded by the curve y = x2, x = 0, x = 3, and the X-axis is ______.
Concept: undefined >> undefined
State whether the following statement is true or false.
If `int (4e^x - 25)/(2e^x - 5)` dx = Ax – 3 log |2ex – 5| + c, where c is the constant of integration, then A = 5.
Concept: undefined >> undefined
`int x/((x + 2)(x + 3)) dx` = ______ + `int 3/(x + 3) dx`
Concept: undefined >> undefined
Find the area between the two curves (parabolas)
y2 = 7x and x2 = 7y.
Concept: undefined >> undefined
Divide 20 into two ports, so that their product is maximum.
Concept: undefined >> undefined
State whether the following statement is true or false:
To convert a maximization-type assignment problem into a minimization problem, the smallest element in the matrix is deducted from all elements of the matrix.
Concept: undefined >> undefined
Calculate the cost of living index number for the following data by aggregative expenditure method:
| Group | Base year | Current year | |
| Price | Quantity | Price | |
| Food | 120 | 15 | 170 |
| Clothing | 150 | 20 | 190 |
| Fuel and lighting | 130 | 30 | 220 |
| House rent | 160 | 10 | 180 |
| Miscellaneous | 200 | 11 | 220 |
Concept: undefined >> undefined
Solve the following
`int_0^1 e^(x^2) x^3 dx`
Concept: undefined >> undefined
Three new machines M1, M2, M3 are to be installed in a machine shop. There are four vacant places A, B, C, D. Due to limited space, machine M2 can not be placed at B. The cost matrix (in hundred rupees) is as follows:
| Machines | Places | |||
| A | B | C | D | |
| M1 | 13 | 10 | 12 | 11 |
| M2 | 15 | - | 13 | 20 |
| M3 | 5 | 7 | 10 | 6 |
Determine the optimum assignment schedule and find the minimum cost.
Concept: undefined >> undefined
Determine the minimum value of the function.
f(x) = 2x3 – 21x2 + 36x – 20
Concept: undefined >> undefined
Evaluate the following:
`intx^3e^(x^2)dx`
Concept: undefined >> undefined
Evaluate the following.
`intx^3/sqrt(1+x^4)dx`
Concept: undefined >> undefined
Evaluate the following.
`intx^3 e^(x^2) dx`
Concept: undefined >> undefined
Evaluate the following.
`intx^3/sqrt(1+x^4) dx`
Concept: undefined >> undefined
Evaluate the following.
`intx^3e^(x^2) dx`
Concept: undefined >> undefined
Evaluate `int (1 + x + x^2/(2!))dx`
Concept: undefined >> undefined
