Question 1193502
<br>
H(n) is the number of slices she can eat in n minutes.<br>
We are told that she can eat 7 slices in 0 minutes: H(0)=7<br>
(Note that that piece of given information is nonsense... she can't eat 7 slice "immediately" -- i.e., in zero time....  But we must go ahead with the problem as stated, regardless of the absurdity.)<br>
We are also told that she can eat 16 slices of ham in 3 minutes: H(3)=16<br>
The function is linear, of the form H(n)=an+b.<br>
Given H(0)=7, we know b=7: H(n)=an+7<br>
And given H(3)=16, we know
16=a(3)+7
9=3a
a=3<br>
and so<br>
H(n)=3n+7<br>
That's the answer to part (A); I leave it to you to use the formula to answer parts B and C<br>