The second one is the answer
Answer:x+y=8
Step-by-step explanation:the line has an x intercept that is in between the points
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
Which expression is equivalent to the given expression?
15(12-x)
A.

hope this help
Sum means addition so the equation is x+5=14
To get the answer, just do 14-5 and the answer is 9