The function f(x) is a function of the variable x.
To solve the function for x = 30, just plug in 30 for x.
14 - 0.5(30) = -1
f(30) = -1
Let X = the 29% alloy and Y = the 60% alloy.
They want a total of 80kg, so you have X +Y = 80
Rewrite that to get X = 80-Y
You also want 0.20X + 0.60Y = 0.52(80)
Replace X with 80-y:
0.20(80-y) + 0.60y = 0.52(80)
Simplify:
16 - 0.20y + 0.60y = 41.6
Combine like terms:
16 +0.40y = 41.6
Subtract 16 from each side:
0.40y = 25.6
Divide both sides by 0.40
y = 25.6 / 0.40
y = 64
Now you have Y replace y with 80 in X = 80-Y
X = 80 - 64
X = 16
They need 64 Kg of the 60% alloy and 16 Kg of the 20% alloy.
Y = 28000-(8500*3)
8500 is the yearly deprecation value times 3 because it is 3 years
I believe the answer is C
Step-by-step explanation:
given :
2x - 3y = 11
-6x + 8y = 34
find : the solutions of the system by using Cramers Rule.
solutions:
in the matrix 2x2 form =>
[ 2 -3] [x] [11]
=
[-6 8] [ y] [34]
D =
| 2 -3 |
|-6 8 |
= 8×2 - (-3) (-6)
= 16-18 = -2
Dx = | 11 -3 |
| 34 8 |
= 11×8 - (-3) (34)
= 88 + 102
= 190
Dy = | 2 11 |
|-6 34 |
= 2×34 - (-6) (11)
= 68 + 66
= 134
x = Dx/D = 190/-2 = -95
y = Dy/D = 134/-2 = -67
the solutions = {-95, -67}