Answer:
10% decrease
Step-by-step explanation:
The formula for percent change is:

Therefore, for this example:

The negative value indicates that the change was a decrease. Therefore, there was a 10% decrease.
There are 15 troop members. 10 like to fish. The probability that the new guy is paired with a guy who likes fishing is 10/15, which is 67%
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:
3/6 and 5/10
Explanation:
Given the fraction 1/2:
(a)Multiply the numerator and denominator by 3

An equivalent fraction is 3/6.
(b)Multiply the numerator and denominator by 5:

An equivalent fraction is 5/10.