Answer: 7x + 261
Step-by-step explanation:
(5x + 252 + x + 5) + (x + 4)
5x + 252 + x + 5 + x + 4 (get rid of parenthesis)
7x + 261 (combine like terms)
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
The answer is D. If you divide 1000 by 100, it is 10. 10 is equal to 1/100 of its previous value of 1000.
Answer:
the farmer planned to have the work done in 6 days, and the area of the farm field is 120 times 6 = 720 hectares.
<h3>
Answer:</h3>
b. The side length of a cube is dependent on the volume.
<h3>
Step-by-step explanation:</h3>
The function definition V(s) means the volume (V) is dependent upon the side length (s), <em>not the other way around</em>.