I have a question I'm trying to figure out. I don't have any good sources or examples so I found an example to go off of provided by Bowdoin College. Below is my attempt to solve this problem based on that source.
Specifically what I was looking for is:
Did I do everything right (i.e. is my answer correct)?
Is my step 5 math correct (each of the two
num elements& myInduction)?I finally found a constant
c = 201andn = 538that satisfies my inequality of:101c + n <= (24/101)cn
But i just kept plugging in numbers for c and n until I found a pair that worked. Is there a more efficient and easier way to do this, then trial by error?
Question and answer
