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
The correct answer would be B
Answer: Algebraically, linear functions are polynomial functions with a highest exponent of one, exponential functions have a variable in the exponent, and quadratic functions are polynomial functions with a highest exponent of two.
Step-by-step explanation: A linear equation is a type of equation in which the graph is straight and each term is a constant or a power of a constant. The formula is y=mx+b. Quadratic equations are similar to exponential equations by having a curve in the graph.