Bob L.

asked • 01/31/16

recursion for the difference between 99 and 100

Write a recursion for the difference between 99 and 100, as you move up in bases above 10 (base 11, base 12, base 13, etc.).
It should be fully simplified, and please use "n" (w/out quotes) as your variable. n should equal whichever base you're using (i. e. if you write a recursion and it happens to be n^2+2n+3, I should be able to plug in any base as n, and find out the difference between 99 and 100 for that base)

"Bases above 10? What's a base?" You may ask. Well, you would naturally count up in base 10, (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20....), base 11 however, would be (1,2,3,4,5,6,7,8,9,A,10,11,12,13,14,15,16,17,18,19,1A,20....), base twelve adding a B, and so on and so forth. I would look carefully at what happens between 99 and 100 though, it gets interesting.
 
Use a lowercase n
For something like "eight to the power of two" please write it as 8^2
It should be simplified down into a quadratic-esk equation (ax^2 + bx + c)

Darrell A.

Nice try trying to ask other people for the answer to the raffle. That's pathetic. 
Report

01/31/16

1 Expert Answer

By:

Arnold F. answered • 01/31/16

Tutor
5 (53)

College Professor & Expert Tutor In Statistics and Calculus

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.