Partial Answer:
For #10 the solutions are 2 and 5
Step-by-step explanation:
Solutions for an equation can be x-intercepts, or where it touches the x or horizontal line. The equation in #10 touches the x line at 2 and 5.
The solid shape is made from a cylinder and a hemisphere. The radius of the cylinder is equal to the radius of the hemisphere. The cylinder has a height of 10 cm. The curved surface area of the hemisphere is 32π cm2.
Minutes
Median 170
Lower quartile 100
Upper quartile 220
The factors of 27 are 1, 3, 9, and 27 .
A prime number has only two factors. They are ' 1 ' and itself.
27 has four factors, so it's not prime.
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.