Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7579819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:45:55+00:00 2026-05-30T17:45:55+00:00

I have this homework question: Assume a Database table has 0 records at time

  • 0

I have this homework question:

Assume a Database table has 0 records at time n=0. Suppose that at time n, 100n new records are populated into that table. The number of records increases 20 percent per minute. Write a recurrence relation and an initial condition that define the number of records in the database table. If each record in the database table consists of 50KB at what time n will the table have a size greater than 1GB?


so from reading the question I know that:

F(0) = 0 at time 0 there are 0 records

The part that ticks me about this question is "Suppose that at time n, 100n new records are populated"

that will mean then:

F(1) = 100

F(2) = 200

F(3) = 300

If the problem will said suppose that at the first minute 100 new records where created then I will know that on the next minute 120 items will be created then 144 etc.. I believe my instructor formulated the question incorrectly.


EDIT:

The actual question does not deals with database records I modify it in order to make it more appropiate to ask it in here. I been strugling to much with this homework. One of the reasons I believe is because the teacher types his own questions and he does not explain right what he means. this is the actual question:

Assume the deer population of Monroe County is 0 at time n = 0.
Suppose that at time n, 100n deer are introduced into Monroe County
and that the population increases 20 percent each year. Write a
recurrence relation and an initial condition that define the deer
population at time n and then solve the recurrence relation. (10
points).

and this is my answer so far:

Question says: Suppose that at time n, 100n deer are introduced into Monroe. In other words, the first year 100 deer are brought, the second year 200 deer are brought, the third 300 etc.. This could be interpreted with the recursive relation: T(n)=T(n-1)+100

Question also says that population increases 20 percent each year. This could be interpreted with the following recurrence relation: T(n)=T(n-1)*120%

Now we have to combine the recursive relations in order to get:

T(n)=T(n-1)*120%+100          where T(0)=0

I don’t know if that is right. I know the basics of recursion algorithms but I think the question could be asked in a different way making it easier to understand how exactly the population grows.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:45:56+00:00Added an answer on May 30, 2026 at 5:45 pm

    I think the situation is like this: at nth minute 100n new records are added, and the records stored upto (n – 1)th minute increases by 20%.

    So, the recurrence should be:

    F(0) = 0  <-- initial condition
    F(n) = 1.2 * F(n - 1) + 100 * n where n > 0
    

    A few steps explained:

     n  F(n)  Size(KB)
    -- -----  --------
     0     0       0
     1   100    5000
     2   320   16000
     3   684   34200
     4  1220   61000
     5  1964   98200
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm stuck with this Java homework question: Write a new method, Refund, that simulates
I have this question: suppose that the size of char is one byte and
This IS NOT a Homework question! While building my current student database project I
Okay this is a homework question, and I just don't have a clue how
This is a homework problem that I have. I have been doing some research
Hey guys, I have a homework question that's been frustrating me to no end!
I want to list all integers that divide n. This is a homework question.
This is a homework question, binary search has already been introduced: Given two arrays,
I'm stumped by the following homework question for an algorithms class: Suppose that we
I hate that I have to ask a homework question on here, but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.