Answer:
A: (0,0), B: (3, -4), 5 units
Step-by-step explanation:
A: (0,0), B: (3, -4)
To find the distance, use the distance formula. Square-root((0-3)^2+(0-(-4))^2) ---> Square-root((-3)^2 + 4^2) ---> Square-root(9+16) ---> Square-root(25) ---> 5units.
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))
The moral of the story is to not give up. The bird ,after discovering he couldn’t get the water after trying his hardest, still pushed through to pick up the stones to tip the pitcher to get the water.
Hello from MrBillDoesMath!
Answer:
40
Discussion:
A diagram is always appreciated!
Assuming that
mAOC = mAOB + mBOC =>
108 = (3x + 4) + (8x - 28) => combine common terms
108 = (3x + 8x) + (4 - 28 ) =>
108 = 11x - 24 => add 24 to both sides
132 = 11x =>
x = 132/11 = 12
So mAOB = 3x + 4 = 3(12) + 4 = 36 + 4 = 40
Thank you,
MrB
Use trigonometry to find L.
Tangent = opposite over adjacent on any right triangle.
tan(L) = 18/23
Take the inverse on both sides.
arctan(tan(L)) = arctan(18/23)
L = 38.0470425318
L = 38.05°
Done.