Question 133246
Plot the points (0,50) and (2,80)
-----------------------------------
EQUATION:
count = 50(sqrt(8/5))^x
-------------------------
Let x = 1, count = 50*sqrt(8/5) = 63.24555...
Let x = 3, count = 50*(sqrt(8/5))^3 = 101.1928851
Plot those points and draw a smooth curve thru them.
-------------------------------------
{{{graph(400,300,-5,4,-5,200,50(8/5)^(x/2))}}}
=================================
Cheers,
Stan H.