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
4c+5.6d=1360
Let
Children (c)=x
Adults (d)=284-x
4x+5.6 (284-x)=1360
Solve for x
4x+1590.4-5.6x=1360
4x-5.6x=1360-1590.4
-1.6x=-230.4
X=230.4÷1.6
X=144 children
284−144=140 adults
Answer:
It is a quadrilateral.
Step-by-step explanation:
Quadrilateral is a 4-sided shape where the total angles is 360°.
So when you add up all the angles, you will get 360°.
Answer:
7y−2
Step-by-step explanation: