answersLogoWhite

0

M1 means less than 5% blasts and is the usual definition of a "remission" marrow. M2 means the marrow has between 5% and 25% leukemic blasts. M3 means there are more than 25% leukemic blasts.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Biology

Find the ratio of linear momentum of two particles of masses 1.0kg and 4.0kg if their kinetic energy are same?

The kinetic energy of a particle is given by 1/2 mv^2, and since the kinetic energy is the same for both particles, we can set their kinetic energies equal to each other. This gives us 1/2 (1.0kg) v1^2 = 1/2 (4.0kg) v2^2. Solving for the ratio gives v2/v1 = 1/2. Since momentum is given by p = mv, the ratio of the momenta is proportional to the ratio of the velocities, which is 1:2.


What are the four classification of heredity characters?

TYPES OF INHERITANCEThe mechanism of deriving a new class from an old one is called inheritance. The old class is referred to as the base class and the new one is called the derived class or subclass. Inheritance is a mechanism of reusing and extending existing classes without modifying them, thus producing hierarchical relationships between them. C++ supports the following inheritance.(a).Single InheritanceA derived class with only one base class is called single inheritance.#include using namespace std;class BaseClass {int i;public:void setInt(int n);int getInt();};class DerivedClass : public BaseClass {int j;public:void setJ(int n);int mul();};void BaseClass::setInt(int n){i = n;}int BaseClass::getInt(){return i;}void DerivedClass::setJ(int n){j = n;}int DerivedClass::mul(){return j * getInt();}int main(){DerivedClass ob;ob.setInt(10); // load i in BaseClassob.setJ(4); // load j in DerivedClasscout


What part of the brain coordinates the activities of the two sides of the body?

The major motor pathway that controls (the majority of) our muscles is called the Corticospinal Tract. This set of neurons starts (has its cell bodies/dendrites) in the Primary Motor Cortex (M1), and projects (sends axons) down through the brain and into the spinal cord, allowing us to move. The neurons that control the left side of our body do indeed begin on the right side of our brain in the M1 area. The axons of these neurons stay on that side of the brain through the internal capsule, through the cerebral penduncle (in the midbrain), and to the medullary pyramid (in the medulla). At this point, the axons decussate - cross over from one side to the other - and continue down the corticospinal tract in the spinal cord, where they eventually synapse to other neurons that leave the spinal cord and affect our muscles. It is this decussation in the medullary pyramid that leads to one side of our brain controlling the other side of our body. Since axon decussation has evolved in many distinct systems and organisms, it seems reasonable to presume that decussation confers a significant functional advantage - yet if this is so, the exact nature of this advantage is not clearly understood. Current research seems to indicate that in order to reduce connection errors in a complex computing network such as the human brain and CNS, with its 3-dimensional somatotropy, axonal decussation across the midline and corticospinal tract would be necessary.


Robert hooke's favorite color?

pink


How is kinetic energy calcuated?

For an object with mass m travelling at speed v (assuming it is well below the speed of light), the kinetic energy is given by the mass multiplied by the square of the speed, divided by two. So: Kinetic energy = m v2 / 2 The potential energy is a little more complicated - this answer assumes you mean gravitational energy. The magnitude of the gravitational potential energy between any two objects is given by the product of their masses multiplied by the gravitational constant, divided by the distance between their centres of mass. Gravity is always an attractive force, so we give it a negative sign to indicate this. So: Potential energy = - G m1 m2 / r where G = 6.7 x 10-11 m3 kg-1 s-2 m1 and m2 are the two masses in kilograms (say the mass of the Earth and the mass of the Sun) r = the distance in metres between their centres of mass If you need the potential energy in a much simpler example, say by raising an object of mass m by a height h vertically, the solution is much easier. The potential energy then is given by: Potential energy gained = m g h i.e. mass (kg) x gravitational field strength (N/kg) x height (m) On Earth, the gravitational field strength is about 9.8 N/kg Kinetic Energy=1/2 times mass times velocity squared