Answer:
2i: 169.71
2ii: 0.17L
3a: 4×10⁻⁵
3b: 110011
Step-by-step explanation:
2i. The surface of the top and bottom of the tin is two times (top and bottom) π·r² = 2·π·3² = 18π cm².
The circumference of the circle is 2·π·r = 6π cm².
The area of the material connecting top and bottom is a rectangle of the tin height times the circumference: 6·6π = 36π cm².
This gives a total of 18π + 36π = 54π cm².
With π approximated by 22/7 the total surface area is 54*22/7 ≈ 169.71.
Notice how the calculation is simple by waiting until the very last moment to substitute π.
2ii. The volume is the area π·r² of the circle times the height of the tin: 9π*6 = 54π cm³ ≈ 169.71 cm³.
Since 1L = 1000 cm³ the volume is 0.16971 litres, which should be rounded to 0.17 L.
3a: If we rewrite P as 36 x 10⁻⁴ and realize that 36/2.25 = 16, then the fraction can be written as
16 x 10⁻⁴⁻⁶ = 16 x 10⁻¹⁰.
The square root of that is taking it to the power of 1/2, so (16x10⁻¹⁰)^0.5 = 4x10⁻⁵ = 0.00004
3b: 1111 1111 is 255 in decimal. 101 is 5 in decimal. 255/5 is 51 in decimal. 51 in binary is 110011.
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
-1.6
Step-by-step explanation:
4x-2/5
=-8/5
=-1.6
Answer:
2 1/2 yard
Step-by-step explanation:
if each outfit requires 1/2 just multiply it by 5
Answer:
If the total cost of the 4 necklaces was 18.40 then that means in order to find out how much she spent on pendents she needs to subtract the amount of beads from from the total cost so,
18.40-11.20=7.20
And cause she made 4 necklaces she is going to need to divide 7.20 by 4 to find out the cost of money that she had spent on each necklaces pendants.
7.20÷4=1.80
Meaning that she had spent $1.80 on each necklaces pendants