Answer: (4,2)
Step-by-step explanation:
When a point is reflected over the x axis, only the x value changes to the opposite sign (positive or negative). The y value doesn’t change.
3·m - 2/3 - 2·m + 1/4 = 2/12
m - 2/3 + 1/4 = 2/12
m = 2/12 - 3/12 + 8/12
m = 7/12
Answer:
y=(1/2)x-5
make sure you use the fraction button on top of clear all to add 1/2
Step-by-step explanation:
..................
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
Fifteen divided by three is 18