Step 1:Distribute -2 into 5 and 8
Step 2:Subtract 6x from both sides
Step3: Add 16 to both sides
Step 4: Divide -16 into 30
Answer:
x = -7
Step-by-step explanation:
f(x) = -2x + 9
f(x) = 23
therefore, f(x) =
-2x + 9 = 23
-2x = 23 - 9
-2x = 14
-x = 14 ÷ 2
-x = 7
x = -7
The value of t that makes the factor e^(.032t) have the value of 2 can be found using logarithms.
2 = e^(0.032t)
ln(2) = ln(e^(0.032t)) = 0.032t
t = ln(2)/0.032 ≈ 21.66
It would take 21.66 years for the cost to double.
Answer:
Step-by-step explanation:
The translation vector < 4, - 2 > means each point is being moved 4 units to the right and 2 units down.
X(0, 3) ------> X' ( 0 + 4, 3 - 2 ) = X'(4, 1)
Y( - 1, 1) ------> Y' ( - 1 + 4, 1 - 2 ) = Y'(3, - 1)
Z( - 3, 4) -----> Z' ( - 3 + 4, 4 - 2 ) = Z'(1, 2)
Proof by induction
Base case:
n=1: 1*2*3=6 is obviously divisible by six.
Assumption: For every n>1 n(n+1)(n+2) is divisible by 6.
For n+1:
(n+1)(n+2)(n+3)=
(n(n+1)(n+2)+3(n+1)(n+2))
We have assumed that n(n+1)(n+2) is divisble by 6.
We now only need to prove that 3(n+1)(n+2) is divisible by 6.
If 3(n+1)(n+2) is divisible by 6, then (n+1)(n+2) must be divisible by 2.
The "cool" part about this proof.
Since n is a natural number greater than 1 we can say the following:
If n is an odd number, then n+1 is even, then n+1 is divisible by 2 thus (n+1)(n+2) is divisible by 2,so we have proved what we wanted.
If n is an even number" then n+2 is even, then n+1 is divisible by 2 thus (n+1)(n+2) is divisible by 2,so we have proved what we wanted.
Therefore by using the method of mathematical induction we proved that for every natural number n, n(n+1)(n+2) is divisible by 6. QED.