It doesn't matter. It's the same distance from zero
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
<span>The answers are b = 5 square root of 3; b = -5 square root of 3. f(b) = b^2 – 75. If f(b) = 0, then b^2 – 75 ) 0. b^2 = 75. b = √75. b = √(25 * 3). b = √25 * √3. b = √(5^2) * √3. Since √x is either -x or x, then √25 = √(5^2) is either -5 or 5. Therefore. b = -5√3 or b = 5√3.</span>
Well, as far as I can tell, the mean (average) is the best representation of the data because there is no outlier (a number a lot higher or lower than the rest of the numbers that throws the data off).
3/18 = 0.166667
hope this helps .