0

how to solve python problem about exponentiation?

25th Dec 2020, 7:34 AM
Azzahra Inas Fadilah
Azzahra Inas Fadilah - avatar
5 odpowiedzi
+ 3
Read and Analyze the problem. Review the lessons. Post in Q&A when you already have your attempt so we may help you. Just a hint: - the exponent represents the number of days Just understand and comprehend the problem and you will get it eventually. Happy Coding!
25th Dec 2020, 7:51 AM
noteve
noteve - avatar
0
Thank you🥰
25th Dec 2020, 8:13 AM
Azzahra Inas Fadilah
Azzahra Inas Fadilah - avatar
0
happy codingg ahh
4th May 2021, 5:26 AM
Naveen Ajmeera
Naveen Ajmeera - avatar
0
res = 0.01*(2**30) print(res)
21st May 2021, 10:52 AM
Kanad Patil
Kanad Patil - avatar
0
The sololean formula is 0.01*(2**n) here n is the total date but the correct mathematical formula is "a((r^n)-1)/(r-1)" Geometric series.
20th Feb 2023, 5:36 PM
Nazib Hossen
Nazib Hossen - avatar