Answer:
65
All the other numbers if you add up their digits it is 8.
1 + 7 = 8
2 + 6 = 8
4 + 4 = 8
6 + 5 = 11
26
Is only number divisible by 13.
44 is only divisible by 11
Step-by-step explanation:
The inverse for f(x)=2x+4 is f-1(x)= x/2 -2
4. 8
/ \ / \
2 x 2. 4 x 2
/ \
2 x 2
4: 2x2
8: 2x2x2
The GCF is 4
Answer:
y_c = 2 + 10*x
Step-by-step explanation:
Given:
y'' = 0
Find:
- The solution to ODE such that y(0) = 2, y'(0) = 10
Solution:
- Assuming a solution y = Ce^(mt)
So, y' = C*me^(mt)
y'' = C*m^2e^(mt)
- Back substitute into given ODE, we get:
y'' = C*m^2e^(mt) = 0
e^(mt) can not be equal to zero
- Hence, m^2 = 0
m = 0 , 0 - (repeated roots)
- The complimentary function for repeated roots is:
y_c = (C1 + C2*x)*e^(m*t)
y_c = C1 + C2*x
- Evaluate @ y(0) = 2
2 = C1 + C2*0
C1 = 2
-Evaluate @ y'(0) = 10
y'(t) = C2 = 10
Hence, y_c = 2 + 10*x