Answer:
Step-by-step explanation:
Start with why C isn't the answer.
y = 1.8^0 . The power is zero. Anything to the zero power (anything except 0 to the 0 power) is 1. So 1.8^0 is 1 not something else. C assumes that somehow 0,1.8 turns into 1.8. It does not. The second part is also wrong but you don't need it. However here it is.
x = 0 y = 3
x = 1 y = 3 * 1.8 = 5.4
x = 2 y = 3 * 1.8^2 = 3*3.24 = 9.72
You should be able to see that if you multiply 5.4 by 3, you don't get 9.72
C just does not work.
=======
The actual answer is A. That's exactly what the graph does. If you multiply 5.4 * 1.8 you should get 9.72. Just for completeness, I've included the graph.
The answer is 4
(7+5) divided by 3
Answer:
Step-by-step explanation: 12 ur welcome
So this way we can do it. Thankyou!
Answer:
the values of x, y and z are x= 2, y =-1 and z=1
Step-by-step explanation:
We need to solve the following system of equations.
We will use elimination method to solve these equations and find the values of x, y and z.
2x + 2y + 5z = 7 eq(1)
6x + 8y + 5z = 9 eq(2)
2x + 3y + 5z = 6 eq(3)
Subtracting eq(1) and eq(3)
2x + 2y + 5z = 7
2x + 3y + 5z = 6
- - - -
_____________
0 -y + 0 = 1
-y = 1
=> y = -1
Subtracting eq(2) and eq(3)
6x + 8y + 5z = 9
2x + 3y + 5z = 6
- - - -
______________
4x + 5y +0z = 3
4x + 5y = 3 eq(4)
Putting value of y = -1 in equation 4
4x + 5y = 3
4x + 5(-1) = 3
4x -5 = 3
4x = 3+5
4x = 8
x= 8/4
x = 2
Putting value of x=2 and y=-1 in eq(1)
2x + 2y + 5z = 7
2(2) + 2(-1) + 5z = 7
4 -2 + 5z = 7
2 + 5z = 7
5z = 7 -2
5z = 5
z = 5/5
z = 1
So, the values of x, y and z are x= 2, y =-1 and z=1