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
Step-by-step explanation:
5 tablespoons = 2 cups milk
1 tablespoon = 2/5 cups milk
40 tablespoons = 2/5 × 40 = 16 cups milk
Answer:
5,874,589,152,000 mi.
Step-by-step explanation:
Given function:

The minimum value of the function can be found by setting the first derivative of the function to zero.


Solving for x:


Substituting the value of x into the original function:

Hence, the minimum value in the given range is (-1, -0.368)
Answer:
Total amount of fluid sold = 63 ounces
Step-by-step explanation:
Given:
Each bottle contain = 2.1 ounces
Total number bottle = 30
Find:
Total amount of fluid sold
Computation:
Total amount of fluid sold = Each bottle contain x Total number bottle
Total amount of fluid sold = 2.1 x 30
Total amount of fluid sold = 63 ounces