Answer:
-387
Step-by-step explanation:
First term (T1) = -21 = a
second term (t2) = - 27
common difference (d) = t2 - t1 = - 27 + 21 = - 6
Now
Tn = a + ( n - 1) d
T62 = - 21 + ( 62 - 1 ) - 6
= - 21 -366
= -387
This is easy, if adding the first number to the second number you get 70.2 then if you want to find the middle number you will have to subtract 32.34 from 70.2 to get 37.86, now add that and 32.34 to check if it gives you 70.2.... When you add them you indeed get 70.2 so your work is correct meaning your middle number is 37.86
Hope this helped
Answer:
Step-by-step explanation:
Reduction to normal from using lambda-reduction:
The given lambda - calculus terms is, (λf. λx. f (f x)) (λy. Y * 3) 2
For the term, (λy. Y * 3) 2, we can substitute the value to the function.
Therefore, applying beta- reduction on "(λy. Y * 3) 2" will return 2*3= 6
So the term becomes,(λf. λx. f (f x)) 6
The first term, (λf. λx. f (f x)) takes a function and an argument, and substitute the argument in the function.
Here it is given that it is possible to substitute the resulting multiplication in the result.
Therefore by applying next level beta - reduction, the term becomes f(f(f(6)) (f x)) which is in normal form.