|
Radical
|
The square root sign. |
|
Radius
|
Half the diameter of a circle, or the distance from any point to the center. |
|
Random Number
|
A number that is supposedly chosen with no better odds than any other number. It is impossible to generate a true random number, but a computer can come close. |
|
Ratio
|
The number of one object compared to another. 4:1 is the ratio of arms and legs to bodies on most people. |
|
Ray
|
A line that has one end-point, but continues infinitely in the other direction. |
|
Real Number
|
Any number, positive or negative, that is not imaginary. 4/3, 2.5, 0, and -8 are all examples of real numbers. |
|
Reciprocal
|
The opposite of a numner or fraction. 2/1 is the reciprocal of 1/2. |
|
Rectangle
|
A quadrilateral that has four 90 degree angles. Squares are a type of rectangle. |
|
Regular Polygon
|
A polygon that has all of its sides equal and all of its angles congruent. |
|
Remainder
|
What is left over after a number is divided into another number. For instance, in 12 divided by 5, the remainder is two. |
|
Rhombus
|
A quadrilateral that has equal sides but oblique angles, like a squashed square. |
|
Right Angle
|
An angle that measures 90 degrees. It is formed when two lines meet like in a plus sign + |
|
Right Triangle
|
A triangle that contains one 90 degree angle. |
|
Range
|
The possible output values of a function, usually the y-values in a simple x-y plot. When you use all of the input (x) values, you will get the entire range as output.
Simple linear functions have a range of all real numbers, but more complicated functions often have restricted sets. Parabolas, for example, will have a range that extends from the vertex of the parabola in one direction. Sine waves have a range from -1 to 1. |