Question 1167309
----------------------------------------------------
tim did 10 lunges on day 1 and continued this doing 4 more lunges on each day.on day 7th he took a break and did nt do any day day.what is the equation for this?
----------------------------------------------------


Later parts to that not clear.  Only goes for days 1 through 6.

<pre>
Domain is integers 1 through 6.

DAY COUNT,x       LUNGES, y
  1                 10
  2                 10+4(2-1)
  3                 10+4(3-1)
  4                 10+4(4-1)
  5                 10+4(5-1)
  6                 10+4(6-1)
</pre>
{{{highlight(y=4(x-1)+10)}}}