Answer:
for question #1) 6 times n + 12 = 60
Step-by-step explanation:
it works trust me
ps. im in high school in a GT math class
The lower quartile is 24 and the range is 35-22=13.....hope this helps
It is d bexause every 6 is moved to the left for every one and it isnt abexause if you add 6 it would instwad go 6 12 18 24 and so on and its no c because if you move it to the right the # would decrease and obviously not b because if you subtract 0 every time it would stay as the same number
Since 10 is a positive the opposite must be negative. Opposite integer of 10 is -10 ( negative 10).
Happy studying ^-^
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))