The correct answer is 74 because 3*26=78 and 78-4=74
Answer:
316 eggs were spoiled.
Step-by-step explanation:
1020304 / 348 = 2931 remainder 316.
Hi there!

We are given the equation:
x² - 2y = 7
To verify if each ordered pair is apart of the function, we can plug in their respective x and y values:
1. (5)² - 2(8) = 7
25 - 16 = 9 ≠ 7. This is NOT correct.
2. (-1)² - 2(-3) = 7
1 + 6 = 7. This is correct.
3. (-4)² - 2(-11.5) = 7
16 + 23 = 39 ≠ 7. This is NOT correct.
4. (1.2)² - 2(-2.78) = 7
1.44 +5.56 = 7. This is correct.
Thus, only 1 and 4 are the correct answers.
Answer:
<em>75</em>
Step-by-step explanation:
Given:
f(1) = 100
f(n+1) = f(n) - 5
Solve for:
f(6)
Solution:
f(1) = 100
f(2) = f(1) - 5 = 100 - 5 = 100 - 1 x 5 = f(1) - 1 x 5
f(3) = f(2) - 5 = 100 - 5 - 5 = 100 - 2 x 5 = f(1) - 2 x 5
...
f(n) = f(n - 1) - 5 = 100 - (n-1) x 5 = f(1) - (n-1) x 5
=> f(6) = f(1) - (6-1) x 5 = 100 - 5 x 5 = 100 - 25 = 75
Hope this helps!