Answer:
kk
Explanation:
dkdndidodd ndidkjeeiwonejeeidmdnddkdidfmndd
Acceleration of Car = 10 ms⁻²
Explanation:
Step 1:
The basic formula of acceleration is a = (v-u)/t ms⁻²
where, v- final velocity
u- initial velocity
t= time taken
Step 2:
Here v = 70 ms⁻¹
u = 50 ms⁻¹
t = 5 s
∴ a = ( 70 - 20)/5
a = 10 ms⁻²
Answer:
This is a function written in Python Programming Language to check whether a given number is prime or not.
def is_prime(n):
if (n==1):
return False
elif (n==2):
return True;
else:
for x in range(2,n):
if(n % x==0):
return False
return True
print(is_prime(9))
Explanation:
<h2 />
Answer:
yes...? uhm I don't know what this means