<span>the space (usually measured in degrees) between two intersecting lines or surfaces at or close to the point where they meet</span>
6000=2560(1+0.052)^t
Solve for t
t=log(6,000÷2,560)÷log(1+0.052)
t=16.8 years
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:
36
Step-by-step explanation:
4*6=24
3*4=12
24+12=36
8 ounce jar is 0.5 pounds
1.29 divided by 0.5= $2.6
2 pound jar
4.49 divided by 2= $2.3
hopefully this helped??