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:
35/16 sec ( 2 3/16 sec)
Step-by-step explanation:
This assumes you glove is at height = 0
0 = -16t^2 + 35t
0 = t ( -16t + 35) shows t = 0 ( before you throw it) and t = 35/16 sec
Answer:
The first one is equivalent [the 6x+48 = 2(3x+24)] and the second one is <u>NOT</u> equivalent [the 7x+21 ≠ 2(5x+3)]
Step-by-step explanation:
Just follow distributive property to solve these. You can ignore the first expression in both until you have to compare the answers.
1. 6x+48 and 2(3x+24)
2(3x+24) ---> 2(3x) + 2(24) ---> <u>6x + 48</u>
Bring in the first expression ~ <u>6x+48 and 6x+48 </u>
They are the same, so they are equivalent
2. 7x+21 and 2(5x+3)
2(5x+3) ---> 2(5x) + 2(3) ----> 10x + 6
Bring in the first expression ~ <u>7x+21 and 10x + 6</u>
They are NOT the same, so they are NOT equivalent
Yes its correct. 7.4-.2=7.2
Answer:2
Step-by-step explanation: