Answer:
80 pages
Step-by-step explanation:
We can use ratios to solve
168 papers x papers
------------------ = -----------------
21 minutes 10 minutes
168*10 = x * 21
1680 = 21x
Divide each side by 21
1680/21 = 21x/21
80 = x
80 pages
Answer:
(e) 39
Step-by-step explanation:
The expected value (or the average number) of impulse purchases per day is given by the probability of an impulse purchase being made (6%) multiplied by the daily number of customers (650):

The average number of impulse purchases is 39 per day.
Answer:
8/9
Step-by-step explanation:
To get a fraction into the simplest form you need to find a common multiple that could divide into both the numerator and the denominator. Then it will decrease.
32 / 4 = 8
36 / 4 = 9
I hope this helps :D
The second answer is 4 times as small as the first
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.