1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ololo11 [35]
3 years ago
10

Spam e-mail containing a virus is sent to 1000 e-mail addresses. After 1 second, a recipient machine broadcasts 10 new spam e-ma

ils containing the same virus, after which the virus disables itself on that machine.(1) Write a recursive definition (i.e. recurrence relation) to show how many spam emails will be sent out after n seconds.(2) Solve the recurrence relation.(3) How many e-mails are sent at the end of 20 seconds

Mathematics
2 answers:
pickupchik [31]3 years ago
8 0

Answer:

Answer explained below

Step-by-step explanation:

Spam e-mail containing a virus is sent to 1000 e-mail addresses. After 1 second, a recipient machine broadcasts 10 new spam e-mails containing the same virus, after which the virus disables itself on that machine. (1) Write a recursive definition (i.e. recurrence relation) to show how many spam emails will be sent out after n seconds. (2) Solve the recurrence relation. (3) How many e-mails are sent at the end of 20 seconds

1.START T=0.....

1000 EMAILS SENT AND RECEIVED BY 1000 M/CS.

T=1.....

EACH OF THE M/C SENDS 10 NEW MAILS ....

.................................

LET M[N] BE THE NUMBER OF MAILS SENT OUT AFTER N SECONDS.

SO , EACH OF THESE M/CS WILL SEND 10 MAILS IN NEXT 1 SECOND.

HENCE NUMBER OF MAILS SENT IN N+1 SECONDS=M[N+1]=

M[N+1]=10*M[N].......................1

THIS IS THE RECURRENCE RELATION.....

2.SOLUTION .....

M[N+1]=10M[N]=10*10M[N-1]=10*10*10M[N-2]=........

M(N+1)=[10^1][M(N)]=[10^2][M(N-1)]=[10^3][M(N-2)]=..........=[10^N][M(1)]=[10^(N+1)][M(0)]

M[N+1]=[10^(N+1)][1000]=[10^(N+1)][10^3]=[10^(N+4)]......................................2

THIS IS THE NUMBER OF MAILS SENT AFTER N+1 SECONDS .....OR ....

M[N]=[10^(N+3)].............................................3

..................IS THE SOLUTION FOR NUMBER OF MAILS SENT AFTER N SECONDS.....

3.AFTER N=20 SECONDS , THE ANSWER IS ....

M[20]=10^(20+3)=10^23

hoa [83]3 years ago
6 0

Answer:

The answer is attached below

Step-by-step explanation:

You might be interested in
Stevens family traveled 240 miles in 4 hours. What was there average speed in miles per hour?
olga nikolaevna [1]
About 60 miles an hour
7 0
3 years ago
What is thirty-seven and nine tenths written in expanded form
xeze [42]
37.9 equals 30+7+.9  you should try to put in number form so you know what you're dealing with
3 0
3 years ago
Read 2 more answers
What value of a makes the equation true?<br><br><br><br> 1.7a+0.3a=4/5<br> btw 4/5 is a fraction
andreyandreev [35.5K]
1.7a + 0.3a = 0.8;
(1.7 + 0.3)a = 0.8;
2 x a = 0.8;
a = 0.8 ÷2;
a = 0.4;
5 0
3 years ago
Solve for the variable. -2x = -15
MakcuM [25]
The variable is x=15/2
8 0
3 years ago
Which equation represents the line that passes through (0, 2) and (3, 1)?
Anna11 [10]
<h3>Answer:</h3>

A. y = -1/3x + 2 . . . . . . . . assuming a  typo in your problem statement

<h3>Explanation:</h3>

The point (0, 2) is the y-intercept. This tells you the equation will be something of the form ...

... y = mx + 2 . . . . . . matching only answer choices A and C

_____

Knowing this, you can either substitute the values x=3, y=1 into these two equations to see which one works (it is not C), or you can look at the two points and determine the value of the slope.

The slope is ...

... (difference in y)/(difference in x) = (1-2)/(3-0) = -1/3 . . . . . matches choice A

The equation of the line is ...

... y = -1/3x + 2 . . . . . matches answer choice A

6 0
3 years ago
Other questions:
  • ​(a) The additive inverse of negative two thirds
    6·2 answers
  • Please Help!!! DUE NOW!
    13·1 answer
  • Product A is an 8oz. Bottle of cough medicine that sells for $1.36. Product B is a 16oz. Bottle cough medicine that costs $3.20.
    15·2 answers
  • Please help with this
    14·1 answer
  • The temperature went from -16 to 7. What was the change in temperature?
    14·1 answer
  • Can anyone explain how to find the square root of fractions? For example, √(5/6)^2<br> ​
    13·1 answer
  • Sam’s fish tank has a base area of 187 in2 and a height of 16
    7·1 answer
  • Which expression is equivalent to 8a + 20?<br> 4(2a + 20)<br> 4(2a + 5)<br> 4(4a + 16)<br> 4(4a + 5)
    10·1 answer
  • Referring to the figure, find the value of x
    14·1 answer
  • Check all of the correct names for the object pictured below.
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!