We already know that there are 12 sandwiches.
If there are 3 turkey and 5 veggie then there's 8 out of 12 sandwiches that aren't ham.
12 sandwiches - 8 non-ham sandwiches = 4 ham sandwiches
Now we know there are 4/12 ham sandwiches
We need to simplify this now.
4/12 can be divided by 4
4 goes into 4 1 time and 4 goes into 12 3 times making the answer 1/3
1/3 of the sandwiches are ham.
Answer:
Output will be n+4 because :
when input is 1 output is 1+4=5
when input is 4 output is 4+4=8
when input is 5 output is 5+4 =9
so, when input is n output will be n+4
Hello :
the general term is :
an = a1+(n-1)×d
or : an = ap +(n-p)×d......d is common diffrence
let : n=10 and p= 4
a10 = a4 +(10-4)×d
64 = 22 + 6d
6d = 42
d= 7
conclusion :
a4 = 22
a3 = 22-7=15
a2=15-7=8
a1= 8-7=1
<span>the first five terms : 1 , 8 , 15 , 22</span>