I think it would be 1 5/4 that would be your answer
it won't let me type the answer I may be missing something but it says I am using rude words so sorry if I am
The 2 graphs on the left are exponential
The other 2 are linear
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))
Answer:
90
Step-by-step explanation:
Let the starting number be x, the two consecutive numbers after x is gonna be x+1 and x+2.
If the sum of these three numbers is 267 then:
x+(x+1)+(x+2)=267
Solve
3x+3=267
3x=267-3
3x=264
x=264/3
x=88
x+1=89
x+2=90
Your three consecutive numbers are 88, 89, and 90.
The largest one of them is 90.