Answer:
$3000
Step-by-step explanation:
I= PRT÷100
where,
I = interest = 900
T= 5
R/100 = 0.06
P = ?
I= PRT/100
900= P × 5 × 0.06
P = 900÷ 0.3
P= 3000
Answer:
15
Step-by-step explanation:
Each bracelet takes 28+10 = 38 elastic bands. If you have 600 bands, you can make ...
600/38 = 15 30/38 . . . bracelets
You can make 15 complete bracelets.
__
You will have 30 elastic bands left over.
12 miles in 48 minutes
12/48 or 1/4 miles per minute
Times 60 is 15 miles per hour
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.