Eaither it’s a or c u figure out sorry but i am in a hurry
Answer:
N>-6
Step-by-step explanation:
N/3+2>0
N/3>0-2
N/3>-2
N>-2*3
N>-6
Yes, ode45 can be used for higher-order differential equations. You need to convert the higher order equation to a system of first-order equations, then use ode45 on that system.
For example, if you have
... u'' + a·u' + b·u = f
you can define u1 = u, u2 = u' and now you have the system
... (u2)' + a·u2 + b·u1 = f
... (u1)' = u2
Rearranging, this is
... (u1)' = u2
... (u2)' = f - a·u2 - b·u1
ode45 is used to solve each of these. Now, you have a vector (u1, u2) instead of a scalar variable (u). A web search regarding using ode45 on higher-order differential equations can provide additional illumination, including specific examples.
Answer:
Step-by-step explanation:
A $10,000 deposit at the bank will double in value in 9 years.
If the interest is r% and it is compounded each year, then we can write from the formula of compound interest that
⇒
⇒
⇒ r = 8%
Therefore, the formula for the accumulated amount t years after the investment is made will be
where, P is the invested principal and S is the accumulated sum. (Answer)
So, 10%-7%=3%=$294
$294/3%=$9800
Answer: The cost price of the necklace is $9800.