Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Program 3. Radioactive Decay (10 points): Carbon-14 dating is used to determine the age of ancient archaeological artifacts using the formula 1 N =

Python Program

image text in transcribed

3. Radioactive Decay (10 points): Carbon-14 dating is used to determine the age of ancient archaeological artifacts using the formula 1 N = Noe-kt where No is the initial amount of Carbon-14 in the artifact, e is Euler's constant, approxi- mately equal to 2.7183, k is the constant rate of decay, equal to 3.9 x 10-12 per seconds, t is the total time elapsed in seconds, and N4 is the amount of Carbon-14 remaining at time t. Please write a Python program named radioactive.py that accepts the initial and current amount of Carbon-14 substance in an artifact, and computes its age. Please display the age in years rounded to two places of decimal. A sample output is given below. Sample Input and Output: Enter the initial amount of Carbon-14 in the artifact (in grams): 100 Enter the current amount of Carbon-14 in the artifact (in grams): 40 The age of the artifact is 7450.10 years

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Technology

Authors: Suad Alagic

1st Edition

354096276X, 978-3540962762

More Books

Students also viewed these Databases questions

Question

2. Discuss various aspects of the training design process.

Answered: 1 week ago