Answer:
y=71
x=109
Step-by-step explanation:
Answer:
75
Step-by-step explanation:
f(1) = 7
f(n) = 3f(n-1) + 3
So what you are trying to do here is find the recursive value (that's what it is called) for f(n). Computers love this sort of thing, but we humans have to do it slowly and carefully.
So let's try f(2)
That means that f(2) = 3*f(n-1) + 3
but if f(2) is used it means that you have to know f(2-1) which is just f(1) and we know that.
so f(2) = 3*f(1)+3
f(2) = 3*7 + 3
f(2) = 21 + 3
f(2) = 24
Now do it again. We now know F(2), so we should be able to find f(3)
f(3) = 3*f(3 - 1) + 3
f(3) = 3*f(2) + 3 We know that f(2) = 24
f(3) = 3* 24 + 3
f(3) = 72 + 3
f(3) = 75
The answer is D. <span>$780.25
</span>
In this particular case, you just need to find the difference between what Casey earn hourly with his total earning..
The hourly wage that Casey earned in 26 hours:
$ 4.55 x 26 = 118.3
The total amount that casey earned in 26 hours:
$898.55
So, the amount that Casey earned through tips:
$898.55 - $118.3 = $780.25
Answer:
184 m²
Step-by-step explanation:
Surface Area = 2(10*2) + 2(10*6) + 2(2*6)
Surface Area = 2(20 + 60 + 12)
Surface Area = 2(92)
Surface Area = 184 m²
If my answer is incorrect, pls correct me!
If you like my answer and explanation, mark me as brainliest!
-Chetan K