Answer:
b = 3 or -3 i suppose
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.
Answer:
49m/s
59.07 m/s
Step-by-step explanation:
Given that :
Distance (s) = 178 m
Acceleration due to gravity (a) = g(downward) = 9.8m/s²
Velocity (V) after 5 seconds ;
The initial velocity (u) = 0
Using the relation :
v = u + at
Where ; t = Time = 5 seconds ; a = 9.8m/s²
v = 0 + 9.8(5)
v = 0 + 49
V = 49 m/s
Hence, velocity after 5 seconds = 49m/s
b) How fast is the ball traveling when it hits the ground?
V² = u² + 2as
Where s = height = 178m
V² = 0 + 2(9.8)(178)
V² = 0 + 3488.8
V² = 3488.8
V = √3488.8
V = 59.07 m/s
Answer:
2 to the power of one sixth
Step-by-step explanation:
Assuming you don't already know this, any type of root can be expressed as an exponent. Generally speaking:
![\sqrt[n]{x} = {x}^{ \frac{1}{n} }](https://tex.z-dn.net/?f=%20%5Csqrt%5Bn%5D%7Bx%7D%20%20%3D%20%20%7Bx%7D%5E%7B%20%5Cfrac%7B1%7D%7Bn%7D%20%7D%20)
So you can rewrite the given fraction as

and then reduce as you normally would. That is, if the bases of the numerator and denominator are the same, then you can subtract the denominator's exponent from the numerator's exponent like so:

Since

the answer is
![{2}^{ \frac{1}{6} } \: or \: \sqrt[6]{2}](https://tex.z-dn.net/?f=%20%7B2%7D%5E%7B%20%5Cfrac%7B1%7D%7B6%7D%20%7D%20%20%5C%3A%20or%20%5C%3A%20%20%5Csqrt%5B6%5D%7B2%7D%20)
Answer:
x = 28
Step-by-step explanation:
(3x + 6^o) = 90^o
3x = 84^o
x = 28