Answer:
I did it hope you will understand
Answer:
Amount water added = 4.5 L
Step-by-step explanation:
Given:
Amount of solution = 9 L
Amount of bane-berry = 3% of 9 L = 0.27 L
Computation:
Assume;
Amount water added = x L
Total solution = 9+x L
New percentage of bane-berry = 0.27x100/(9+x)
2 = 0.27*100/(9+x)
x = 4.5 L
Amount water added = 4.5 L
Answer:
wouldnt that be 64 or am i d u m b lol
Step-by-step explanation:
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Hi there! The answer is g(x) = 4^x.
The function g(x) is an exponential function, and these functions grow faster than linear or quadratic formulas.