Solution:
<u>It should be noted:</u>
<u>Using the formula:</u>
- Slope = Rise/Run
- => Rise = 1; Run = 2
- => Slope = 1/2
Correct option is A.
Explanation: Given: Clayton bikes 3/8<span> of </span>14.5 miles<span>. </span>38⋅14.5<span>1=43.58=5.4375 </span>miles biked<span>. Left to </span>bike<span> to </span>beach<span>: 14.4−5.4375=9.0625 </span>miles<span>. OR. </span>38 biked<span>, means 58 left to </span>bike: 58⋅14.5<span>1=72.58=9.0625 </span>miles<span>. Was this helpful? </span>
There's nothing to multiply. However, you can factor it to get (x + 4)(x - 4).
37.1
Hope this helps a lot!!
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))