Steps to solve:
k + 10 = 27
~Subtract 10 to both sides
k = 17
Best of Luck!
Given
- f(n) values for n=1,2,3,4
- possible candidates for the function
Solution:
Method: Evaluate some of the values, for each function. A function with ANY value not matching the given f(n) values will be rejected.
N=1, f(n)=4
f(1)=4-3(1-1)=4
f(1)=4+3^(1+1)=4+3^2=4+9=13 ≠ 4 [rejected]
f(1)=4(3^(n-1))=4(3^0)=4
f(1)=3(4^(n-1))=3(4^0)=3*1=3 [rejected]
N=2, f(n)=12
f(1)=4-3(2-1)=4-3(1)=1 ≠ 12 [rejected]
[rejected]
f(1)=4(3^(2-1)=4*3^1=4*3=12
[rejected]
Will need to check one more to be sure
N=3, f(n)=3
[rejected]
[rejected]
f(3)=4(3^(n-1))=4(3^(3-1))=4(3^2)=4*9=36 [Good]
[rejected]
Solution: f(n)=4(3^(n-1))
Volume of cone formula: V = PI x r^2 x h/3
Volume of sphere formula: 4/3 x PI x r^3
Cone: 3.14 x 9^2 x 9/3 = 763.02 cubic inches
1/2 sphere: 1/2 x 4/3 x 3.14 x 9^3 = 1526.04 cubic inches.
Total volume : 1526.04 + 763.02 = 2289.1 cubic inches
Answer:
P=646
R=5%
T=2yrs
I=?
I=PRT/100
I= 646*5*2/100
I= 64.6
Step-by-step explanation: