Answer:
10.2
Step-by-step explanation:
Answer:
C. 1:27
Step-by-step explanation:
a²/b²=1/9 => a=1 and b=3
a³/b³=1³/3³=1/27
C. 1:27
Answer:
y = (11x + 13)e^(-4x-4)
Step-by-step explanation:
Given y'' + 8y' + 16 = 0
The auxiliary equation to the differential equation is:
m² + 8m + 16 = 0
Factorizing this, we have
(m + 4)² = 0
m = -4 twice
The complimentary solution is
y_c = (C1 + C2x)e^(-4x)
Using the initial conditions
y(-1) = 2
2 = (C1 -C2) e^4
C1 - C2 = 2e^(-4).................................(1)
y'(-1) = 3
y'_c = -4(C1 + C2x)e^(-4x) + C2e^(-4x)
3 = -4(C1 - C2)e^4 + C2e^4
-4C1 + 5C2 = 3e^(-4)..............................(2)
Solving (1) and (2) simultaneously, we have
From (1)
C1 = 2e^(-4) + C2
Using this in (2)
-4[2e^(-4) + C2] + 5C2 = 3e^(-4)
C2 = 11e^(-4)
C1 = 2e^(-4) + 11e^(-4)
= 13e^(-4)
The general solution is now
y = [13e^(-4) + 11xe^(-4)]e^(-4x)
= (11x + 13)e^(-4x-4)
80% of quizzes + 20% of final = final grade
80% * 73 + 20% * x = 70
0.8 * 73 + 0.2x = 70
58.4 + 0.2x = 70
0.2x = 11.6
x = 58
Answer:
f(x) = 1.5x - 0.5x
Step-by-step explanation:
The function of the pattern represented by the pentagonal numbers is the sum of three triangular numbers.
The triangular number general formula
x (x + 1) / 2
For example,
The sequence
1, 3, 6, 10
*
* * *
* * * * * *
* , * *, * * *, * * * *
_____________________________
The pentagonal numbers
The sequence:
1, 5, 12, 22, 35
As shown in the picture can be divided into three triangles
Triangle 2
x (x + 1) / 2
Triangle 1 and 3 (they are triangles one unit smaller than 2)
n (n + 1) / 2
n= x-1
Replacing n
(x-1) ((x-1) + 1) / 2
(x-1) (x) / 2
(x-1) x / 2
______________
Function represents the pattern
Triangle 2 + (Triangle 1 + Triangle 3)
Triangle 1 = Triangle 3
So then,
Triangle 2 + 2* Triangle 1
x (x +1) /2 + 2* (x -1) x/2
Rearranging
0.5 x (x +1) + x(x -1)
0.5x^2 + 0.5x + x^2 -x
(0.5 x^2 + x^2) + (0.5x -x )
1.5 x^2 - 0.5 x
______