normal10 normal10
  • 04-04-2020
  • Mathematics
contestada

... The area between the x-axis & y=x² – 3x² + 2x 0
[tex]0 \leqslant x \leqslant 2[/tex]
​

Respuesta :

ghanami
ghanami ghanami
  • 04-04-2020

Answer:

Step-by-step explanation:

hello :

calculate :F(x) = ∫(x²-3x+2)dx

F(x) = (1/3)x^3 -(3/2)x² +2x

the area is :A =  F(1)-F(0)

F(1) = (1/3)1^3 -(3/2)1² +2(1) =5/6

F(0) =0

so A= 5/6 Uof area

Ver imagen ghanami
Answer Link

Otras preguntas

You are handed a mystery pea plant with tall stems and axial flowers and asked to determine its genotype as quickly as possible. You know that the allele for t
What is the slope of the equation of the line 2x+3y=15
Pregnant women should be encouraged to consume adequate carbohydrate for which of the following reasons? (A) Provide energy to support her anabolic processes.
Which of the following people would have been a member of the third state
A society is held together by a shared sense of identity and worldview. This collective body of ideas allows a society to make sense of the world, its challenge
14a+5+8a-3+16b Simplify the expression by combining like terms
Which of the following happened in Germany during Kristallnacht? Check all that apply. 1. War with Britain was declared. 2. Synagogues across Germany were b
How many more unit tiles must be added to the function f(x)=x^2−6x+1 in order to complete the square? 1 6 8 9
ustedes / pedir / ensalada de mariscos y vino blanco
Given the class definition: class CreateDestroy { public: CreateDestroy() { cout << "constructor called, "; } ~CreateDestroy() { cout << "destructor