Answer:
Step-by-step explanation:
First, you need to find the fraction of the passengers who are not senior citizens. Add 1/5 and 2/3 to get 13/15.
This means that 13/15 of the passengers aren't senior citizens and 2/15 of the passengers are senior citizens.
Hope i helped!
That seems so hard, sending prayers and brain cells to you.
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
Length =l
Height = h
Area function = l * h = 924
Perimeter function = 2i + 2h = 122
Divide by 2
I + h = 61.
Plug in I or h for the other variable
I * (61 - I) = 924
61i - i^2 = 924
Factor the function
(-I + 28)(I - 33) = 0
l = 33 as l cannot be negative
61 - 33 = 28
h = 28
Difference between h and l is 33-28=5
Answer:
97.5
Step-by-step explanation:
3.5cm cube surface area:
3.5*3.5*6 (the 6 faces of the cube) =
73.5
2cm cube surface area:
2*2*6 =
24
combined surface area:
73.5+24=
97.5