find the number of ways to distribute 18 balls, three each of six different colors, into three boxes
In: Advanced Math
In: Advanced Math
Explain in simple terms what a primitive root is for prime modulus, and show that 2 is a primitive root of 11, but 3 is not.
In: Advanced Math
Find the series solution of the following equation x(d^2y/dx^2+(1-x)dy/dx+ny=0. where n=0,1,2
In: Advanced Math
According to Zeller's Formula, the day of the week can be calculated by:
f=k+(13m−1)/5+D+D/4+C/4−2C
where:
•k is the day of the month.
•m is the month number designated in a special way: March is 1, April is 2, . . . , December is10; January is 11, and February is 12. If x is the usual month number, i.e. for January x is 1, for February x is 2, and so on; then m can be computed with this formula:m= (x+21)%12+1,where % is the usual modulus (i.e. remainder) function. Alternatively,m can be computed in this way:
m= x+10, if x≤2, or x−2 otherwise.
•D is the last two digits of the year, but if it is January or February those of the previous year are used.
•Cis for century, and it is the first two digits of year. In our example,C=20.
•From the result f we can obtain the day of the week based on this code:
Day0 = Sunday...Day 6 = Saturday
For example, if=123, thenf%7=4, and thus the day was Thursday. Again, % is the modulus function.
What was the day on June, 1 2005 according to Zeller's formula?
In: Advanced Math
Career Fair |
Attendees |
Hired |
Not Hired |
Fall |
1000 |
150 |
|
Spring |
600 |
120 |
In: Advanced Math
Please solve all parts of the following question. Please show all work and all steps.
1a.) Solve
x' = x + 3y + 2t
y' = x - y + t^2
1b.) Solve
x' + ty = -1
y' + x' = 2
1c.) Solve
x' + y = 3t
y' - tx' = 0
In: Advanced Math
Consider the system;
dx/dt=x(1-x/10)-1/2xy
dy/dt=2y(1-y/6)-xy
(a) Find all equilibrium solutions.
(b) Draw the phase plane.
(c) On the phase plane, mark
• all equilibrium solutions.
• the lines where dx/dt =0, dy/dt =0
• an arrow indicating the general direction of the flow of the system in each region on the picture.
(d) If you were given initial conditions x = 3 and y = 4, what do you think would happen to the solution?
In: Advanced Math
Show many ways can you tile a 3xn checkboard with a 2x1 tile? Create a recursive relation and show how to derive the number of ways.
In: Advanced Math
An eagle is flying horizontally at the altitude of 400 ft with a
velocity of 16 ft/s when it drops a dead prey. A frog jumps 2
seconds later at a site facing away from the eagle and 60 ft from
the point beneath the original position of the bird. If the frog
catches the falling prey at the height of 144 ft, determine the
initial speed and angle of inclination of the frog. Please use an
advanced math way using vector-valued functions to solve it
(Calculus 3).
A note: h = 400 , b = 144 , a = 60
In: Advanced Math
Let y =
4 |
-6 |
6 |
U1 =
-2 |
-5 |
1 |
U2 =
-2 |
2 |
6 |
Find the distance from y to the plane in R3 spanned by U1 and U2. Exact answer please.
In: Advanced Math
Engineering system of type k-out-of-n is operational if at least
k out of n components are operational. Otherwise, the system fails.
Suppose that a k-out-of-n system consists of n identical and
independent elements for which the lifetime has Weibull
distribution with parameters r and λ. More precisely, if T is a
lifetime of a component, P(T ≥ t) = e−λtr, t ≥ 0. Time t is in
units of months, and consequently, rate parameter λ is in units
(month)−1. Parameter r is dimensionless. Assume that n = 8,k = 4, r
= 3/2 and λ = 1/10. (a) Find the probability that a k-out-of-n
system is still operational when checked at time t = 3. (b) At the
check up at time t = 3 the system was found operational. What is
the probability that at that time exactly 5 components were
operational? Hint: For each component the probability of the system
working at time t is p = e−0.1 t3/2. The probability that a
k-out-of-n system is operational corresponds to the tail
probability of binomial distribution: IP(X ≥ k), where X is the
number of components working. You can do exact binomial
calculations or use binocdf in Octave/MATLAB (or dbinom in R, or
scipy.stats.binom.cdf in Python when scipy is imported). Be careful
with ≤ and <, because of the discrete nature of binomial
distribution. Part (b) is straightforward Bayes formula.
In: Advanced Math
Let ? be a ?−algebra in ? and ?:? ⟶[0,∞] a measure on ?. Show that ?(?∪?) = ?(?)+?(?)−?(?∩?) where ?,? ∈?.
In: Advanced Math
Find a particular solution, Yp, of the non-homogenous DE y" + 3y' + 2y = 1/1+ex
In: Advanced Math
In: Advanced Math