PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 7 of 'fraction'
[ view 'fraction' | back to history ]

Title of object: fraction
Canonical Name: Fraction
Type: Definition

Created on: 2002-04-06 12:06:10
Modified on: 2004-10-11 02:23:18

Creator: bwebste
Modifier: bwebste
Author: bwebste
Author: digitalis

Classification: msc:11-01
Defines: solidus, proper fraction, numerator, denominator, improper fraction, lowest terms

Revision comment (for changes between this and next version):

Changes for correction #2632 ('An addition').

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

A \emph{fraction} is a rational number expressed in the form $\frac{n}{d}$ or $n/d$, where $n$ is designated the \emph{numerator} and $d$ the \emph{denominator}. The slash between them is known as a \emph{solidus} when the fraction is expressed as $n/d$.

The fraction $n/d$ has value $n \div d$. For instance, $3/2 = 3 \div 2 = 1.5$.

If $n$ and $d$ are positive, and $n/d < 1$, then $n/d$ is known as a \emph{proper fraction}. Otherwise, it is an \emph{improper fraction}. If $n$ and $d$ are relatively prime, then $n/d$ is said to be in \emph{lowest terms}. To get a fraction in lowest terms, simply divide the numerator and the denominator by their greatest common divisor:
$$\frac{60}{84} = \frac{60 \div 12}{84 \div 12} = \frac{5}{7}.$$

The rules for manipulating fractions are
\begin{eqnarray*}
\frac{a}{b} & \qquad = \qquad & \frac{ka}{kb}\\
\frac{a}{b} + \frac{c}{d} & \qquad = & \frac{ad + bc}{bd}\\
\frac{a}{b} - \frac{c}{d} & \qquad = & \frac{ad - bc}{bd}\\
\frac{a}{b} \times \frac{c}{d} & \qquad = & \frac{ac}{bd}\\
\frac{a}{b} \div \frac{c}{d} & \qquad = & \frac{ad}{bc}.
\end{eqnarray*}