Answer:
c.
Step-by-step explanation:
The inverse function returns the original value for which a function gave the output. A function that consists of its inverse fetches the original value

Answer:
B = 900 Libros
A = 2700 Libros
C = 1800 Libros
Step-by-step explanation:
A = 3B
2B = C
A + B + C = 5400
3B + B + 2B = 5400
6B = 5400
B = 5400 / 6
B = 900 Libros
A = 3B
A = 3(900)
A = 2700 Libros
C = 2B
C = 2(900)
C = 1800 Libros
Answer:
ask a teacher
Step-by-step explanation:
Answer:
a = 2, b = -9, c = 3
Step-by-step explanation:
Replacing x, y values of the points in the equation y = a*x^2 + b*x +c give the following:
(-1,14)
14 = a*(-1)^2 + b*(-1) + c
(2,-7)
-7 = a*2^2 + b*2 + c
(5, 8)
8 = a*5^2 + b*5 + c
Rearranging:
a - b + c = 14
4*a + 2*b + c = -7
25*a + 5*b + c = 8
This is a linear system of equations with 3 equations and 3 unknows. In matrix notation the system is A*x = b whith:
A =
1 -1 1
4 2 1
25 5 1
x =
a
b
c
b =
14
-7
8
Solving A*x = b gives x = Inv(A)*b, where Inv(A) is the inverse matrix of A. From calculation software (I used Excel) you get:
inv(A) =
0.055555556 -0.111111111 0.055555556
-0.388888889 0.444444444 -0.055555556
0.555555556 0.555555556 -0.111111111
inv(A)*b
2
-9
3
So, a = 2, b = -9, c = 3
Answer:
c ≈ 6.08 m
Step-by-step explanation:
Your question is how to solve for a missing side length of a triangle when given 2 sides length and an angle. The side length can be solved using the cosine rule . We use cosine rule to find the length of a side of a triangle when given two sides and an included angle.
The cosine rule formula for finding a side length are as follows
c² = a² + b² - 2ab cosC
b² = a² + c² - 2ac cosB
c² = a² + b² - 2ab cosC
Using cosine rule
c² = 4² + 3² - 2 × 4 × 3 cos 120°
c² = 16 + 9 - 24 cos 120°
c² = 25 - 24 (-0.5)
c² = 25 + 12
c² = 37
square root both sides
c = √37
c = 6.0827625303
c ≈ 6.08 m