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.
If the budget is $200 and he have 15 members then we have divide the two. 200 / 15 = $13.33 per shorts. 15x =< $200. x represents 13.33. So the solution represents the coach may spend up to $13.33 per pair of shorts. If it was even 1 cent more than $13.33 than he wouldn't have enough.So he can spend up to $13.33 or less per pair of shorts.
Answer:
see attached.
Step-by-step explanation:
kindly see attached.
Answer:
-1.2
Step-by-step explanation:
Given that the designer also programs a bird with a path that can be modeled by a quadratic function.
The bird starts at the vertex of the path at (0, 20) and passes through the point (10, 8).
If we treat this curve as line joining these two points then we can find the slope by the formula
Slope = change in y coordinate/change in x coordinate
Here the points given are
(0,20) and (10,8)

Slope of the line that represents the turtle's path
=-1.2
Answer:
t(g)= -4g + 20
Step-by-step explanation:
James is playing his favorite game at the arcade. After playing the game 3 times, he has 8 tokens remaining. He initially had 20 tokens, and the game costs the same number of tokens each time. The number tt of tokens James has is a function of gg, the number of games he plays
Solution
Let
g=No. of games James plays
t= No. of tokens James has.
Find the slope using
y=mx + b
Where,
m = Slope of line,
b = y-intercept.
Before James started playing the games, he has a total of 20 tokens.
That is, when g=0, t=20
After James played the games 3 times, he has 8 tokens left
That is, when g=3, t=8
(x,y)
(0,20) (3,8)
m=y2-y1 / x2-x1
=(8-20) / (3-0)
= -12 / 3
m= -4
Slope of the line, m= -4
y=mx + b
No. of tokens left depend on No. of games James plays
t is a function of g.
t(g)
t(g)= -4g + 20