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
3/5 cannot be simplified into a smaller fraction.
Answer:
x×x-5x-6
x × -4X - 6
Step-by-step explanation:
x×x-5x-6
x × -4X - 6
What is the third quartile of the data set? 23, 35, 55, 61, 64, 67, 68, 71, 75, 94, 99
lara [203]
Answer:
75
Step-by-step explanation:
Q1=55 Q2=67 Q3=75
Answer:

Step-by-step explanation:
A correlation coefficient is a number ranging from -1 and 1 that measures the strength and direction of a linear relationship.
- If it is a negative number, the linear relationship is also negative. If it's positive, the relationship is positive.
- The closer it is to -1 or 1, the stronger the relationship.
Since the question only asks for the strongest relationship and does not ask for the direction (positive/negative), we can simply choose the number closest to -1/1. Therefore, the answer is -0.92.