a ball throw up vertically return to the throw after 10 second (a)the velocity with which it was throw up
(b)the maximum height it reaches
(c)it's position after 7 second
Answers
Answered by
0
Answer:
A simple method is to take log of the given number on base 4, and if we get an integer then number is power of 4. 2. Another solution is to keep dividing the number by 4, i.e, do n = n/4 iteratively. In any iteration, if n%4 becomes non-zero and n is not 1 then n is not a power of 4, otherwise n is a power of 4. 3.please mark me brainlist
Explanation:
Similar questions