6.5%=.065
.065/12=0.00541666666666666666666666666667/month
3 years = 36 months
(1+0.00541666666666666666666666666667)^36=1.2146716269797335689295444127607
1.2146716269797335689295444127607 x 12500=$15183.40 in the account after 3 years
15183.40-12500=$2683.40 in interest earned
☺☺☺☺
4x + 6 = 9 is the equation
Answer:
The speed on motorboat is 20 mph
Step-by-step explanation:
here, we want to find the speed on the motorboat
if he has a speed of x mph on the motor boat, his speed on the ski will be (x + 10) mph
The total hours is 4 hours
Mathematically; speed = distance/time
Time on ski is 27/x+ 10
Time on motor boat is 62/x
The addition of both is 4
Thus;
27/(x + 10) + 62/x = 4
27(x) + 62(x + 10) = 4(x)(x + 10)
27x + 62x + 620 = 4(x^2 + 10x)
89x + 620 = 4x^2 + 40x
4x^2 -49x-620 = 0
using the quadratic formula;
{-b ± √(b^2-4ac)}/2a
where a = 4, b = -49 and c = -620
= 49 ± √(-49)^2-4(4)(-620)/8
So we have
49+ 111/8 or 49-111/8
Speed cannot be negative
(49 + 111)/8
= 20 mph
Answer:
+ 16
Step-by-step explanation:
x² - 8x = - 10
to complete the square
add ( half the coefficient of the x- term )² to both sides
x² + 2(- 4)x + (- 4) = - 10 + (- 4)²
x² - 8x + 16 = - 10 + 16
thus 16 is added to both sides to complete the square
Answer:
a)
a1 = log(1) = 0 (2⁰ = 1)
a2 = log(2) = 1 (2¹ = 2)
a3 = log(3) = ln(3)/ln(2) = 1.098/0.693 = 1.5849
a4 = log(4) = 2 (2² = 4)
a5 = log(5) = ln(5)/ln(2) = 1.610/0.693 = 2.322
a6 = log(6) = log(3*2) = log(3)+log(2) = 1.5849+1 = 2.5849 (here I use the property log(a*b) = log(a)+log(b)
a7 = log(7) = ln(7)/ln(2) = 1.9459/0.6932 = 2.807
a8 = log(8) = 3 (2³ = 8)
a9 = log(9) = log(3²) = 2*log(3) = 2*1.5849 = 3.1699 (I use the property log(a^k) = k*log(a) )
a10 = log(10) = log(2*5) = log(2)+log(5) = 1+ 2.322= 3.322
b) I can take the results of log n we previously computed above to calculate 2^log(n), however the idea of this exercise is to learn about the definition of log_2:
log(x) is the number L such that 2^L = x. Therefore 2^log(n) = n if we take the log in base 2. This means that
a1 = 1
a2 = 2
a3 = 3
a4 = 4
a5 = 5
a6 = 6
a7 = 7
a8 = 8
a9 = 9
a10 = 10
I hope this works for you!!