Answer:
126
Step-by-step explanation:
We multiply 42 × 3= 126
The measure of the angle is 126.
60,000 would be the answer because it stays the same if under 5 it stays if above 5 rounds up once
Answer:
see below
Step-by-step explanation:
The volume of a cylinder is given by
V = pi r^2 h
We can find the radius from the diameter
r = d/2 = 34/2 = 17
V = (3.14) (17)^2 * 27
V =24501.42 m^3
The surface of a cone is found by
SA = pi r^2 + pi r l where l is the slant height
We can find the radius from the diameter
r = 8/2 = 4
SA =(3.14) * 4^2 + 3.14 * 4*7
=50.24+87.92
138.16 in^2
The lateral surface area of a pyramid is found by taking the area of the sides
LSA = 4 * the area of a triangle
we multiply by 4 since there are 4 sides
= 4 * 1/2 b*h where b is the base of the triangle and h is the height of the triangle. (in this case it would be the slant height)
= 2 * 8 *22
=352 m^2
Step-by-step explanation:
f(3)=?
f(x)=2x+5
put x=3,
f(3)=2(3)+5=6+5=11
------------
g(2)=?
g(x)=x^2-3
put x=2,
g(2)=2^2-3=4-3=1
-----------------
g(f(-1))=?
g(x)=x^2-3
and f(-1)=2(-1)+5= -2+5=3
so g(f(-1))=3^2-3=9-3=6
----------------
f(g(-1))=?
f(x)=2x+5
g(x)=g(-1)=(-1)^2-3=1-3= -2
f(g(-1))=2(-2)+5= -4+5=1
----------------
g(f(x))=?
g(x)= x^2-3
put x=f(x),
g(f(x))=f(x)^2-3=(2x+5)^2-3=4x+25+20x-3=24x+25