Step-by-step explanation:
= 5 • ( 4• x )
= 5 ( 4x )
= 20x

Answer:
SA = 156π
Step-by-step explanation:
The formula for surface area of a cylinder is
SA = 2πr² + 2πrh where r is the base radius, and h is the height.
We are given r = 6 and h = 7. Plug in those values and evaluate...
SA = 2π(6²) + 2π(6)(7)
SA = 2π(36) + 2π(42)
SA = 72π + 84π
SA = 156π
Answer:
- Please see the attached picture for full solution!:)
------------------ HappY LearninG<3 -------------
<span>f(x)= -2x +1 for f(3)
f(3) = -2(3) + 1 = -5
answer
</span><span>A)-5</span>
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.