1) split the range in three identical invervals of size [6 - 0] / 3 = 2
2) form three rectangles
2a) First rectangle: base 2, height f(2) = 2^2 + 1 = 5
area 1 = base * height = 2 * 5 = 10
2b) second rectangle: base 2, height f(2+2) = 4^2 + 1 = 17
area 2 = 2 * 17 = 34
2c) third rectangle: base 2 height f(4+2) = 6^2 + 1 = 37
area 3 = 2*37 = 74
3) total area = area 1 + area 2 + area 3 = 10 + 34 + 74 = 118
Answer:
The domain of function (m.n)x is same as domain of function m(x).
Step-by-step explanation:
Domain: Any set of input values for which the function is defined and valid.
m(x)=x+5/x-1
Domain of m(x) is x>1 or x<1, x≠1, because if x=1 the function will be undefined.
n(x) = x – 3
Domain of x -3 is -∞<x<∞ i.e all real numbers
(m.n)x = (x+5/x-1)(x-3)
= (x+5)(x-3)/x-1
The Domain of (m.n)x is x<1 or x>1 or x≠1 because the function is undefined for x=1
So, the domain of function (m.n)x is same as domain of function m(x).