Number of people in the canoes which hold 2 people =
485 - 273 = 212 therefore there are 212 / 2 = 106 canoes holding 2 people.
The number of canoes holding 3 people = 273/3 = 91
Total number of canoes = 106 + 91
=<u> 197</u> (answer)
Hope this helps
Let x = big number
Let y = small number
x + y = 66...Equation A
2y = x + 15...Equation B
We have two equations in two unknowns.
x + x + 15 = 66
2x = 66 - 15
2x = 54
x = 54/2
x = 27
Plug x = 27 into EITHER equation above to find y.
I will use Equation A.
x + y = 66
27 + y = 66
y = 66 - 27
y = 39
The two numbers are 27 and 39.
Answer: 58
Step-by-step explanation: You simply convert the 288 ounces into pounds.
(If you don't know how to divide the ounces by 16) Anyways once you get that you get 18 pounds and then add 18+40 to get your answer
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