Answer:481
Step-by-step explanation:
35% of 740
35/100 × 740 = 259
35% less than = 740 - 259
=481
Therefore 481 gallons was served this year.
Answer:
Value of y = 7
Step-by-step explanation:
By the midpoint theorem of the triangles,
"Segment joining midpoints of the two sides of a triangle is parallel to the third side and measure half the length of the third side."
Therefore, from the figure attached,
In ΔFGH,
J and K are the mid points of the two sides GH and FH.
By theorem, segment JK║GF and m(JK) = 

(5y + 3) = 2(2y + 5)
5y + 3 = 4y + 10
5y - 4y = 10 - 3
y = 7
Answer:
Recursive
a(1) = 9 ; a(n+1) = 3 * a(n)
Explicit
a(n) = 9 * 3^(n-1)
<h3>
Answer: x > 2</h3>
Work Shown:
5x - 14x < - 18
-9x < - 18
x > -18/(-9)
x > 2
The inequality sign flips when dividing both sides by a negative number.
Here's another approach you could take.
5x - 14x < - 18
-9x < -18
0 < -18+9x
18 < 9x
9x > 18
x > 18/9
x > 2
It's a slightly longer pathway, but it avoids a sign flip when you divide both sides by the positive number 9.
The sign flip happens two steps earlier when going from 18 < 9x to 9x > 18. In other words, A < B is the same as B > A.