Answer:
x=-1
y=-1
Step-by-step explanation:
-6x + 5y =1 ......equation (1)
6x + 4y = –10 ......equation (2)
adding equation (1) to equation (2)
9y=-9
9y/9 =-9/9 (dividing both side by the coefficient of y)
y=-1
subtituting the value of y =-1 into equation (2)
6x+4(-1)=-10
6x+(-4)=-10
6x-4=-10
6x=-10+4(making constant to be at one side and the variable at the other side)
6x=-6
x=-6/6
x=-1
One half of something plus another half of something is equal to the thing
1/2x +1/2x = x
The reduced answer would be ?/10
Answer:
16
Step-by-step explanation:
the negative outside the parenthesis removes the negative that is with the 19 and it is going to be 19-3 which equal 16
Given
- f(n) values for n=1,2,3,4
- possible candidates for the function
Solution:
Method: Evaluate some of the values, for each function. A function with ANY value not matching the given f(n) values will be rejected.
N=1, f(n)=4
f(1)=4-3(1-1)=4
f(1)=4+3^(1+1)=4+3^2=4+9=13 ≠ 4 [rejected]
f(1)=4(3^(n-1))=4(3^0)=4
f(1)=3(4^(n-1))=3(4^0)=3*1=3 [rejected]
N=2, f(n)=12
f(1)=4-3(2-1)=4-3(1)=1 ≠ 12 [rejected]
[rejected]
f(1)=4(3^(2-1)=4*3^1=4*3=12
[rejected]
Will need to check one more to be sure
N=3, f(n)=3
[rejected]
[rejected]
f(3)=4(3^(n-1))=4(3^(3-1))=4(3^2)=4*9=36 [Good]
[rejected]
Solution: f(n)=4(3^(n-1))