Two multiply 2 monomials, you have to multiply the coefficients and add the degrees. For example
2x^2 × 3x^3 =
6x^5
First way: x * 1.05
This computes directly what 105% of x will be.
Second way: x + (x * 0.05)
This takes x (which is 100%) and adds 5% of x to it.
Answer: -5
Step-by-step explanation: 2 + -11 = -9 and subtract -4 from it since it’s the sum of 2 + -6. -9 - -4 is -9 + 4 so -5
Answer:
y=15
Step-by-step explanation:
The formula for direct variation is
y = kx
5 =k*2
Solve for k
Divide by 2
5/2 = k
y = 5/2 x
Now we substitute x=6
y = 5/2(6)
y = 15