Following the graph as listed we can immidiately say that (1/2,-2) & (-2,-8) must be wrong. This can be seen by the fact that the line's don't intersect in quadrants 1 & 4. It also cannot be greater than -2 or y would not =-2. Thus it must be (-1/2,-2) or (-2,1/2) and because we know they don't intersect in quadrant two, t<u>he correct answer must be (-1/2,-2)</u>. So the last answer is correct for the intersection point.
<em>TLDR: (-1/2,-2) is the correct answer. </em>
<em />
The axis of symmetry is -6 because the x always lies.
Answer:
13 + y
Step-by-step explanation:
hope i helped :) !
brainliest pleaseee !!?
Graph needs to be labeled. I labeled it as shown on picture. It also needs a title. The title can be up to you. :) you can title it “Karen riding her bike”
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