Point slope form says the line through (a,b) with slope m is
y - b = m(x - a)
Here that's
y - - 1 = -2(x - -4)
Answer: y + 1 = -2(x + 4)
9514 1404 393
Answer:
h(-5) = 129
Step-by-step explanation:
Put -5 where x is and do the arithmetic.
h(-5) = 4(-5)² -5(-5) +4
h(-5) = 4(25) +25 +4 = 129
Answer:
9+11s
Step-by-step explanation:
9+18s-7s
=9+11s
You can't add 9 and 11s because they are different variables
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.
Answer:
A = 4 in^2
Step-by-step explanation:
The area is given by
A = l*w
A = 1in * 4 in
A = 4 in^2