Conner has $100 in his saving account and plans to deposit $12 each month write and equation to represent the amount of money he will have after x days then create a table of data and graph

The equation to represent the amount of money Conner will have after x days is:

y = 100 + 12(x/30)

Where y represents the amount of money in Conner's savings account and x is the number of days.

Table of data:
```
x (days) y (amount in savings account)
0 100
30 112
60 124
90 136
120 148
... ...
```

Graph:
The graph will be a straight line with a positive slope, starting at the point (0, 100) and increasing by $12 every 30 days.
y-axis represents the amount in savings account and x-axis represents the number of days.