3x *15
possibly idk why im on this site XD
Answer:
3 Numbers: 15, 21, 35
Step-by-step explanation:
We want number that divide 109 with a remainder of 4.
Thus, it can divide of 109 - 4 = 105
Factors of 105 = 3, 5, 7
Thus for getting two digit number it must be Multiple of any two factors of 105.
i.e. 15, 21 and 35
Hence there are only 3 numbers that divide 109 with a remainder of 4.
Answer:
4096
Step-by-step explanation:
Need to know how you got it? Comment on this answer.
Answer:
a. C(x) = 24,000 + 100x
b. R(x) = 200x
c. Break-even point is 240 canoes
Step-by-step explanation:
a. Cost function is C(x) = FC + pcost * x
C(x) = 24,000 + 100x
Where
FC=Fixed cost = 24,000
pcost=costs to prod canoes = $100
x=produce quantity
b.Revenue function
R(x) = Px * x
R(x) = 200x
Where
Px=Price
x=produce quantity
c. Break-even point is the amount of canoes where revenue are the same as cost. We cover the total cost with the sales.
So, FC + pcost * x=Px * x
24,000 + 100x=200x
Isolating x
24,000 =200x- 100x
100x=24000
x=24,000/100
x=240
Answer:
f) a[n] = -(-2)^n +2^n
g) a[n] = (1/2)((-2)^-n +2^-n)
Step-by-step explanation:
Both of these problems are solved in the same way. The characteristic equation comes from ...
a[n] -k²·a[n-2] = 0
Using a[n] = r^n, we have ...
r^n -k²r^(n-2) = 0
r^(n-2)(r² -k²) = 0
r² -k² = 0
r = ±k
a[n] = p·(-k)^n +q·k^n . . . . . . for some constants p and q
We find p and q from the initial conditions.
__
f) k² = 4, so k = 2.
a[0] = 0 = p + q
a[1] = 4 = -2p +2q
Dividing the second equation by 2 and adding the first, we have ...
2 = 2q
q = 1
p = -1
The solution is a[n] = -(-2)^n +2^n.
__
g) k² = 1/4, so k = 1/2.
a[0] = 1 = p + q
a[1] = 0 = -p/2 +q/2
Multiplying the first equation by 1/2 and adding the second, we get ...
1/2 = q
p = 1 -q = 1/2
Using k = 2^-1, we can write the solution as follows.
The solution is a[n] = (1/2)((-2)^-n +2^-n).