document.write( "Question 156723: Please help me solve this problem on Non-linear Functions.- The amount of medicine left in a person's body after ingesting it is represented in the table below:\r
\n" ); document.write( "\n" ); document.write( "Hours / Amount of Medicine (mg)
\n" ); document.write( " 0 / 100(mg)
\n" ); document.write( " 1 / 50(mg)
\n" ); document.write( " 2 / 25(mg)
\n" ); document.write( " 3 / 12.5(mg)
\n" ); document.write( " 4 / 3.125(mg)
\n" ); document.write( " 5 / 1.5625(mg) 1.How do you calculate the amount of medicine left in the body according to the pattern in table?
\n" ); document.write( "

Algebra.Com's Answer #115571 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
If you look at the given data as ordered pairs (x, y), you can plot these on a graph and begin to see some kind of relationship between the elapsed hours (the indepedent variable, x) and the amount of medicine remaining (the dependent variable, y).
\n" ); document.write( "You'll notice that for each hour that elapses, the amount of medicine remaining is half the previous amount. This suggests a decaying exponential function that might look like this:
\n" ); document.write( "\"y+=+100%2F2%5Ex\"
\n" ); document.write( "Let's try a few values of the independent variable (hours elapsed, x) and see if we get the corresponding amount of medicine left as shown by the table of data.
\n" ); document.write( "Starting with x = 0:
\n" ); document.write( "\"y+=+100%2F2%5E0\"
\n" ); document.write( "\"y+=+100%2F1\"
\n" ); document.write( "\"y+=+100\" Good!
\n" ); document.write( "x = 1:
\n" ); document.write( "\"y+=+100%2F2%5E1\"
\n" ); document.write( "\"y+=+100%2F2\"
\n" ); document.write( "\"y+=+50\" Good!
\n" ); document.write( "x = 2:
\n" ); document.write( "\"y+=+100%2F2%5E2\"
\n" ); document.write( "\"y+=+100%2F4\"
\n" ); document.write( "\"y+=+25\" Good!
\n" ); document.write( "x = 3:
\n" ); document.write( "\"y+=+100%2F2%5E3\"
\n" ); document.write( "\"y+=+100%2F8\"
\n" ); document.write( "\"y+=+12.5\" Good!
\n" ); document.write( "x = 4:
\n" ); document.write( "\"y+=+100%2F2%5E4\"
\n" ); document.write( "\"y+=+100%2F16\"
\n" ); document.write( "\"y+=+6.25\" Now this does not follow the previous pattern, so I would question whether or not the table has all of the data.
\n" ); document.write( "x = 5:
\n" ); document.write( "\"y+=+100%2F2%5E5\"
\n" ); document.write( "\"y+=+100%2F32\"
\n" ); document.write( "\"y+=+3.125\" This is the result shown for x (elapsed hours) = 4 .
\n" ); document.write( "Could you perhaps have copied the data wrongly?
\n" ); document.write( "Let's look at the curve:
\n" ); document.write( "\"graph%28400%2C400%2C-5%2C10%2C-5%2C100%2C100%2F2%5Ex%29\"
\n" ); document.write( "Take a look at your original data to see if you have skipped an entry.
\n" ); document.write( "
\n" );