F = 15%
v = 5%
0.15f + 0.05v = 0.14*10
15f + 5v = 140
3f + v = 28
f + v = 10 (total volume)
---------- Subtract
2f = 18
f = 9 liters of 15%
v = 1 liter of 5%
Answer:
For the first table: (0, 10) (1, 15) (2, 20) (3, 25) (4, 30)
For the second table: (-2, 1.04) (-1, 1.2) (0, 2) (1, 6) (2, 26)
For the third table: (-2, 10) (-1, 0) (-1/2, -5/4) (1, 10)
Step-by-step explanation:
Assuming the order does not matter, you want the number of combinations of 9 things taken 5 at a time. The combinations can be shown as C(9,5), 9C5.
C(9, 5) =
9/5(9-5) =
9*8*7*6*5 / 5*4
The 5 terms cancel.
9*8*7*6 / 4*3*2 =
9*7*2 =
126
The above change is because 4*2 cancels the 8 in the numerator and 6/3 = 2
Therefore, the solution is 126.
This is a system of equations. You can solve it by substitution or elimination. I'm going to use substitution x - 2y = -4.5; add 2y to each side x - 2y + 2y = -4.5 + 2y; simplify x = 2y - 4.5 2(2y - 4.5) + 3y = 12 4y - 9 + 3y = 12 7y - 9 = 12 7y - 9 + 9 = 12 + 9 7y = 21 y = 3 <--------first answer x - 2y = -4.5 x - 2(3) = -4.5 x - 6 = -4.5 x -6 + 6 = -4.5 + 6 x = 1.5 <--------second answer Check: 2(1.5) + 3(3) = 12? 3 + 9 = 12? 12 = 12; It checks 1.5 - 2(3) = -4.5? 1.5 - 6 = -4.5? -4.5 = -4.5; It checks x = 1.5 and y = 3 <-----------Final Answer