39.6k views
0 votes
suppose a computer virus begins by infecting 8 computers in the first hour after it is released .Each hour after that each newly infected computer causes 8 more computer to become infected.the function Y=8x models this situation. make a table with integer values of X from 1to4 in the space below

User Altagrace
by
4.5k points

1 Answer

3 votes

Answer: (the function is 8^X, not 8X.)


Explanation:

X = 1 8^X = 8

X = 2 8^X = 64

X = 3 8^X = 512

X = 4 8^X = 4096

User Patrick Herrera
by
4.1k points