Answer:
is the answer.
Step-by-step explanation:
The question has some typo errors.
Rashid and Mikhail submitted a total of x pastries to a baking competition.
Suppose say :
Mikhail made x pastries .
Hence Rashid made
pastries.
And in total they made
pastries.
Now we have that out of x,
of x were brushed with olive oil.
So,
of x that is
are brushed by butter.
So, it becomes 
=
= 
Hence, answer is option B.
Answer:
D, -77 5/8
Step-by-step explanation:
6 3/4 = 27/4 = 6.75
6.75 x -11.5 = -77.625 or -77 5/8
Answer:
2(n*3 + 7) = 80
Step-by-step explanation:
2(n*3 + 7) = 80
n*3 + 7 = 40
n*3 = 33
n = 11
Given recursive formula is
f(n) = 22 * f(n - 1)
Where first term : f(1) = 10
And we need to find the first five terms of this sequence. So , let's find the second term by plug in n = 2 in the above formula. Therefore,
f (2) = 2.2 * f ( 2 -1)
= 2.2 * f(1)
= 2.2 * 10
= 22
So second term is 22.
Similarly plug in 3 for n to get the third term. Hence,
f(3) = 2.2 * f(3 -1) = 2.2 * f(2) = 2.2 * 22= 48.4
f(4) = 2.2 *f( 4 -1) = 2.2 * f(3) = 2.2* 48.4 = 106.48
f(5) = 2.2* f(5-1)= 2.2 * f(4) = 2.2 * 106.48 = 234.256
So, the first five terms are 10, 22, 48.4, 106.48 and 234.256.
Hope this helps you!