A computer systerm has a memory
leak issue causing its usage to
increase over time. the rate of
memory usage growth is directly
proportional to the difference
between the current memory usage
and the systerms maximum memory
capacity. Write one ODE and one
PDE that models the memory usage
growth.
There are two possible routes from
Zindhi to Katifa. One route is through
Zindhi/Chadler expressway which is
100km and the other is through Adfeti and
Ngonu covering a distance of 80km. A
motorist going through the expressway
can travel 10km/h faster than the one
going through Adfeti and Ngonu, and
arrive Katifa 5 minutes earlier as well.
What is the time spent on the journey
to Katifa by the motorist travelling
through the expressway.
A man travelled from town A to B, a
distance of 360km. He left A one hour
later than he had planned so he decided
to drive at 5km/h faster than his
normal speed, in order to reach B on
schedule. If he arrived B at exactly the
scheduled time, find the normal speed.
Solve by computer programming
a, b & c are Prime numbers. And they
are in AP and d is common difference
Example (a, b, c, d) = (3, 5, 7, 2)
Just Next Set(a, b, c, d) = ?
A board has 2, 4, and 6 written on it. One repeatedly chooses values (not necessarily different) for x, y, and z from the board, and writes xyz + xy + yz + zx + x + y + z if and only if those numbers are not already on the board and are also less than or equals 2013. The person repeats this process until no more numbers can be written. How many numbers will be written at the end of this process?
If α and β are the roots of the
ax^2 + 2bx + c = 0 and α + δ and β + δ are
the roots of Ax^2 + 2Bx + C = 0 for some
constant δ then prove that
((b^2 − ac)/a^2 ) = ((B^2 − AC)/A^2 ) .