0%

17-letter words containing e, n, t, r, u

  • macroevolutionary — Pertaining to, or as a result of macroevolution.
  • man enough to/for — If you say that a man is man enough to do something, you mean that he has the necessary courage or ability to do it.
  • management course — a course provided by an educational establishment such as a university, which teaches skills concerning the management of a company, business, etc
  • manual typewriter — a keyboard machine, operated entirely by hand, for writing mechanically in characters resembling print
  • manufactured home — a prefabricated house, assembled in modular sections.
  • mare fecunditatis — (Sea of Fertility) a dark plain in the fourth quadrant and extending into the first quadrant of the face of the moon: about 160,000 sq. mi. (415,000 sq. km).
  • margaret of anjou — 1430–82, queen of Henry VI of England.
  • mensural notation — a system of musical notation of the 13th to the late 16th centuries, marked by the use of note symbols such as the longa and brevis, the absence of bar lines and ties, and the equivalence in value of one note to either two or three of the next smaller degree.
  • mesembryanthemums — Plural form of mesembryanthemum.
  • metallofullerenes — Plural form of metallofullerene.
  • methylidyne group — the trivalent group ≡CH.
  • microconstituents — a microscopically small constituent of a metal or alloy.
  • microencapsulated — Encapsulated using microencapsulation.
  • microevolutionary — Of or pertaining to microevolution.
  • microminiaturized — Simple past tense and past participle of microminiaturize.
  • microreproduction — a photographic image too small to be read by the unaided eye.
  • misunderstandable — Capable of being misunderstood.
  • misunderstandings — Plural form of misunderstanding.
  • monarch butterfly — a large, deep-orange butterfly, Danaus plexippus, having black and white markings, the larvae of which feed on the leaves of milkweed.
  • money-market fund — a mutual fund that invests in the money market.
  • montagu's harrier — a brownish European bird of prey, Circus pygargus, with long narrow wings and a long tail: family Accipitridae (hawks, harriers, etc)
  • more than usually — You use more than usually to show that something shows even more of a particular quality than it normally does.
  • motion of censure — a motion by opposition parties criticizing the government
  • mount fairweather — a mountain in W North America, on the border between Alaska and British Columbia. Height: 4663 m (15 300 ft)
  • muenster (cheese) — a mild light-yellow semisoft cheese
  • multi-directional — extending or operating in several directions at the same time; functioning or going in more than one direction: a multidirectional stereo speaker system.
  • multi-millionaire — a person who possesses a fortune that amounts to many millions of dollars, francs, etc.
  • multicollinearity — (statistics) A phenomenon in which two or more predictor variables in a multiple regression model are highly correlated, so that the coefficient estimates may change erratically in response to small changes in the model or data.
  • multigenerational — of or relating to several generations, as of a family, or society: a multigenerational novel covering 300 years.
  • multiline insurer — an insurance company that is engaged in more than two fields of insurance.
  • multimillionaires — Plural form of multimillionaire.
  • multiple cropping — the use of the same field for two or more crops, whether of the same or of different kinds, successively during a single year.
  • multiple integral — an integral in which the integrand involves a function of more than one variable and which requires for evaluation repetition of the integration process.
  • multiple neuritis — polyneuritis.
  • multiple-unit car — a self-propelled railroad car, generally used in commuting service, equipped so that a train of such cars can be operated from any one of them.
  • multiplex printer — (hardware)   A duplex circuit using time-division multiplexing to provide multiple duplex channels over one wire. For example, channels A, B, C, and D could be used for simultaneous transmission in both directions.
  • mundane astrology — the astrology of worldly events, in contrast to the astrology of the individual: used especially in interpretations and forecasts involving politics, the stock market, weather, and disasters.
  • musical interlude — an interval in a play, event or occasion during which music is played
  • mustard and cress — Mustard and cress is very young mustard plants and cress plants grown together and eaten in salad.
  • naked singularity — an infinitely dense point mass without a surrounding black hole
  • nathaniel currierNathaniel, 1813–88, U.S. lithographer. Compare Ives (def 4).
  • national security — defence of a country
  • natural deduction — (logic)   A set of rules expressing how valid proofs may be constructed in predicate logic. In the traditional notation, a horizontal line separates premises (above) from conclusions (below). Vertical ellipsis (dots) stand for a series of applications of the rules. "T" is the constant "true" and "F" is the constant "false" (sometimes written with a LaTeX \perp). "^" is the AND (conjunction) operator, "v" is the inclusive OR (disjunction) operator and "/" is NOT (negation or complement, normally written with a LaTeX \neg). P, Q, P1, P2, etc. stand for propositions such as "Socrates was a man". P[x] is a proposition possibly containing instances of the variable x, e.g. "x can fly". A proof (a sequence of applications of the rules) may be enclosed in a box. A boxed proof produces conclusions that are only valid given the assumptions made inside the box, however, the proof demonstrates certain relationships which are valid outside the box. For example, the box below labelled "Implication introduction" starts by assuming P, which need not be a true proposition so long as it can be used to derive Q. Truth introduction: - T (Truth is free). Binary AND introduction: ----------- | . | . | | . | . | | Q1 | Q2 | ----------- Q1 ^ Q2 (If we can derive both Q1 and Q2 then Q1^Q2 is true). N-ary AND introduction: ---------------- | . | .. | . | | . | .. | . | | Q1 | .. | Qn | ---------------- Q1^..^Qi^..^Qn Other n-ary rules follow the binary versions similarly. Quantified AND introduction: --------- | x . | | . | | Q[x] | --------- For all x . Q[x] (If we can prove Q for arbitrary x then Q is true for all x). Falsity elimination: F - Q (Falsity opens the floodgates). OR elimination: P1 v P2 ----------- | P1 | P2 | | . | . | | . | . | | Q | Q | ----------- Q (Given P1 v P2, if Q follows from both then Q is true). Exists elimination: Exists x . P[x] ----------- | x P[x] | | . | | . | | Q | ----------- Q (If Q follows from P[x] for arbitrary x and such an x exists then Q is true). OR introduction 1: P1 ------- P1 v P2 (If P1 is true then P1 OR anything is true). OR introduction 2: P2 ------- P1 v P2 (If P2 is true then anything OR P2 is true). Similar symmetries apply to ^ rules. Exists introduction: P[a] ------------- Exists x.P[x] (If P is true for "a" then it is true for all x). AND elimination 1: P1 ^ P2 ------- P1 (If P1 and P2 are true then P1 is true). For all elimination: For all x . P[x] ---------------- P[a] (If P is true for all x then it is true for "a"). For all implication introduction: ----------- | x P[x] | | . | | . | | Q[x] | ----------- For all x . P[x] -> Q[x] (If Q follows from P for arbitrary x then Q follows from P for all x). Implication introduction: ----- | P | | . | | . | | Q | ----- P -> Q (If Q follows from P then P implies Q). NOT introduction: ----- | P | | . | | . | | F | ----- / P (If falsity follows from P then P is false). NOT-NOT: //P --- P (If it is not the case that P is not true then P is true). For all implies exists: P[a] For all x . P[x] -> Q[x] ------------------------------- Q[a] (If P is true for given "a" and P implies Q for all x then Q is true for a). Implication elimination, modus ponens: P P -> Q ---------- Q (If P and P implies Q then Q). NOT elimination, contradiction: P /P ------ F (If P is true and P is not true then false is true).
  • natural frequency — the frequency at which a system vibrates when set in free vibration
  • natural resources — a naturally occurring source of wealth, as land or water.
  • natural selection — the process by which forms of life having traits that better enable them to adapt to specific environmental pressures, as predators, changes in climate, or competition for food or mates, will tend to survive and reproduce in greater numbers than others of their kind, thus ensuring the perpetuation of those favorable traits in succeeding generations.
  • natural-resources — a naturally occurring source of wealth, as land or water.
  • net present value — an assessment of the long-term profitability of a project made by adding together all the revenue it can be expected to achieve over its whole life and deducting all the costs involved, discounting both future costs and revenue at an appropriate rate
  • neurodegenerative — Resulting in or characterized by degeneration of the nervous system, especially the neurons in the brain.
  • neurofibromatosis — a dominantly inherited genetic disorder characterized by flat brown patches on the skin, neurofibromas of the skin and internal organs, and in some cases skeletal deformity.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?