Answer:
15
Step-by-step explanation: 5/2= 2.5
6·2.5= 15
i hope this helps lol
Answer:
1890, total cost of lights per week
Step-by-step explanation:
The lights cost 45 dollars per bulb and 6 go out per day, 45×6=270
270 is the cost to replace the bulbs of one day.
270×7=1890. 1890 is the cost for a whole weeks worth of replacing these bulbs.
Answer:
Step-by-step explanation:
This is more physics than math, but since "The book of nature is written in the language of mathematics"...
Anyway, the one-dimesional motion equation you want to use here resembles the quadratic we use to model parabolic motion. It is
Δx
where v is the final velocity of the firefighter, v₀ is the initial velocity of the firefighter, a is -9.8 m/s/s (negative because the motion is in the downward direction), and Δx is -34 m. This is also negative because where the firefighter lands is below the point at which he started. This is important, because if you leave the 34 as positive, you end up with a negative radicand...and that's not gonna work. Filling in the formula:
Paying close attention to significant digits here is important (at least it is when I teach physics in school!). Since there are 2 significant digits in 7.5, we need 2 in the product. 7.5 squared is 56.25 which will round to 56. Then on the right side of the plus sign, we need 2 significant digits as well since the number 2 is part of the equation. We don't count it as significant if it is part of the equation. 2(-9.8)(-34) = 666.4 but that will round to 670. NOW, since the rules for significant digits are different in multiplication and addition, you have to round each first, then take the square root of the sum, rounding at the end. In this case we will round to the place that holds the least significance between the 2 numbers. In our case that is the tens place, since the tens place is less significant than is the 1's place. The number 7 is in the tens place. (Following that rule is super tricky, and also quite maddening!)
What we have here is
and
That leaves us with
v = 26.94438j
But don't forget we round that to the tens place which comes out in the end, finally, to
v = 30 m/s
Answer:
f) a[n] = -(-2)^n +2^n
g) a[n] = (1/2)((-2)^-n +2^-n)
Step-by-step explanation:
Both of these problems are solved in the same way. The characteristic equation comes from ...
a[n] -k²·a[n-2] = 0
Using a[n] = r^n, we have ...
r^n -k²r^(n-2) = 0
r^(n-2)(r² -k²) = 0
r² -k² = 0
r = ±k
a[n] = p·(-k)^n +q·k^n . . . . . . for some constants p and q
We find p and q from the initial conditions.
__
f) k² = 4, so k = 2.
a[0] = 0 = p + q
a[1] = 4 = -2p +2q
Dividing the second equation by 2 and adding the first, we have ...
2 = 2q
q = 1
p = -1
The solution is a[n] = -(-2)^n +2^n.
__
g) k² = 1/4, so k = 1/2.
a[0] = 1 = p + q
a[1] = 0 = -p/2 +q/2
Multiplying the first equation by 1/2 and adding the second, we get ...
1/2 = q
p = 1 -q = 1/2
Using k = 2^-1, we can write the solution as follows.
The solution is a[n] = (1/2)((-2)^-n +2^-n).