Answer:
75 in^2
Step-by-step explanation:
The surface area is the sum of the areas
Area of the square:
A = s^2 = 5^2 =25
Area of one triangle
A = 1/2 bh = 1/2 (5)(5) = 25/2
There are 4 triangles
4* (26)/2 = 50
The sum is 25+50 = 75
Answer:No
Step-by-step explanation:
Because:
60 divided by 12 equals 5
72 divided by 12 equals 6
So they all would not get a piece
C
If you plug in the values in that equation, it works.
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
Answer:
c
Step-by-step explanation:
Because you can't have multiple x-values. You can only have multiple y-values.