42
It’s 42 since if you would convert this
Answer:kk
The final balance is $4,590.35.
The total compound interest is $990.35.
Step-by-step explanation:
Let's define variables:
s = original speed
s + 12 = faster speed
The time for the half of the route is:
60 / s
The time for the second half of the route is:
60 / (s + 12)
The equation for the time of the trip is:
60 / s + 60 / (s + 12) + 1/6 = 120 / s
Where,
1/6: held up for 10 minutes (in hours).
Rewriting the equation we have:
6s (60) + s (s + 12) = 60 * 6 (s + 12)
360s + s ^ 2 + 12s = 360s + 4320
s ^ 2 + 12s = 4320
s ^ 2 + 12s - 4320 = 0
We factor the equation:
(s + 72) (s-60) = 0
We take the positive root so that the problem makes physical sense.
s = 60 Km / h
Answer:
The original speed of the train before it was held up is:
s = 60 Km / h
Step-by-step explanation:
To check out how efficient or accurate a model is, we use the akaike information criterion or the Bayesian. If the AIC or BIC are lower, then this model would be better. They are also used to control for model complexity
Akaike information criterion = 2k-2ln where k is the number of parameter. A higher k gives a higher AIC.
In the real world complex models are discouraged and avoided since
1. They cause data to be over fitted and can capture noise and information from this data.
2. They are complex and therefore difficult to interpret
3. They consume a lot of time and computing them has several inefficiencies.
Using these two as measure of performance, we can select optimal choice of independent variable.
With forward/backward regression, we are able to put new variables in the model or remove from it. The best is the one with lowest AIC.
The correct answer is C: 1/(x + 4)(x - 5)
Why? Well, let's first simplify x^2 - 3x - 10 and x^2 + x - 12; the two denominators. Each of these should become an (x +/- number), and to figure out the number, as well as whether it is positive or negative, we can do a simple trick
Look at the factors of the right number (In this case, -10 and -12)
-10 -12
1 * -10 1 * -12
-1 * 10 -1 * 12
-2 * 5 -2 * 6
2 * -5 2 * -6
-3 * 4
4 * -3
Now for part 2
Which of these pairs add up to the middle number? One of the pairs of -10 should make -3, and likewise, one of the pairs of -12 should make 1 (when x has no number in front of it you may safely assume it is 1).
2 - 5 = -3 and 4 - 3 = 1, so we now know that the 2 fraction equations simplified is
x + 2 / (x + 2)(x - 5) * x - 3/(x -3)(x + 4)
Notice anything repeating? As long as they are apart of the same fraction, we can cross out anything that has the same x - number. Crossing out both x + 2 and x - 3, we now simply have x - 5 * x + 4. Because we crossed out both numerators, the top numbers both become 1, thus giving our answer, C.