Answer:
120
Step-by-step explanation:

Actually Welcome to the Concept of the Surface Areas and Volumes.
Since, Volume of cone = 1/3 π r^2 h,
here, r = 10 Inches and h= 12 inches, also π =3.14
so, VOC = 1/3 π (10)^2 × (20)
VOC = 1/3(3.14)(100)(20)= 2093.33 inch^3
=> so the volume of the cone is 2093.33 cubic inches.
Answer:
5:3
Step-by-step explanation:
When the ratio says x:y=5:1, it means that x is 5 times greater than y. So, plug in 5 for x and 1 for y.
4(5)+5(1):3(5)
20+5:15
25:15 , if simplified then the ratio 5:3
135
9
15
are the answers i just did this test
Answer:
a. p1(x) = 2 - x
b. p2(x) = x² - 3*x + 3
c. p1(0.97) = 1.03; p2(0.97) = 1.0309
Step-by-step explanation:
f(x) = 1/x
f'(x) = -1/x²
f''(x) = 2/x³
a = 1
a. The linear approximating polynomial is:
p1(x) = f(a) + f'(a)*(x - a)
p1(x) = 1/1 + -1/1² * (x - 1)
p1(x) = 1 - x + 1
p1(x) = 2 - x
b. The quadratic approximating polynomial is:
p2(x) = p1(x) + 1/2 * f''(a)*(x - a)²
p2(x) = 2 - x + 1/2 * 2/1³ * (x - 1)²
p2(x) = 2 - x + (x - 1)²
p2(x) = 2 - x + x² - 2*x + 1
p2(x) = x² - 3*x + 3
c. approximate 1/0.97 using p1(x)
p1(0.97) = 2 - 0.97 = 1.03
approximate 1/0.97 using p2(x)
p2(0.97) = 0.97² - 3*0.97 + 3 = 1.0309