 // Start COMPLEX NUMBERS
 // Start COMPLEX NUMBERS
 // Start EQUALITY ETC
 // Start FUNCTIONS 
 // Start NUMBER THEORY 
 // Start NUMBER SETS
 // Start MATRICES 
 // Start POLYNOMIALS
//Start SETS
 // Start SYSTEMS OF EQUATIONS AND INEQUALITIES
 // Start SEQUENCES
 
 
//Start Geometric Figures

var def_line=
'A <b class = "bold_blue">line</b> is a straight set of points that extends into infinity in both directions.';

var def_square=
'A <b class = "bold_blue">square</b> is a quadrilateral with four equal sides and four 90 degree angles.';

var def_parallelogram=
'A <b class = "bold_blue">parallelogram</b> is a quadrilateral with opposite sides parallel.';

var def_rectangle=
'A <b class = "bold_blue">rectangle</b> is a quadrilateral with four 90-degree angles.';

var def_triangle=
'A <b class = "bold_blue">triangle</b> is a three-sided polygon.';

var def_trapezoid=
'A <b class = "bold_blue">trapezoid</b> is a quadrilateral that has exactly two sides parallel.';


var def_circle =
	'A <b class = "bold_blue">circle</b> is the set of points in a plane that are '
	+'equidistant from a fixed point called the <b class = "bold_blue">center</b>.';

var def_radius =
	'The <b class = "bold_blue">radius</b> of a circle is the fixed distance from the '
	+'center of the circle to any point on the circle.';

var def_annulus =
'An annulus is the area between two coplanar concentric circles.';

var def_polygon=
'<span class=popup_text>A <b class = "bold_blue">polygon</b> is a closed plane figure made up of several line segments that are joined together.</span>';

var def_quadrilateral=
'A <b class = "bold_blue">quadrilateral</b> is a four sided polygon.';

var def_triangle=
'A triangle is a three sided polygon.';

var def_right_triangle=
'A <b class = "bold_blue">right triangle</b> is a triangle that contains a right angle.'; 

var def_sphere=
'A <b class = "bold_blue">sphere</b> is a three-dimensional figure with all points in space a fixed distance from a given point, '
+'called the center.';

var def_cylinder=
'A <b class = "bold_blue">cylinder</b> is a three-dimensional figure having two parallel '
+'bases that are congruent circles.';


var def_cone=
'A <b class = "bold_blue">cone</b> is A three-dimensional figure with one vertex and a circular base.';




 // Start MISCELLANEOUS NOTATION ETC.
 var def_factorial =
 'If n is a natural number, <b class = "bold_blue">n factorial</b> '
 +'is the product of all positive integers less than or equal to n.  '
 +'The factorial of n is denoted by n! and may be defined/computed with the following '
 +'formula.<br><br><span class = indent_ten>n! = (1)(2)(3) ... (n - 1)(n).</span>'; 
 
 var def_summation_notation =
 'The n<sup>th</sup> partial sum (the sum of the first n terms) of a sequence named a is represented by <br><br>'
 +'<img  class="graphicIndent" src="../../image_sequence/summation_definition_small.gif" alt="Summation notation definition" >'
 +'<br>where i is the index of summation, 1 is the lower limit, and n is the upper limit.';
 
 // Start SEQUENCES
  
 var def_sequence =
 'A <b class = "bold_blue">sequence</b> is a function whose domain is the set of  '
 +'Natural Numbers.'; 
 
 var def_partial_sum =
 'The <b class = "bold_blue">n<sup>th</sup> partial sum</b> of a sequence  is defined to be the '
 +'sum of the first n terms of the sequence.';
 

 
 // Start COMPLEX NUMBERS 
  var def_complex_numbera_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Complex Number</center></b></font>'; 
 var def_complex_numbera_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Complex Number'; 
 var def_complex_numbera =
 '<span class = normal_text> A <b class = "bold_blue">complex number</b> is a number that can be written in the form a + bi where a and b are '
 +'real numbers and '
 +'<IMG src="../../image/square_root_of_negative_one_small.gif" align=absmiddle>.</span>'; 

 var def_real_component_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Real Component</center></b></font>'; 
 var def_real_component_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Real Component'; 
 var def_real_component =
 '<span class = normal_text> The <b class = "bold_blue">real component</b> of the complex number <span class = "nobr">a + bi</span> is a.</span>'; 
 
 var def_complex_component_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Complex Component</center></b></font>'; 
 var def_complex_component_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Complex Component'; 
 var def_complex_component =
 '<span class = normal_text> The <b class = "bold_blue">complex component</b> of the complex number <span class = "nobr">a + bi</span> is b.</span>';  
 
 var def_sum_of_complex_numbers_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Sum of Complex Numbers</center></b></font>'; 
 var def_sum_of_complex_numbers_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Sum of Complex Numbers'; 
 var def_sum_of_complex_numbers =
 '<span class = normal_text> The <b class = "bold_blue">sum of two complex numbers</b> <span class = "nobr">a + bi</span> and <span class = "nobr">c + di</span> is defined by  <span class = "nobr">(a + bi) + (c + di) = (a + c) + (b + d)i.</span></span>';  
 
 var def_opposite_of_complex_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Opposite of a Complex Number</center></b></font>'; 
 var def_opposite_of_complex_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Opposite of a Complex Number'; 
 var def_opposite_of_complex_number =
 '<span class = normal_text> The <b class = "bold_blue">opposite</b> of a complex number <span class = "nobr">a + bi</span> is <span class = "nobr">-a - bi</span>.</span>';   

 var def_difference_of_complex_numbers_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Difference of Complex Numbers</center></b></font>'; 
 var def_difference_of_complex_numbers_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Difference of Complex Numbers'; 
 var def_difference_of_complex_numbers =
 '<span class = normal_text> The <b class = "bold_blue">difference <span class = "nobr">(a + bi) - (c + di)</span></b> is defined to be <span class = "nobr">(a + bi) + (-c - di).</span></span>'; 
 
 var def_product_of_complex_numbers_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Product of Complex Numbers</center></b></font>'; 
 var def_product_of_complex_numbers_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Product of Complex Numbers'; 
 var def_product_of_complex_numbers =
 '<span class = normal_text> The <b class = "bold_blue">product <span class = "nobr">(a + bi)(c + di)</span></b> is defined to be <span class = "nobr">(ac - bd) + (bc + ad)i.</span></span>';  
 
 var def_norm_of_complex_number_keyword =

 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Norm of a Complex Number</center></b></font>'; 
 var def_norm_of_complex_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Norm of a Complex Number'; 
 var def_norm_of_complex_number =
 '<span class = normal_text> The <b class = "bold_blue">norm</b> of a complex number <span class = "nobr">a + bi</span> is <span class = "nobr">a<sup>2</sup> + b<sup>2</sup>.</span></span>';  
 
 var def_conjugate_of_complex_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Conjugate of a Complex Number</center></b></font>'; 
 var def_conjugate_of_complex_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Conjugate of a Complex Number'; 
 var def_conjugate_of_complex_number =
 '<span class = normal_text> The <b class = "bold_blue">conjugate</b> of a complex number <span class = "nobr">a + bi</span> is  <span class = "nobr">a - bi.</span></span>';  
 
 var def_inverse_of_complex_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Inverse of a Complex Number</center></b></font>'; 
 var def_inverse_of_complex_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Inverse of a Complex Number'; 
 var def_inverse_of_complex_number =
 '<span class = normal_text> The <b class = "bold_blue">multiplicative inverse</b> of a complex number <span class = "nobr">a + bi</span> is its conjugate divided by '
 +'its norm '
 +'<img src="../../image/complex_number_inverse_small.gif" align="absmiddle">.</span>';   
 
 var def_quotient_of_complex_number_by_a_real_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quotient of a Complex Number by a Real Number</center></b></font>'; 
 var def_quotient_of_complex_number_by_a_real_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quotient of a Complex Number by a Real Number'; 
 var def_quotient_of_complex_number_by_a_real =
 '<span class = normal_text> The <b class = "bold_blue">quotient of a complex number by a real number</b> is the  <br>'
 +'complex number multiplied by the reciprocal of the divisor. </span>';
 
 var def_quotient_of_complex_numbers_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quotient of Complex Numbers</center></b></font>'; 
 var def_quotient_of_complex_numbers_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quotient of Complex Numbers'; 
 var def_quotient_of_complex_numbers =
 '<span class = normal_text> The <b class = "bold_blue">quotient</b> <img src="../../image/complex_number_quotient_1_small.gif" alt="the complex number a plus b i divided by the complex number c plus d i" align="absmiddle"> is defined to be '
 +'<img src="../../image/complex_number_quotient_2_small.gif"  align="absmiddle"></span>';   



// Start EQUALITY ETC
var def_operand=
 'An <b class = "bold_blue">operand</b> is a mathematical object upon which an operator acts.';

var def_unary_operation =
 'A <b class = "bold_blue">unary operation</b> is a calculation involving one operand.';


var def_binary_operation =
 'A <b class = "bold_blue">binary operation</b> is a calculation involving two operands.';
 
var def_binary_relation =
 'A <b class = "bold_blue">binary relation</b> is a comparison of two operands.';

var def_inequality =
  'An <b class = "bold_blue">inequality</b> is a mathematical statement which contains an inequality symbol.';  
 
 var def_equality_of_real_numbers =
 'Two real numbers a and b are <b class = "bold_blue">equal</b> if they represent the same point on the number line.<br><br>'
 +'The symbol = written between two numbers is used to indicate the two numbers are related by equality.'; 
 
 var def_less_than =
 'The real number  <b class = "bold_blue">a is less than b</b> if a is to the left of b on the number line.<br><br>'
 +'The symbol < written between two numbers is used to indicate the two numbers are related by less than.'; 

 var def_greater_than =
 'The real number  <b class = "bold_blue">a is greater than b</b> if a is to the right of b on the number line.<br><br>'
 +'The symbol > written between two numbers is used to indicate the two numbers are related by greater than.'; 
 
 
 var def_less_than_or_equal =
 'The real number  <b class = "bold_blue">a is less than or equal to b</b> if a is less than b or equal to b.<br><br>'
 +'The symbol &le; written between two numbers is used to indicate the two numbers are related by less than or equal to.'; 

 var def_greater_than_or_equal =
 'The real number  <b class = "bold_blue">a is greater than or equal to b</b> if a is greater than b or equal to b.<br><br>'
 +'The symbol &ge; written between two numbers is used to indicate the two numbers are related by greater than or equal to.'; 
  
 

 var def_equality_of_complex_numbers_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Complex Numbers</center></b></font>'; 
 var def_equality_of_complex_numbers_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Complex Numbers'; 
 var def_equality_of_complex_numbers =
 'Two complex numbers a + bi and c + di are <b class = "bold_blue">equal</b> if <span class = "nobr">a = c</span> and <span class = "nobr">b = d.</span>'; 
 
 var def_equality_of_sets_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Sets</center></b></font>'; 
 var def_equality_of_sets_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Sets'; 
 var def_equality_of_sets =
 'Two sets are <b class = "bold_blue">equal</b> if they contain exactly the same elements.<br><br>'
 +'Symbolic Form:&nbsp;&nbsp;<img src="../../image/symbol_set_equal_small.gif" align="absmiddle">';  
 
 var def_equality_of_ordered_pairs_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Ordered Pairs</center></b></font>'; 
 var def_equality_of_ordered_pairs_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Ordered Pairs'; 
 var def_equality_of_ordered_pairs =
 'Two ordered pairs <span class = "nobr">(a, b)</span> and <span class = "nobr">(c, d)</span are <b class = "bold_blue">equal</b> if <br><span class = "nobr">a = c</span> and <span class = "nobr">b = d.</span>';  
 
 var def_equality_of_ordered_triples_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Ordered Triples</center></b></font>'; 
 var def_equality_of_ordered_triples_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Ordered Triples'; 
 var def_equality_of_ordered_triples =
 'Two ordered triples <span class = "nobr">(a, b, c)</span> and <span class = "nobr">(d, e, f)</span> are <b class = "bold_blue">equal</b> if <span class = "nobr">a = d,</span> <span class = "nobr">b = e,</span> and <span class = "nobr">c = f.</span>';  
 
 var def_equality_of_polynomials_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Polynomials</center></b></font>'; 
 var def_equality_of_polynomials_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Polynomials'; 
 var def_equality_of_polynomials =
 'Two polynomials are <b class = "bold_blue">equal</b> if they have the same degree and corresponding coefficients are equal.';   
 
 var def_equality_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Equality of Functions</center></b></font>'; 
 var def_equality_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Equality of Functions'; 
 var def_equality_of_functions =
 'Two functions f and g are <b class = "bold_blue">equal</b> if they have the same domains, the same ranges, and <span class = "nobr">f(x) = g(x)</span> '
 +'for every x in the common domain.';  


// Start FUNCTIONS 
 var def_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Function</center></b></font>'; 
 var def_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Function'; 
 var def_function =
 '<span class = normal_text> A <b class = "bold_blue">function</b> consists of three things:<br><br>&nbsp;&nbsp;&nbsp; '
 +'A set called the Domain <br>&nbsp;&nbsp;&nbsp; '
 +'A set called the Range <br>&nbsp;&nbsp;&nbsp; ' 
 +'A rule which associates each element of the domain with a unique element of the range.</span>'; 
 
  var def_functional_notation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Functional Notation</center></b></font>'; 
 var def_functional_notation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Functional Notation'; 
 var def_functional_notation =
 ' <img src="../../college_algebra/image/functional_notation_definition.gif" align="absmiddle">'; 

  var def_sum_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Sum of Functions</center></b></font>'; 
 var def_sum_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Sum of Functions'; 
 var def_sum_of_functions =
 '  The <b class = "bold_blue">sum of two functions</b> f and g with the same domain is the function named (f+g) whose rule may be written as <br><br>'
 +'&nbsp;&nbsp;&nbsp;&nbsp;<span class = "nobr">(f+g)(x) = f(x) + g(x)</span> for all x in the common domain.';  
 
 var def_product_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Product of Functions</center></b></font>'; 
 var def_product_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Product of Functions'; 
 var def_product_of_functions =
 '  The <b class = "bold_blue">product of two functions</b> f and g with the same domain is the function named (fg) whose rule may be written as <br><br>'
 +'&nbsp;&nbsp;&nbsp;&nbsp;<span class = "nobr">(fg)(x) = [f(x)][g(x)]</span> for all x in the common domain.';  
 
 var def_difference_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Difference of Functions</center></b></font>'; 
 var def_difference_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Difference of Functions'; 
 var def_difference_of_functions =
 '  The <b class = "bold_blue">difference of two functions</b> f and g with the same domain is the function named <span class = "nobr">(f-g)</span> whose rule may be written as <br><br>'
 +'&nbsp;&nbsp;&nbsp;&nbsp;<span class = "nobr">(f-g)(x) = f(x) - g(x)</span> for all x in the common domain.';  
 
 var def_quotient_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quotient of Functions</center></b></font>'; 
 var def_quotient_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Quotient of Functions'; 
 var def_quotient_of_functions =
 '  The <b class = "bold_blue">quotient of two functions</b> f and g with the same domain is the function named '
 +'<img src="../../image/function_quotient1_small.gif" align="absmiddle"> '
 +'whose rule may be written as <br><br>&nbsp;&nbsp;&nbsp;&nbsp;'
 +'<img src="../../image/function_quotient2_small.gif" align="absmiddle"> '
 +'for all x in the common domain.';  
 
 var def_composition_of_functions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Composition of Functions</center></b></font>'; 
 var def_composition_of_functions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Composition of Functions'; 
 var def_composition_of_functions =
 '  The <b class = "bold_blue">composition</b> of a function f with a function g is a function named '
 +'<img src="../../image/function_composition1_small.gif" align="absmiddle">whose rule is <br><br>'
 +'&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../image/function_composition2_small.gif" align="absmiddle">. <br><br>' 
+'The domain of  <img src="../../image/function_composition1_small.gif" align="absmiddle"> '
+'is the set of all x in the domain of g for which g(x) is in the domain of f.';  
 
 var def_inverse_of_a_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Inverse of a Function</center></b></font>'; 
 var def_inverse_of_a_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Inverse of a Function'; 
 var def_inverse_of_a_function =
 '  Let f be a function with domain A and range B. Then the <b class = "bold_blue">inverse of the function</b>, if it exists, '
 +'is a function named f<sup>-1</sup>, '
 +'with domain B and range A with the property that <br><br>&nbsp;&nbsp;&nbsp;&nbsp;'
 +'<img class = "display_graph" src="../../image/function_inverse_def_small.gif"  align="absmiddle">';   
 
 
 var def_graph_of_a_function =
 '  <span class = normal_text> The <b class = "bold_blue">graph of a function</b> is the set of all points whose coordinates satisfy the rule '
 +'of the function.</span>';  
 
  var def_graph_of_a_function_alternate_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Graph of a Function</center></b></font>'; 
 var def_graph_of_a_function_alternate_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Graph of a Function'; 
 var def_graph_of_a_function_alternate =
 '<span class = normal_text> The <b class = "bold_blue">graph of a function</b> is the set of all points of the form <span class = "nobr">(a, f(a))</span><br><br> '
 +' where a is an element of the domain and f(a) is the corresponding range element.</span>';   
 
 var def_increasing_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Increasing Function</center></b></font>'; 
 var def_increasing_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Increasing Function'; 
 var def_increasing_function =
 ' A function f is <b class = "bold_blue">increasing</b> on an interval if, for any x<sub>1</sub>and x<sub>2</sub> in the interval, '
 +'<br><br>&nbsp;<span class = "nobr">x<sub>1</sub>&lt x<sub>2</sub></span> implies <span class = "nobr">f(x<sub>1</sub>) &lt; f(x<sub>2</sub>).</span>';   
 
 var def_decreasing_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Decreasing Function</center></b></font>'; 
 var def_decreasing_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Decreasing Function'; 
 var def_decreasing_function =
 ' A function f is <b class = "bold_blue">decreasing</b> on an interval if, for any x<sub>1</sub>and x<sub>2</sub> in the interval, '
 +'<br><br>&nbsp;<span class = "nobr">x<sub>1</sub>&lt x<sub>2</sub></span> implies <span class = "nobr">f(x<sub>1</sub>) &gt; f(x<sub>2</sub>).</span>';    
 
 var def_constant_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Constant Function</center></b></font>'; 
 var def_constant_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Constant Function'; 
 var def_constant_function =
 ' A function f is called a <b class = "bold_blue">constant function</b> if its rule can be written as '
 +' <span class = "nobr">f(x) = k</span> for some real number k. ';   

 var def_even_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Even Function</center></b></font>'; 
 var def_even_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Even Function'; 
 var def_even_function =
 ' A function f is an <b class = "bold_blue">even function</b> if, <span class = "nobr">f(x) = f(-x)</span> for all domain elements x';   

 var def_odd_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Odd Function</center></b></font>'; 
 var def_odd_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Odd Function'; 
 var def_odd_function =
 ' A function f is an <b class = "bold_blue">odd function</b> if, <span class = "nobr">f(x) = -f(-x)</span> for all domain elements x'; 
 
 var def_one_to_one_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>One to One Function</center></b></font>'; 
 var def_one_to_one_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> One to One Function'; 
 var def_one_to_one_function =
 ' A function is called a <b class = "bold_blue">one-to-one function</b> if no element of the range is the '
 +'associate of more than one domain element.'; 
 
 var def_zero_of_a_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Zero of a Function</center></b></font>'; 
 var def_zero_of_a_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Zero of a Function'; 
 var def_zero_of_a_function =
 '  A <b class = "bold_blue">zero of a function</b> f is a domain element k <br>for which <span class = "nobr">f(k) = 0.</span>';  
 
 var def_rule_of_a_function =
 '<span class = normal_text>  A rule which associates each element of the domain with a unique element of the range.</span>';   
 
 var def_satisfy_the_rule =
 '<span class = normal_text> The coordinates of a point <span class = "nobr">(a, b)</span> are said to <b class = "bold_blue">satisfy the rule</b> of a function f if <span class = "nobr">b = f(a).</span></span>';   
 
 var def_zero_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Zero Function</center></b></font>'; 
 var def_zero_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Zero Function'; 
 var def_zero_function =
 'The <b class = "bold_blue">zero function</b> z is the function defined by <span class = "nobr">z(x) = 0</span> for all x in the domain of z.';    

 var def_identity_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Identity Function</center></b></font>'; 
 var def_identity_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Identity Function'; 
 var def_identity_function =
 'The <b class = "bold_blue">identity function</b> is the function I which has the property that <span class = "nobr">I(x) = x</span> for '
 +'all x in the domain of I.'; 

 var def_absolute_value_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Absolute Value Function</center></b></font>'; 
 var def_absolute_value_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Absolute Value Function'; 
 var def_absolute_value_function =
 'The <b class = "bold_blue">absolute value function</b> is a function abs whose rule may be written in the '
 +'form <span class = "nobr">abs(x) = | x |.</span>'; 

 var def_squaring_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Squaring Function</center></b></font>'; 
 var def_squaring_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Squaring Function'; 
 var def_squaring_function =
 'The <b class = "bold_blue">squaring function</b> is the quadratic function f whose rule may be written '
 +'in the form <span class = "nobr">f(x) = x<sup>2</sup>.</span>'; 
 
 var def_cubing_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Cubing Function</center></b></font>'; 
 var def_cubing_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Cubing Function'; 
 var def_cubing_function =
 'The <b class = "bold_blue">cubing function</b> is the function f whose rule may be written '
 +'in the form <span class = "nobr">f(x) = x<sup>3</sup>.</span>'; 

 var def_reciprocal_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Reciprocal Function</center></b></font>'; 
 var def_reciprocal_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Reciprocal Function'; 
 var def_reciprocal_function =
 'The <b class = "bold_blue">reciprocal function</b> is the function f whose rule may be written '
 +'in the form <IMG src="../../image/function_reciprocal_small.gif" align=Absmiddle>.'; 

 var def_square_root_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Square Root Function</center></b></font>'; 
 var def_square_root_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Square Root Function'; 
 var def_square_root_function =
 'The <b class = "bold_blue">square root function</b> is the function sqrt whose rule may be written '
 +'in the form <IMG src="../../image/function_square_root_small.gif" align=Absmiddle>.'; 

 var def_cube_root_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Cube Root Function</center></b></font>'; 
 var def_cube_root_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Cube Root Function'; 
 var def_cube_root_function =
 'The <b class = "bold_blue">cube root function</b> is the function f whose rule may be written '
 +'in the form <IMG src="../../image/function_cube_root_small.gif" align=Absmiddle>.'; 

 var def_greatest_integer_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Greatest Integer Function</center></b></font>'; 
 var def_greatest_integer_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Greatest Integer Function'; 
 var def_greatest_integer_function =
 'The <b class = "bold_blue">greatest integer function</b> is the function int whose rule may be written '
 +'in the form <IMG src="../../image/function_greatest_integer1_small.gif"  align=Absmiddle>, '
 +' where <IMG src="../../image/function_greatest_integer2_small.gif" align=Absmiddle> means the '
 +'greatest integer less than or equal to x'; 

 var def_piecewise_defined_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Piecewise Defined Function</center></b></font>'; 
 var def_piecewise_defined_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Piecewise Defined Function'; 
 var def_piecewise_defined_function =
 'A <b class = "bold_blue">piecewise defined function</b> is a function whose rule is different for different '
 +'intervals of its domain.';  
 
  var def_linear_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Linear Function</center></b></font>'; 
 var def_linear_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Linear Function'; 
  var def_linear_function =
 'A <b class = "bold_blue">linear function</b> is a function whose rule may be written in the form <span class = "nobr">f(x) = mx + b</span>'
 +' where m and b are real numbers.';   


  var def_quadratic_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Quadratic Function</center></b></font>'; 
 var def_quadratic_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Quadratic Function'; 
  var def_quadratic_function =
 'A <b class = "bold_blue">quadratic function</b> is a function whose rule may be written in the form <span class = "nobr">f(x) = ax<sup>2</sup> + bx + c</span>'
 +' where a, b, and c are real numbers and a is not zero.';   

  var def_polynomial_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Polynomial Function</center></b></font>'; 
 var def_polynomial_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>  Polynomial Function';  
   var def_polynomial_function =
 'A <b class = "bold_blue">polynomial function</b> is a function whose rule may be written'
+' in the form <p class = display><span class = "nobr"> '
 +'f(x) = a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> + ... + a<sub>1</sub>'
 +'x + a<sub>0</sub></span></p>'
 +' where <span class = "nobr">a<sub>n</sub>, a<sub>n-1</sub>,  ... a<sub>1</sub>  and '
 +'a<sub>0</sub></span> are all real numbers '
 +'and n is a whole number.';  

 var def_rational_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Rational Function</center></b></font>'; 
 var def_rational_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Rational Function';  
 var def_rational_function =
 'A <b class = "bold_blue">rational function</b> is a function whose rule may be written in the form <br>'
 +'<img src="../../images_algebra/function_rational1_large.gif" align="absmiddle">'
 +' where N and D are polynomial functions';   
 
 
 
 var def_exponential_base_a_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Exponential base a Function</center></b></font>'; 
 var def_exponential_base_a_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Exponential base a Function';  
 var def_exponential_base_a_function =
 'The <b class = "bold_blue">Exponential base a Function</b> is the function exp<sub>a</sub> whose rule may be written in the form <br>'
 +'<span class = "nobr">exp<sub>a</sub>(x) = a<sup>x</sup></span><br>where a is any positive real number other than 1.';    
 
 
 
 var def_exponential_base_e_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Exponential base e Function</center></b></font>'; 
 var def_exponential_base_e_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Exponential base e Function';  
 var def_exponential_base_e_function =
 'The <b class = "bold_blue">Exponential base e Function</b> is the function exp whose rule may be written in the form <br>'
 +'<span class = "nobr">exp(x) = e<sup>x</sup></span><br>where e is the irrational number approximately equal to 2.718281828...';    

 var def_exponential_base_2_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Exponential base 2 Function</center></b></font>'; 
 var def_exponential_base_2_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Exponential base 2 Function';  
 var def_exponential_base_2_function =
 'The <b class = "bold_blue">Exponential base 2 Function</b> is the function exp<sub>2</sub> whose rule may be written in the form <br>'
 +'<span class = "nobr">exp<sub>2</sub>(x) = 2<sup>x</sup>.</span>';

 var def_exponential_base_10_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Exponential base 10 Function</center></b></font>'; 
 var def_exponential_base_10_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Exponential base 10 Function';  
 var def_exponential_base_10_function =
 'The <b class = "bold_blue">Exponential base 10 Function</b> is the function exp<sub>10</sub> whose rule may be written in the form <br>'
 +'<span class = "nobr">exp<sub>10</sub>(x) = 10<sup>x</sup>.</span>';


 var def_logarithm_base_e_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Logarithm base e Function</center></b></font>'; 
 var def_logarithm_base_e_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Logarithm base e Function';  
 var def_logarithm_base_e_function =
 'The <b class = "bold_blue">Logarithm base e Function</b> is the function ln which is the inverse of the function exp.';    
 
 
 var def_logarithm_base_2_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Logarithm base 2 Function</center></b></font>'; 
 var def_logarithm_base_2_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Logarithm base 2 Function';  
 var def_logarithm_base_2_function =
 'The <b class = "bold_blue">Logarithm base 2 Function</b> is the function log<sub>2</sub> which is the inverse '
 +'of the function exp<sub>2</sub>.';    
  
  var def_logarithm_base_10_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Logarithm base 10 Function</center></b></font>'; 
 var def_logarithm_base_10_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Logarithm base 10 Function';  
 var def_logarithm_base_10_function =
 'The <b class = "bold_blue">Logarithm base 10 Function</b> is the function log which is the inverse '
 +'of the function exp<sub>10</sub>.'; 
 
  var def_logarithm_base_a_function_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Logarithm base a Function</center></b></font>'; 
 var def_logarithm_base_a_function_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Logarithm base a Function';  
 var def_logarithm_base_a_function =
 'The <b class = "bold_blue">Logarithm base a Function</b> is the function log<sub>a</sub> which is the inverse '
 +'of the function exp<sub>a</sub>.';  

 
 //Start NUMBER THEORY 
 var def_prime_factorization_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Prime Factorization</center></b></font>'; 
 var def_prime_factorization_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Prime Factorization';  
 var def_prime_factorization =
 'If an integer is written as a product of prime numbers, that indicated product is called the '
 +'<b class = "bold_blue">prime factorization</b> of the number.';    



 //Start NUMBER SETS
 var def_natural_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Natural Numbers</center></b></font>'; 
 var def_natural_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Natural Numbers'; 
 var def_natural_number =
 'The set of <b class = "bold_blue">Natural Numbers</b> consists of the common counting numbers.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>N</b>'
 +'<br>Symbolic Form: &nbsp;<b>N</b>   = {1, 2, 3, 4, &#8230; }';
 
 var def_whole_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Whole Numbers</center></b></font>'; 
 var def_whole_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Whole Numbers'; 
 var def_whole_number =
 'The set of <b class = "bold_blue">Whole Numbers</b> consists of the set of Natural Numbers with the number 0 adjoined.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>W</b>'
 +'<br>Symbolic Form: &nbsp;<b>W</b> = {0, 1, 2, 3, 4, &#8230;} ';
 
 var def_integer_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Integers</center></b></font>'; 
 var def_integer_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Integers'; 
 var def_integer =
 'The set of <b class = "bold_blue">Integers</b> consists of the Whole Numbers with their opposites adjoined.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>Z</b>'
 +'<br>Symbolic Form: Form: &nbsp;<b>Z</b> = {&#8230, -3, -2, -1, 0, 1, 2, 3, 4, &#8230;} '; 
 
 var def_rational_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Rational Numbers</center></b></font>'; 
 var def_rational_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Rational Numbers'; 
 var def_rational_number =
 'The set of <b class = "bold_blue">Rational Numbers</b> consists of all numbers which can be written as fractions.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>Q</b>'
 +'<br>Symbolic Form: &nbsp;<img src="../../image/number_set_rational_small.gif"  align = "absmiddle">';  

 var def_irrational_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Irrational Numbers</center></b></font>'; 
 var def_irrational_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Irrational Numbers'; 
 var def_irrational_number =
 'The set of <b class = "bold_blue">Irrational Numbers</b> consists of all numbers which cannot be written as fractions.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>F</b>.'; 

 var def_real_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Real Numbers</center></b></font>'; 
 var def_real_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Real Numbers'; 
 var def_real_number =
 'The set of <b class = "bold_blue">Real Numbers</b> consists of the set of Rational Numbers with the set of Irrational Numbers adjoined.'
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>R</b>';
 
 var def_complex_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Complex Number</center></b></font>'; 
 var def_complex_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Complex Number'; 
 var def_complex_number =
 'A <b class = "bold_blue">complex number</b> is a number which can be written in the form a + bi where a and b are real numbers and '
 +'i is the square root of -1.'  
 +'<br><br>Standard Symbol: &nbsp;&nbsp;<b>C</b>'
 +'<br>Symbolic Form: &nbsp;<img src="../../image/number_set_complex_small.gif" alt="Symbolic definition of complex numbers" border="0" align="absmiddle">'; 
 
 var def_prime_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Prime Number</center></b></font>'; 
 var def_prime_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Prime Number'; 
 var def_prime_number =
 'A <b class = "bold_blue">prime number</b> is a natural number greater than 1 which has only 1 and itself as factors.'
 +'<br><br>Not Standard but Common Symbol: &nbsp;&nbsp;<b>P</b>';
    
 var def_composite_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Composite Number</center></b></font>'; 
 var def_composite_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Composite Number'; 
 var def_composite_number =
 'A <b class = "bold_blue">composite number</b> is a natural number greater than 1 which has more factors than 1 and itself.';

 var def_positive_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Positive Number</center></b></font>'; 
 var def_positive_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Positive Number'; 
 var def_positive_number =
 'A <b class = "bold_blue">positive number</b> is a real number greater than 0.';
 
  var def_negative_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Negative Number</center></b></font>'; 
 var def_negative_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Negative Number'; 
 var def_negative_number =
 'A <b class = "bold_blue">negative number</b> is a real number less than 0.';

var def_perfect_square =
 'A <b class = "bold_blue">perfect square</b> is a natural number which is the square of a natural number.';
       
 
 // Start MATRICES 
 var def_matrix_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Matrix</center></b></font>'; 
 var def_matrix_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Matrix'; 
 var def_matrix =
 '  A <b class = "bold_blue">matrix</b> is a rectangular array of numbers.';
 
  var def_entries =
 '  The numbers in the array are called  <b class = "bold_blue">entries</b> of the matrix.';
 
  var def_order =
 '  If a matrix has m rows and n columns, the <b class = "bold_blue">order of the matrix</b> is m&times;n.';
 
  var def_square_matrix =
 'If the number of rows n is the same as the number of columns, the matrix is a'
+' <b class = "bold_blue">square matrix</b> and its order is n.';
 
  var def_row_matrix_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Row Matrix</center></b></font>'; 
 var def_row_matrix_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Row Matrix'; 
 var def_row_matrix =
 'If a matrix has only one row, it is called a <b class = "bold_blue">row matrix</b>.';
 
 var def_column_matrix_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Column Matrix</center></b></font>'; 
 var def_column_matrix_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Column Matrix'; 
 var def_column_matrix =
 'If a matrix has only one column, it is called a <b class = "bold_blue">column matrix</b>.';
 
  var def_main_diagonal_entries =
 'For a square matrix, the elements whose row index is the same as the column '
 +' index <span class="nobr">(a<sub>11</sub>, a<sub>22</sub>, a<sub>33</sub>, a<sub>44</sub>, a<sub>55</sub>, a<sub>66</sub> ...  a<sub>nn</sub>)</span>'
 +' are called the <b class = "bold_blue">main diagonal entries.</b>';

  var def_augmented_matrix =
 'The matrix derived from a system of equations written in standard form with the constant term on the right is called the '
+' <b class = "bold_blue">augmented matrix</b>.';

  var def_coefficient_matrix =
 'The matrix consisting of the coefficients (in the same order) of a system of equations is called the '
+' <b class = "bold_blue">coefficient matrix</b>.';
 
 var def_equality_of_matrices =
 'Two matrices are <b class = "bold_blue">equal</b> if they have the same order and corresponding entries are equal.';  
  
 var def_matrix_equality =
 'Two matricies <span class= "nobr">A = [a<sub>ij</sub>]</span> and '
 +'<span class= "nobr">B = [b<sub>ij</sub>]</span> are<b class = "bold_blue"> equal</b> '
 +'if they have the same order and their corresponding entries are equal.';

 var def_scalar_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Scalar</center></b></font>'; 
 var def_scalar_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Scalar'; 
 var def_scalar =
 'A <b class = "bold_blue">scalar</b> is a real number.';
 
  var def_matrix_opposite_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Matrix Opposite</center></b></font>'; 
 var def_matrix_opposite_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Matrix Opposite'; 
 var def_matrix_opposite =
 'The <b class = "bold_blue">opposite</b> of a matrix <span class="nobr">A = [a<sub>ij</sub>]</span> '
 +'is the scalar product <span class="nobr">(-1)A = [(-1)a<sub>ij</sub>].</span>'
 +'<br><br>The opposite of a matrix A is usually designated by -A.';
 
 var def_matrix_difference =
 'The matrix <b class = "bold_blue">difference</b> A - B is defined by A - B = A + (-B).<br><br>'
 +'As always, subtraction is addition of the minuend and the opposite of the subtrahend.';
 
  var def_scalar_product_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Scalar Product</center></b></font>'; 
 var def_scalar_product_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Scalar Product'; 
 var def_scalar_product =
 'If <span class="nobr">A = [a<sub>ij</sub>]</span> is a matrix and c is a scalar, the '
 +'<b class = "bold_blue">scalar product</b> cA is the matrix defined by <br>'
 +'<span class="nobr">cA = [ca<sub>ij</sub>]</span>';

 var def_matrix_addition_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Matrix Addition</center></b></font>'; 
 var def_matrix_addition_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Matrix Addition'; 
 var def_matrix_addition =
 '  The <b class = "bold_blue">sum</b> of two matricies '
 +' <span class= "nobr">A = [a<sub>ij</sub>]</span> and '
 +'<span class= "nobr">B = [b<sub>ij</sub>]</span> of the same order '
 +' m&times;n is the m&times;n matrix defined by '
 +'<span class= "nobr">A + B = [a<sub>ij</sub> + b<sub>ij</sub>]</span>.';

var def_matrix_additive_identity =
 'The m&times;n matrix whose entries are all 0 is called a '
 +'<b class = "bold_blue">zero matrix</b> and it is the '
 +'<b class = "bold_blue">additive identity</b> for the set of m&times;n matrices.'
 +'  Sometimes <b><em>O</em></b> is used as a symbol for the zero matrix.'; 

var def_matrix_multiplication =
  'If <span class ="nobr">A = [a<sub>ij</sub>]<sub>m&times;n</sub></span> is an m&times;n matrix and '
  +'<span class ="nobr">B = [b<sub>ij</sub>]<sub>n&times;p</sub></span> is an n&times;p matrix, then the '
  +'<b class = "bold_blue">product AB</b> is defined as the m&times;p matrix '
  +'<span class ="nobr">AB = [a<sub>i1</sub>b<sub>1j</sub> + a<sub>i2</sub>b<sub>2j</sub> + '
  +'a<sub>i3</sub>b<sub>3j</sub> +   &hellip;    + a<sub>in</sub>b<sub>nj</sub>].</span>';

 var def_simplified_matrix_multiplication_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Simplified Matrix Multiplication</center></b></font>'; 
 var def_simplified_matrix_multiplication_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Simplified Matrix Multiplication'; 
 var def_simplified_matrix_multiplication =
  'This <b class = "bold_blue">product</b> will be computed according to the definition of the product of two matrices. <br><br>'
  +'The entry in the i<sup>th</sup>row and j<sup>th</sup> column of the product of two matrices '
  +' will be the inner product of the i<sup>th</sup> row from the first matrix and the j<sup>th</sup> '
  +'column of the second matrix.';

var def_inner_product =
 'If <span class="nobr">X = [x<sub>1</sub>&nbsp; x<sub>2</sub>&nbsp; x<sub>3</sub>&nbsp; &hellip; &nbsp;x<sub>n</sub>]</span> '
 +'is a row matrix with n entries and <br>'
 +'<span class="nobr">Y = <img src="../image_matrix/matrix_column_small.gif"  align="absmiddle"> </span>'
 +'is a column matrix with n entries, then the <b class = "bold_blue">inner product</b> (sometimes called dot product) '
 +'X&bull;Y is a scalar computed according to the rule: '
+'<span class="nobr">X&bull;Y = x<sub>1</sub>y<sub>1</sub> + x<sub>2</sub>y<sub>2</sub> + x<sub>3</sub>y<sub>3</sub> +  &hellip;  + x<sub>n</sub>y<sub>n</sub></span>';

var def_matrix_multiplicative_identity =
' The <b class = "bold_blue">identity matrix</b> of order n is the  matrix whose main diagonal entries are 1 '
+'and all other entries are 0. The identity matrix of order n is usually denoted by '
+'I<sub>n</sub> or simply I when the order is obvious.';

 var def_determinant =
 'The <b class = "bold_blue">determinant</b> is a function whose domain is the set of '
 +'square matricies and whose range is the Real numbers. The range value associated with '
 +'a particular matrix is called the determinant of that matrix.';

  var def_det_2by2 =
  'The rule for the determinant of a 2&times;2 matrix &nbsp;<img src="../image_matrix/matrix_2by2_small.gif" align="absmiddle" alt="2 by 2 matrix">'
  +' is given by <br><br><span class="nobr"><b class = "bold_blue"><span class="display_center">det(A) = a<sub>11</sub>a<sub>22</sub> - a<sub>12</sub>a<sub>21</sub>.</b></span></span>'; 

 var def_det_ahat =
 'If A = [a<sub>ij</sub>]<sub>n&times;n</sub> is a square matrix of order n&times;n, and n > 2 '
 +'then the matrix <b class = "bold_blue">&Acirc;<sub>ij</sub></b> is the square matrix of order <span class="nobr">(n-1)&times;(n-1)</span> '
 +'obtained by deleting the i<sup>th</sup> row and j<sup>th</sup> column from the matrix A.';

var def_det_cofactor =
 'Let A = [a<sub>ij</sub>]<sub>n&times;n</sub> be a square matrix of order n&times;n with n > 2. '
 +'Associated with each entry a<sub>ij</sub> of A is a real number labeled A<sub>ij</sub> '
 +'and called the <b class = "bold_blue">cofactor of a<sub>ij</sub></b>. <br><br>'
 +'The cofactor A<sub>ij</sub> is computed according to the formula '
 +'<span class="nobr">A<sub>ij</sub> = (-1)<sup>i+j</sup>det(&Acirc;<sub>ij</sub>).</span>';

var def_det_nbyn =
'Let A = [a<sub>ij</sub>]<sub>n&times;n</sub> with n > 2 be a square matrix.  The rule for '
+'the det function is <br><br><br>'
+'<span class="nobr"> <b class = "bold_blue"><span class="display_center">det(A)= a<sub>11</sub>A<sub>11</sub> + a<sub>12</sub>A<sub>12</sub> + '
+'  &hellip;  + a<sub>1n</sub>A<sub>1n</sub>.</span></b></span><br><br>'
+'This is called the cofactor expansion along the first row.';


//Start POLYNOMIALS
  
 var def_term_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Term</center></b></font>'; 
 var def_term_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Term'; 
 var def_term =
  'A <b class = "bold_blue">term</b> is a letter, a number, or a product of letters and numbers.'; 
  
 var def_like_terms_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Like Terms</center></b></font>'; 
 var def_like_terms_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Like Terms'; 
 var def_like_terms =
  'Two terms are called <b class = "bold_blue">like terms</b> or similar terms if they have the same variables with the same exponents.'; 


 var def_term_sum_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Sum of Terms</center></b></font>'; 
 var def_term_sum_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Sum of Terms'; 
 var def_term_sum =
  'The <b class = "bold_blue">sum of two like terms</b> is the term obtained by '
  +'adding their coefficients and keeping the same variables with the same exponents.';  

 var def_opposite_of_a_term_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Opposite of a Term</center></b></font>'; 
 var def_opposite_of_a_term_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Opposite of a Term'; 
 var def_opposite_of_a_term =
  'If a term is a number, then its <b class = "bold_blue">opposite</b> is the number equidistant from '
  +'zero but on the other side of zero. If a term contains a variable, then its opposite is formed by '
  +'replacing its coefficient with the opposite of the coefficient.'; 
 
  var def_term_difference =
  'The <b class = "bold_blue">difference of two like terms</b> is the term obtained by '
  +'changing the operation to addition and replacing the subtrahend with its opposite and then performing '
  +'the addition.';  
 
  var def_term_product =
  'The <b class = "bold_blue">product of two terms</b> is the term obtained by '
  +'multiplying the coefficients according to normal arithmetic properties and multiplying the variables '
  +'according to the laws of exponents.';  
 
  var def_term_quotient =
  'The <b class = "bold_blue">quotient of two terms</b> is the expression obtained by '
  +'dividing the coefficients according to normal arithmetic properties and dividing the variables '
  +'according to the laws of exponents.';  

 var def_degree_term_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Degree of a Term</center></b></font>'; 
 var def_degree_term_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Degree of a Term'; 
 var def_degree_term =
  'The <b class = "bold_blue">degree</b> of a term is the sum of the exponents on the variables.';   
  
 var def_coefficient_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Coefficient</center></b></font>'; 
 var def_coefficient_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Coefficient'; 
 var def_coefficient =
  'The numerical part of a term is called the <b class = "bold_blue">coefficient</b> of the term (sometimes called the numerical coefficient).';   

 var def_polynomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Polynomial</center></b></font>'; 
 var def_polynomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Polynomial'; 
 var def_polynomial =
  'A <b class = "bold_blue">polynomial</b> is a term or a sum of terms in which all variables have whole number exponents.'; 
 
 var def_polynomial_symbolic_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Polynomial - Symbolic Form</center></b></font>'; 
 var def_polynomial_symbolic_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Polynomial - Symbolic Form'; 
 var def_polynomial_symbolic =
  'A <b class = "bold_blue">polynomial</b> is an expression which can be written as<br><br>'
  +'<span class = "formula"><span class = "nobr">a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> + ... +a<sub>1</sub>x + a<sub>0</sub></span></span>'
  +'<br>where n is a whole number and each of the coefficients are real numbers.';  

 var def_leading_term_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Leading Term</center></b></font>'; 
 var def_leading_term_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Leading Term'; 
 var def_leading_term =
  'The <b class = "bold_blue">leading term</b> of a polynomial is the term with largest degree.';
  
 var def_leading_coefficient_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Leading Coefficient</center></b></font>'; 
 var def_leading_coefficient_caption =

 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Leading Coefficient'; 
 var def_leading_coefficient =
  'The coefficient of the leading term of a polynomial is called the <b class = "bold_blue">leading '
  +'coefficient</b> of the polynomial.';  
 
 var def_degree_polynomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Degree of a Polynomial</center></b></font>'; 
 var def_degree_polynomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Degree of a Polynomial'; 
 var def_degree_polynomial =
  'The <b class = "bold_blue">degree</b> of a polynomial is the degree of the leading term.';  
 
 var def_constant_term_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Constant Term of a Polynomial</center></b></font>'; 
 var def_constant_term_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Constant Term of a Polynomial'; 
 var def_constant_term =
  'If a polynomial contains a term which is strictly numerical, it is called the '
  +'<b class = "bold_blue">constant term</b> of the polynomial.';   
 
 var def_monomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Monomial</center></b></font>'; 
 var def_monomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Monomial'; 
 var def_monomial =
  'A polynomial consisting of a single term is called a <b class = "bold_blue">monomial</b>.';   

 var def_monomial_gcf_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>GCF of Two Monomials</center></b></font>'; 
 var def_monomial_gcf_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>GCF of Two Monomials'; 
 var def_monomial_gcf =
  'The <b class = "bold_blue">Greatest Common Factor (GCF)</b> of two or more monomials is the product of all numbers '
  +'and letters which divide each of the monomials.';   
  
  
 
 var def_binomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Binomial</center></b></font>'; 
 var def_binomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Binomial'; 
 var def_binomial =
  'A polynomial consisting of two terms is called a <b class = "bold_blue">binomial</b>.';  

 var def_trinomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Trinomial</center></b></font>'; 
 var def_trinomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Trinomial'; 
 var def_trinomial =
  'A polynomial consisting of three terms is called a <b class = "bold_blue">trinomial</b>.';  

 var def_linear_polynomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Linear Polynomial</center></b></font>'; 
 var def_linear_polynomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Linear Polynomial'; 
 var def_linear_polynomial =
  'A first degree polynomial is called a <b class = "bold_blue">linear polynomial</b>.';  

 var def_quadratic_polynomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quadratic Polynomial</center></b></font>'; 
 var def_quadratic_polynomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quadratic Polynomial'; 
 var def_quadratic_polynomial =
  'A second degree polynomial is called a <b class = "bold_blue">quadratic polynomial</b>.';  

 var def_discriminant =
 'The<b class = "bold_blue"> discriminant</b> of a quadratic '
 +'<span class=nobr>ax<sup>2</sup> + bx + c</span> is <span class=nobr>b<sup>2</sup> - 4ac.  </span>'; 

var def_quadratic_equation_two_variables =
 'A<b class = "bold_blue"> quadratic equation in two variables</b> is an equation which can '
 +'be written in the form <span class=nobr>y = ax<sup>2</sup> + bx + c</span>.</span>'; 

 var def_cubic_polynomial_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Cubic Polynomial</center></b></font>'; 
 var def_cubic_polynomial_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Cubic Polynomial'; 
 var def_cubic_polynomial =
  'A third degree polynomial is called a <b class = "bold_blue">cubic polynomial</b>.';  



 var def_polynomial_sum_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Polynomial Sum</center></b></font>'; 
 var def_polynomial_sum_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Polynomial Sum'; 
 var def_polynomial_sum =
  'The <b class = "bold_blue">sum of two polynomials</b> is a polynomial obtained by adding like '
  +'terms of the two polynomials.';  
  
 var def_polynomial_opposite_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Opposite of a Polynomial</center></b></font>'; 
 var def_polynomial_opposite_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Opposite of a Polynomial'; 
 var def_polynomial_opposite =
  'The <b class = "bold_blue">opposite of a polynomial</b> is a polynomial obtained by changing the sign of each '
  +'term of the polynomial.';  

 var def_polynomial_difference_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Difference of Two Polynomials</center></b></font>'; 
 var def_polynomial_difference_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Difference of Two Polynomials'; 
 var def_polynomial_difference =
  'The <b class = "bold_blue">difference of two polynomials</b> is a polynomial obtained by changing the '
  +'operation to addition, changing the  subtrahend to its opposite, and performing the addition.';  

 var def_polynomial_product_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Product of Two Polynomials</center></b></font>'; 
 var def_polynomial_product_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Product of Two Polynomials'; 
 var def_polynomial_product =
  'The <b class = "bold_blue">product of two polynomials</b> is a polynomial obtained by multiplying each term '
  +'of the first times each term of the second and adding like terms.';    
 

 

//Start SETS
var def_set =
 'A <b class = "bold_blue">set</b> is a collection of objects.';
 
var def_set_element =
 'An <b class = "bold_blue">element</b> of a set is one of the objects in the collection.'
 
var def_set_universal =
 'In a given discussion, the set of all objects under consideration is called the <b class = "bold_blue">Universal Set.</b>';	
	
var def_set_null =
'The <b class = "bold_blue">Null Set</b> (or Empty Set) is the set with no elements.<br><br>'
+'The standard symbol for the null set is <img src="../../image/symbol_set_null_small.gif" alt="null set symbol" border="0" align="absmiddle">'; 

var def_singleton_set=
'A set which contains exactly one element is called a <b class = "bold_blue">singleton</b> set.';

var def_roster_method =
'The <b class = "bold_blue">roster method</b> of specifying a set consists of surrounding the collection of elements with braces.';

var def_set_builder_notation =
'The <b class = "bold_blue">set builder</b> method of specifying a set has the general form <span class=nobr>{variable | descriptive statement (or rule) }.</span><br><br><br>'
+'<b class = "bigred">Notation: </b>The vertical bar ( when used in set builder notation) is always read as "such that".<br>'
+'<b class = "bigred">Application: </b>Set builder notation is frequently used when the roster method is either inappropriate or inadequate.';

var def_is_in=
'The symbol <img src="../../image/symbol_set_isin_small.gif" alt="symbol for is an element of" border="0" align="absmiddle">'
 +' means "is an element of". '
 +'The expression <span class=nobr>x <img src="../../image/symbol_set_isin_small.gif" alt="symbol for is an element of" border="0" align="absmiddle"> A</span> means (and is read as) x is an element of A.';

var def_is_not_in=
 'The symbol <img src="../../image/symbol_set_isnotin_small.gif" alt="symbol for is an element of" border="0" align="absmiddle">'
 +' means "is not an element of". '
 +'The expression <span class=nobr>x <img src="../../image/symbol_set_isnotin_small.gif" alt="symbol for is an element of" border="0" align="absmiddle"> A</span> means (and is read as) x is not an element of A.';

var def_subset =
'The set A is a <b class = "bold_blue">subset</b> of the set B if every element of set A is an element of set B.<br><br><br>'
+'<b class = "bigred">Notation: </b>The symbol <img src="../../image/symbol_set_subset_small.gif" alt="subset symbol" border="0" align="absmiddle"> is read as "is a subset of"<br>'
+'<b class = "bigred">Application: </b>The expression <span class=nobr>A <img src="../../image/symbol_set_subset_small.gif" alt="subset symbol" border="0" align="absmiddle"> B</span> is read as "A is a subset of B".';

var def_subset_proper =
'The set A is a <b class = "bold_blue">proper subset</b> of the set B if every element of set A is an element of set B and B contains some elements which are not elements of A.<br><br><br>'
+'<b class = "bigred">Notation: </b>The symbol <img src="../../image/symbol_set_subset_proper_small.gif" alt="subset symbol" border="0" align="absmiddle"> is read as "is a proper subset of"<br>'
+'<b class = "bigred">Application: </b>The expression <span class=nobr>A <img src="../../image/symbol_set_subset_proper_small.gif" alt="subset symbol" border="0" align="absmiddle"> B</span> is read as "A is a proper subset of B".';
 
var def_set_union =
'If A and B represent sets then their <b class = "bold_blue">union</b> is the set of elements which are in A or are in B.<br><br>'
+'<b class = "bigred">Notation: </b>The symbol <img src="../../image/symbol_set_union_small.gif" alt="subset symbol" border="0" align="absmiddle"> is read as "union"<br>'
+'<b class = "bigred">Application: </b>The expression <span class=nobr>A <img src="../../image/symbol_set_union_small.gif" alt="subset symbol" border="0" align="absmiddle"> B</span> is read as "A union B" or as "the union of A and B".';
  
var def_set_intersection =
'If A and B represent sets then their <b class = "bold_blue">intersection</b> is the set of elements which are in A and B.<br><br>'
+'<b class = "bigred">Notation: </b>The symbol <img src="../../image/symbol_set_intersection_small.gif" alt="subset symbol" border="0" align="absmiddle"> is read as "intersection"<br>'
+'<b class = "bigred">Application: </b>The expression <span class=nobr>A <img src="../../image/symbol_set_intersection_small.gif" alt="subset symbol" border="0" align="absmiddle"> B</span> is read as "A intersect B" or as "the intersection of A and B".';

 var def_set_keyword =
  '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
   +'<b><center>Set</center></b></font>'; 
  var def_set_caption =
  '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Set'; 
  var def_set =
  'A <b class = "bold_blue">set</b> is a collection of objects.'; 
 
 var def_element_of_a_set_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Element of a Set</center></b></font>'; 
 var def_element_of_a_set_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Element of a Set'; 
 var def_element_of_a_set =
 'An <b class = "bold_blue">element of a set</b> is one of the objects in the collection.'; 
 
  var def_symbol_is_an_element_of_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Symbol: &nbsp;is an element of</center></b></font>'; 
 var def_symbol_is_an_element_of_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Symbol: &nbsp;is an element of'; 
 var def_symbol_is_an_element_of =
 'The symbol <img src="../../image/symbol_element_of.gif" align="absmiddle"> '
 +'means <b class = "bold_blue">"is an element of"</b><br><br>' 
 +'The expression <span class=nobr>x <img src="../../image/symbol_element_of.gif" align="absmiddle"> A</span>'
 +' is read as<br>"x is an element of A".'; 
 
 var def_universal_set_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Universal Set</center></b></font>'; 
 var def_universal_set_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Universal Set'; 
 var def_universal_set =
 'In a given discussion, the set of all objects under consideration is called the <b class = "bold_blue">universal set</b>.';  
 
 var def_null_set_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Null Set</center></b></font>'; 
 var def_null_set_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Null Set'; 
 var def_null_set =
 'The <b class = "bold_blue">null set</b> (or empty set) is the set with no elements.<br><br>'
 +'The symbol for the empty set is <img src="../../image/symbol_null_set.gif" align="absmiddle">';   
 
 var def_symbol_subset_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Symbol: &nbsp;subset</center></b></font>'; 
 var def_symbol_subset_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Symbol: &nbsp;subset'; 
 var def_symbol_subset =
 'The symbol <img src="../../image/symbol_subset_of.gif"  align="absmiddle"> '
 +'means <b class = "bold_blue">"is a subset of"</b><br><br>' 
 +'The expression A <img src="../../image/symbol_subset_of.gif" align="absmiddle"> B'
 +' is read as<br>"A is a subset of B."'; 
 
 var def_subset_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Subset</center></b></font>'; 
 var def_subset_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Subset'; 
 var xxxdef_subset =
 'If each element of a set A is an element of a set B, then A is a <b class = "bold_blue">subset</b> of B.<br><br>'
 +'Symbolic Form:<br><br> &nbsp; <img src="../../image/symbol_a_subset_of_b_def.gif"  align="absmiddle">';   

 var def_symbol_union_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Symbol: &nbsp;union</center></b></font>'; 
 var def_symbol_union_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Symbol: &nbsp;union'; 
 var def_symbol_union =
 'The symbol <img src="../../image/symbol_set_union_small.gif"  align="absmiddle"> '
 +'means <b class = "bold_blue">"union"</b><br><br>' 
 +'The expression A <img src="../../image/symbol_set_union_small.gif" align="absmiddle"> B'
 +' is read as<br>"A union B."'; 
 
 var def_union_of_sets_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Union of Sets</center></b></font>'; 
 var def_union_of_sets_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Union of Sets'; 
 var def_union_of_sets =
 'If A and B represent sets then their <b class = "bold_blue">union</b> is the set of elements which are in A or are in B.<br><br>'
 +'Symbolic Form:<br><br> &nbsp;<img src="../../image/symbol_a_union_b_def.gif"  align="absmiddle">';   
 
  var def_symbol_intersection_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Symbol: &nbsp;intersection</center></b></font>'; 
 var def_symbol_intersection_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Symbol: &nbsp;intersection'; 
 var def_symbol_intersection =
 'The symbol <img src="../../image/symbol_set_union_small.gif" align="absmiddle"> '
 +'means <b class = "bold_blue">"intersection"</b><br><br>' 
 +'The expression A <img src="../../image/symbol_set_union_small.gif" align="absmiddle"> B'
 +' is read as<br>"A intersection B."'; 
 
 var def_intersection_of_sets_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Intersection of Sets</center></b></font>'; 
 var def_intersection_of_sets_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Intersection of Sets'; 
 var def_intersection_of_sets =
 'If A and B represent sets then their <b class = "bold_blue">intersection</b> is the set of elements which are in A and are in B.<br><br>'
 +'Symbolic Form:<br><br> &nbsp;<img src="../../image/symbol_a_intersection_b_def.gif" align="absmiddle">';    
 
  var def_cartesian_product_of_sets_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
  +'<b><center>Cartesian Product of Sets</center></b></font>'; 
 var def_cartesian_product_of_sets_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Cartesian Product of Sets'; 
 var def_cartesian_product_of_sets =
 'If A and B represent sets then the <b class = "bold_blue">Cartesian Product</b> <br>A X B is the set of ordered pairs whose first coordinates '
 +'are elements of A and whose second coordinates are elements of B.<br><br>'
 +'Symbolic Form:<br><br><img src="../../image/symbol_cartesian_product_def.gif" align="absmiddle">';    
 
 





 
var def_point_slope_equation =
 'The equation for the line through the point (x<sub>1</sub>, y<sub>1</sub>)with slope m is'
 +' y - y<sub>1</sub> = m(x - x<sub>1</sub>)' ;

var def_slope_intercept_equation =
 'The slope_intercept form for the equation of a line is y = mx + b where m and b are real numbers '
 +'representing the slope and y-intercept respectively.';
 
  var def_slope_formula =
 'The <b class = "bold_blue">slope</b> of the line through two points '
 +'<span class = "nobr">(x<sub>1</sub>, y<sub>1</sub>)</span> and  <span class = "nobr">(x<sub>2</sub>, y<sub>2</sub>)</span>'
 +' is given by the formula '
 +'<img src="../../image/formula_slope_large.gif"  align="absmiddle">';   
  

 
 var def_multiplicity = 
 'If f is a function whose rule is given by <p class=display><span class = "nobr">f(x) = a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> + ... +a<sub>1</sub>x + a<sub>0</sub></span></p><br>'
 +'and if <span class = "nobr">(x &#8211; a)<sup>k</sup></span> is the highest power of <span class = "nobr">(x &#8211; a)</span> which is a factor of <p class=display><span class = "nobr">a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> + ... +a<sub>1</sub>x + a<sub>0</sub></span></p>'
 +' then a is a zero of <b class = "bold_blue">multiplicity</b> k of the function f.'; 
 
 var def_vertical_asymptote =
 'The vertical line whose equation is <span class = "nobr">x = a,</span> is a <b class = "bold_blue">vertical asymptote</b> of the graph of a function f '
 +'if any one of the following are true<br><br>'
+'     &nbsp;&nbsp; f(x) increases without bound as x approaches a from the left<br>'
+'     &nbsp;&nbsp; f(x) increases without bound as x approaches a from the right<br>'
+'     &nbsp;&nbsp; f(x) decreases without bound as x approaches a from the left<br>'
+'     &nbsp;&nbsp; f(x) decreases without bound as x approaches a from the right';

 var def_horizontal_asymptote =
 'The horizontal line whose equation is <span class = "nobr">y = b,</span> is a <b class = "bold_blue">horizontal asymptote</b> of the graph of a function f '
 +'if any one of the following are true<br><br>'
+'     &nbsp;&nbsp; f(x) approaches b as x increases without bound<br>'
+'     &nbsp;&nbsp; f(x) approaches b as x decreases without bound<br>';

 var def_oblique_asymptote =
 'If f is a rational function whose rule is '
 +'<img src="../../image/function_rational1_small.gif" align="absmiddle">' 
 +'and the degree of N is 1 more than the degree of D, then f can be expressed in the form '
 +'<img src="../../image/oblique_asymptote_small.gif" align="absmiddle"> '
 +'where the degree of R is less than the degree of D. In this case the line <span class = "nobr">y = mx + b</span> is an oblique asymptote '
 +'for the graph of f.';


//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& MERBEGALGCHAP1  ########################
 var def_algebraic_expression_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Algebraic Expression</center></b></font>'; 
 var def_algebraic_expression_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Algebraic Expression'; 
 var def_algebraic_expression =
 'An <b class = "bold_blue">algebraic expression</b> is a number, a variable, or sums, '
 +'differences, products, quotients, powers, or roots of variables and numbers.';


 var def_variable =
 'A <b class = "bold_blue">variable</b> is a letter or a subscripted letter which '
 +'represents a number or any other algebraic expression.';




 var def_numerator_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Numerator</center></b></font>'; 
 var def_numerator_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Numerator'; 
 var def_numerator =
 'The <b class = "bold_blue">numerator</b> of a fraction is the dividend in the indicated division.';
 
  var def_denominator_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Denominator</center></b></font>'; 
 var def_denominator_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Denominator'; 
 var def_denominator =
  'The <b class = "bold_blue">denominator</b> of a fraction is the divisor in the indicated division.';

 var def_multiplicative_identity_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Multiplicative Identity</center></b></font>'; 
 var def_multiplicative_identity_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Multiplicative Identity'; 
 var def_multiplicative_identity =
 'The <b class = "bold_blue">multiplicative identity</b> is the number 1 because 1 has the property that '
 +'1a = a1 = a for every real number a.';  

 var def_quotient_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quotient</center></b></font>'; 
 var def_quotient_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quotient'; 
 var def_quotient =
 'The <b class = "bold_blue">quotient</b> of a number a (the dividend) divided by a number b (the divisor) '
 +'is a number q (the quotient) such that a = bq';  

 var def_fraction_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction</center></b></font>'; 
 var def_fraction_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Fraction'; 
 var def_fraction =
 'A <b class = "bold_blue">fraction</b> consists of a numerator (top), a denominator (bottom), and the indicated '
+'division of the numerator by the denominator.';   

 var def_fraction2_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction</center></b></font>'; 
 var def_fraction2_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Fraction'; 
 var def_fraction2 =
 'A <b class = "bold_blue">fraction</b> is a number q such that the product of q and the '
 +'denominator is equal to the numerator.';

 var def_equivalent_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Equivalent Fractions</center></b></font>'; 
 var def_equivalent_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Equivalent Fractions'; 
 var def_equivalent_fractions =
 'Two fractions are <b class = "bold_blue">equivalent fractions</b> if they represent the same number. '
 +'If two fractions <IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle> and '
 +'<IMG src="../../image/fraction_c_over_d_small.gif" align=Absmiddle> are equivalent, '
 +'we carelessly write <IMG src="../../image/fraction_equal_small.gif"  align=Absmiddle>';   
 

 
 var def_sum_parts_of_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Parts of a Sum</center></b></font>'; 
 var def_sum_parts_of_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Parts of a Sum'; 
 var def_sum_parts_of =
 '&nbsp;&nbsp;&nbsp;&nbsp;Parts of a Sum&nbsp;&nbsp;&nbsp;&nbsp; <IMG src="../../image/sum_parts_of_small.gif">';   
 
 var def_difference_parts_of_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Parts of a Difference</center></b></font>'; 
 var def_difference_parts_of_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Parts of a Difference'; 
 var def_difference_parts_of =
 '&nbsp;&nbsp;&nbsp;&nbsp;Parts of a Difference&nbsp;&nbsp;&nbsp;&nbsp; <IMG src="../../image/difference_parts_of_small.gif">';   
 
 var def_product_parts_of_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Parts of a Product</center></b></font>'; 
 var def_product_parts_of_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Parts of a Product'; 
 var def_product_parts_of =
 '&nbsp;&nbsp;&nbsp;&nbsp;Parts of a Product&nbsp;&nbsp;&nbsp;&nbsp; <IMG src="../../image/product_parts_of_small.gif">';     
 
 var def_quotient_parts_of_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Parts of a Quotient</center></b></font>'; 
 var def_quotient_parts_of_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Parts of a Quotient'; 
 var def_quotient_parts_of =
 '&nbsp;&nbsp;&nbsp;&nbsp;Parts of a Quotient &nbsp;&nbsp;&nbsp;&nbsp;<IMG src="../../image/quotient_parts_of_small.gif">';    
 
 var def_product_of_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Product of Fractions</center></b></font>'; 
 var def_product_of_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Product of Fractions'; 
 var def_product_of_fractions =
 'If <IMG src="../../image/fraction_a_over_b_small.gif"> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif"> are fractions, ' 
 +'then their <b class = "bold_blue">product</b> is defined by <IMG src="../../image/fraction_product_small.gif" align=Absmiddle>';     
 
 var def_quotient_of_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quotient of Fractions</center></b></font>'; 
 var def_quotient_of_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quotient of Fractions'; 
 var def_quotient_of_fractions =
 'If <IMG src="../../image/fraction_a_over_b_small.gif"  align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif"  align=Absmiddle> are fractions, ' 
 +'then their <b class = "bold_blue">quotient</b> is defined by '
 +'<IMG src="../../image/fraction_quotient_small.gif" align=Absmiddle>'
 +'<br><br><b>NOTE:</b> ALL Division is done by changing to multiplication.  <br><br>Always multiply the dividend by the multiplicative '
 +'inverse of the divisor.';  
 
 var def_sum1_of_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction Sum - Same Denominator</center></b></font>'; 
 var def_sum1_of_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Fraction Sum - Same Denominator'; 
 var def_sum1_of_fractions =
 'If <IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_b_small.gif" align=Absmiddle> are fractions, ' 
 +'then their <b class = "bold_blue">sum</b> is defined by '
 +'<IMG src="../../image/fraction_sum1_small.gif" align=Absmiddle>';
 
 var def_opposite_of_fraction_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Opposite of a Fraction</center></b></font>'; 
 var def_opposite_of_fraction_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Opposite of a Fraction'; 
 var def_opposite_of_fraction =
 'The <b class = "bold_blue">opposite</b> of a number is the number equidistant from zero but on the opposite side of zero.<br><br>'
 +'There are four ways to represent the opposite of a fraction '
 +'<IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle><br><br>&nbsp;&nbsp;&nbsp;&nbsp;'
 +'<IMG src="../../image/fraction_opposite_four_forms_small.gif" align=Absmiddle>';  
 
 var def_difference_of_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Difference of Fractions</center></b></font>'; 
 var def_difference_of_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Difference of Fractions'; 
 var def_difference_of_fractions =
 'If <IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif" align=Absmiddle> are fractions, ' 
 +'then the <b class = "bold_blue">difference</b> '
 +'<IMG src="../../image/fraction_difference_small.gif" align=Absmiddle> is defined by '
 +'<IMG src="../../image/fraction_difference_rule_small.gif"  align=Absmiddle>'
 +'<br><br><b>NOTE:</b> ALL Subtraction is done by changing to addition.  <br><br>Always add the minuend and the '
 +'opposite of the subtrahend.';     
 
 var def_common_denominator_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Common Denominator</center></b></font>'; 
 var def_common_denominator_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Common Denominator'; 
 var def_common_denominator =
 'A <b class = "bold_blue">common denominator</b> of two fractions '
 +'<IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif" align=Absmiddle> '
 +'is a number which is divisible by both the denominators b and d.';   
 
 var def_least_common_denominator_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Least Common Denominator</center></b></font>'; 
 var def_least_common_denominator_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Least Common Denominator'; 
 var def_least_common_denominator =
 'The <b class = "bold_blue">least common denominator</b>, called the LCD, of two fractions '
 +'<IMG src="../../image/fraction_a_over_b_small.gif"  align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif" align=Absmiddle> '
 +'is the smallest positive common denominator.';    
 
 var def_sum2_of_fractions_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction Sum - Different Denominator</center></b></font>'; 
 var def_sum2_of_fractions_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br> Fraction Sum - Different Denominator'; 
 var def_sum2_of_fractions =
 'If <IMG src="../../image/fraction_a_over_b_small.gif" align=Absmiddle> '
 +'and <IMG src="../../image/fraction_c_over_d_small.gif" align=Absmiddle> are fractions, ' 
 +'then their <b class = "bold_blue">sum</b> is computed by determining a common denominator and replacing '
 +'each addend with an equivalent fraction with that common denominator';

 var def_fraction_lowest_terms_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction in Lowest Terms</center></b></font>'; 
 var def_fraction_lowest_terms_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Fraction in Lowest Terms'; 
 var def_fraction_lowest_terms =
 'A fraction has been <b class = "bold_blue">reduced</b> or is in <b class = "bold_blue">simplest form</b> or is in <b class = "bold_blue">lowest terms</b>'
 +' if the numerator and denominator have no common factors other than 1.';   
 
 var def_complex_fraction_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Complex Fraction</center></b></font>'; 
 var def_complex_fraction_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Complex Fraction'; 
 var def_complex_fraction =
 'A fraction is a <b class = "bold_blue">complex fraction</b> if its numerator or its denominator (or both) contains a fraction.';

 var def_improper_fraction_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Improper Fraction</center></b></font>'; 
 var def_improper_fraction_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Improper Fraction'; 
 var def_improper_fraction =
 'A fraction is an <b class = "bold_blue">improper fraction</b> if its numerator is larger than its denominator.';

 var def_mixed_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Mixed Number</center></b></font>'; 
 var def_mixed_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Mixed Number'; 
 var def_mixed_number =
 'A <b class = "bold_blue">mixed number</b> is an integer and a fraction written together as a shorthand for '
 +'the sum of the integer and the fraction.'; 
 
 
  
 var def_inequality_terms_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Fraction</center></b></font>'; 
 var def_inequality_lowest_terms_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Fraction'; 
 var def_inequality_lowest_terms =
 'A fraction is in <b class = "bold_blue">simplest form</b> or <b class = "bold_blue">lowest terms</b>'
 +' if the numerator and denominator have no common factors other than 1.';   
 
 
 var def_real_number_opposite_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Opposite of a Real Number</center></b></font>'; 
 var def_real_number_opposite_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Opposite of a Real Number'; 
 var def_real_number_opposite =
 'The <b class = "bold_blue">opposite</b> of a real number is the number which is equidistant from zero '
 +'but on the opposite side of zero. ';  
 
 
 
  var def_subtraction_meaning_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Meaning of Subtraction</center></b></font>'; 
 var def_subtraction_meaning_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Meaning of Subtraction'; 
 var def_subtraction_meaning =
 '<span class = highlight>In all of mathematics, <b class = "bold_blue">subtraction</b> is defined by a conversion to addition</span> as shown '
 +'in this diagram. <br><br><center><IMG src="../../image/subtraction.gif" align = absmiddle></center><br>'; 
 
  var def_division_meaning_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Meaning of Division</center></b></font>'; 
 var def_division_meaning_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Meaning of Division'; 
 var def_division_meaning =
 '<span class = highlight>In all of mathematics, <b class = "bold_blue">division</b> is defined by a conversion to multiplication</span> as shown '
 +'in this diagram. <br><br><center><IMG src="../../image/division.gif" align=Absmiddle></center><br>';  
 
 var def_exponential_expression_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Exponential Expression</center></b></font>'; 
 var def_exponential_expression_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Exponential Expression'; 
 var def_exponential_expression =
 'An expression of the form a<sup>n</sup> is called an <b class = "bold_blue">exponential expression</b>.';

 var def_exponent_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Exponent</center></b></font>'; 
 var def_exponent_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Exponent'; 
 var def_exponent =
 'In the exponential expression a<sup>n</sup>, n is the <b class = "bold_blue">exponent</b>.';
 
 var def_exponent_base_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Base of an Exponential Expression</center></b></font>'; 
 var def_exponent_base_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Base of an Exponential Expression'; 
 var def_exponent_base =
 'In the exponential expression a<sup>n</sup>, a is the <b class = "bold_blue">base</b>.'; 

 var def_exponent_natural_number =
  'When n is a natural number, the exponential expression a<sup>n</sup> is used to indicate that the '
 +'base a is multiplied times itself n times.';

 var def_scientific_notation =
  'A number is written in <b class = "bold_blue">scientific notation</b> if it is written as the product of a number '
  +'between 1 and 10 and an integer power of 10.';



//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& MERCOLALGCHAP1  ########################
 
 var def_equation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Equation</center></b></font>'; 
 var def_equation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Equation'; 
 var def_equation =
 'An <b class = "bold_blue">equation</b> is a mathematical statement which contains an = symbol.';   

 var def_identity_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Identity</center></b></font>'; 
 var def_identity_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Identity'; 
 var def_identity =
 'An <b class = "bold_blue">identity</b> is an equation which is true for every real number in the domain of the variables.';   

 var def_conditional_equality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Conditional Equation</center></b></font>'; 
 var def_conditional_equality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Conditional Equation'; 
 var def_conditional_equality =
 'A <b class = "bold_blue">conditional equation</b> is an equation which is true when '
 +'some real numbers are substituted for the variables and is false when some real numbers are substituted for the variables.';   
var def_conditional_equation =
 'A <b class = "bold_blue">conditional equation</b> is an equation which is true when '
 +'some real numbers are substituted for the variables and is false when some real numbers are substituted for the variables.';   

 var def_contradiction_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Contradiction</center></b></font>'; 
 var def_contradiction_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Contradiction'; 
 var def_contradiction =
  'A <b class = "bold_blue">contradiction</b> is an equation that has no real number solution. ';

 var def_solution_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution</center></b></font>'; 
 var def_solution_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution'; 
 var def_solution =
 'A number (or numbers) that <span class=highlight>makes an equation true</span> when substituted for the variable (or variables) '
 +'is called a <b class = "bold_blue">solution</b> of the equation.';   

 var def_solution_set_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution Set</center></b></font>'; 
 var def_solution_set_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution Set'; 
 var def_solution_set =
 'The collection of all solutions of an equation is called the <b class = "bold_blue">solution set</b> of the equation.';   

 var def_graph_of_equation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Graph of an Equation</center></b></font>'; 
 var def_graph_of_equation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Graph of an Equation'; 
 var def_graph_of_equation =
  'The <b class = "bold_blue">graph</b> of an equation consists of all the points, and only those points, whose coordinates are solutions of the equation.'
  +'<br><br>An alternate, but equivalent definition is: The <b class = "bold_blue">graph</b> of an equation consists of all the points, and only '
  +'those points, which satisfy the equation.';  

 var def_x_intercept_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>x_intercept</center></b></font>'; 
 var def_x_intercept_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>x_intercept'; 
 var def_x_intercept =
  'An <span class=nobr><b class = "bold_blue">x-intercept</b></span> of a graph in the Cartesian Coordinate System'
+'  is a point where the graph intersects the <span class=nobr>x-axis.</span>';  
  
 var def_y_intercept_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>y_intercept</center></b></font>'; 
 var def_y_intercept_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>y_intercept'; 
 var def_y_intercept =
  'A <span class=nobr><b class = "bold_blue">y-intercept</b></span> of a graph in the Cartesian Coordinate System '
  +'is a point where the graph intersects the <span class=nobr>y-axis.</span>';    

 var def_equivalent_equations_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Equivalent Equations</center></b></font>'; 
 var def_equivalent_equations_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Equivalent Equations'; 
 var def_equivalent_equations =
  'Two equations are <b class = "bold_blue">equivalent</b> if they have the same solution sets.';  

 var def_solving_equations_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solving Equations</center></b></font>'; 
 var def_solving_equations_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solving Equations'; 
 var def_solving_equations =
  'The process of finding all the solutions (the solution set) of an equation is called '
  +'<b class = "bold_blue">solving</b> the equation.';  

 var def_simplest_equation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Simplest Equation</center></b></font>'; 
 var def_simplest_equation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Simplest Equation'; 
 var def_simplest_equation =
  'A <b class = "bold_blue">simplest equation</b> is an equation which has a single variable on one side of the equal sign and a '
  +'single number on the other side.';  





 
 var def_linear_equation_one_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Linear Equation in One Variable</center></b></font>'; 
 var def_linear_equation_one_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Linear Equation in One Variable'; 
 var def_linear_equation_one_variable =
  'A <b class = "bold_blue">linear equation</b> in one variable is an equation that '
  +'can be written in the form <span class = "nobr">ax + b = 0</span> where a and b are real numbers '
  +'with not both a and b equal to zero.';  
  
 var def_linear_equation_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Linear Equation in Two Variables</center></b></font>'; 
 var def_linear_equation_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Linear Equation in Two Variables'; 
 var def_linear_equation_two_variable =
  'A <b class = "bold_blue">linear equation</b> in two variables is an equation that can be written in the '
  +'form <span class = "nobr">y = mx + b</span> where m and b are real numbers. ';    

var def_solution_equation_two_variable=
'A <b class = "bold_blue">solution</b> of an equation in two variables is an '
+'ordered pair of Real Numbers whose coordinates make the equation true when '
+'substituted for the variables.';


 var def_quadratic_equation_one_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quadratic Equation in One Variable</center></b></font>'; 
 var def_quadratic_equation_one_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quadratic Equation in One Variable'; 
 var def_quadratic_equation_one_variable =
  'A <b class = "bold_blue">quadratic equation in one variable</b>  is an equation which may be written in the form <br><br>'
 +'<span class=formula><span class = "nobr">ax<sup>2</sup> + bx + c = 0</span></span> <br>'
 +'where a, b, and c are real numbers and a is not zero.';


 var def_quadratic_equation_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quadratic Equation in Two Variable</center></b></font>'; 
 var def_quadratic_equation_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quadratic Equation in Two Variable'; 
 var def_quadratic_equation_two_variable =
  'A <b class = "bold_blue">quadratic equation in two variables</b>  is an equation which may be written in the form <br><br>'
 +'<span class = "formula"> <span class = "nobr">y = ax<sup>2</sup> + bx + c</span></span><br>'
 +'where a, b, and c are real numbers and a is not zero.';


 var def_rational_expression_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Rational Expression</center></b></font>'; 
 var def_rational_expression_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Rational Expression'; 
 var def_rational_expression =
  'A <b class = "bold_blue">rational expression</b> is an expression that can be written as the quotient of two polynomials with the '
  +'denominator not zero.'; 
  
 var def_rational_expression_symbolic_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Rational Expression - Symbolic Form</center></b></font>'; 
 var def_rational_expression_symbolic_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Rational Expression - Symbolic Form'; 
 var def_rational_expression_symbolic =
  'A <b class = "bold_blue">rational expression</b> is an expression that can be written as <br>'
  +'<img src="../../image/rational_expression_symbolic_small.gif" align = "absmiddle">'
  +' with the denominator not zero.';   
  
  
  var def_domain_of_rational_expression =
 'Unless otherwise stated the <b class = "bold_blue">domain of a rational expression</b> is the largest set of real numbers for which the expression '
 +'makes sense.';   
  
  
 var def_complex_rational_expression_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Complex Rational Expression</center></b></font>'; 
 var def_complex_rational_expression_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Complex Rational Expression'; 
 var def_complex_rational_expression =
  'A <b class = "bold_blue">complex rational expression</b> is a rational expression whose numerator or denominator (or both) '
  +'contains a rational expression. ';

 var def_rational_equation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Rational Equation</center></b></font>'; 
 var def_rational_equation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Rational Equation'; 
 var def_rational_equation =
  'A <b class = "bold_blue">rational equation</b> is an equation which contains one or more rational expressions.';




 var def_polynomial_equation_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Polynomial Equation</center></b></font>'; 
 var def_polynomial_equation_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Polynomial Equation'; 
 var def_polynomial_equation =
  'A <b class = "bold_blue">polynomial equation</b> is an equation which can be written as<br><br>'
    +'<span class = "formula"><span class = "nobr">a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> + ... +a<sub>1</sub>x + a<sub>0</sub> = 0</span></span>'
  +'<br>where n is a whole number and each of the coefficients are real numbers.'; 

 var def_absolute_value_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Absolute_Value</center></b></font>'; 
 var def_absolute_value_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Absolute_Value'; 
 var def_absolute_value =
  'The <b class = "bold_blue">absolute value</b> of a number is its distance from 0 on the number line. <br> A more precise algebraic definition is:<br><br>'
  +'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../../image/absolute_value_def_small.gif" align = "absmiddle"><br>';
 
 var def_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Inequality</center></b></font>'; 
 var def_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Inequality'; 
 var def_inequality =
  'An <b class = "bold_blue">inequality</b> is a mathematical statement which contains an inequality symbol.';  
  
 var def_solution_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution of an Inequality</center></b></font>'; 
 var def_solution_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution of an Inequality'; 
 var def_solution_inequality =
  'A number (or numbers) that <span class=highlight>makes an inequality true</span> when substituted for the variable (or variables) is '
  +'called a <b class = "bold_blue">solution</b> of the inequality.';    
  
 var def_solution_set_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution Set of an Inequality</center></b></font>'; 
 var def_solution_set_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution Set of an Inequality'; 
 var def_solution_set_inequality =
  'The collection of all solutions of an inequality is called the '
  +'<b class = "bold_blue">solution set</b> of the inequality.';   

 var def_equivalent_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Equivalent Inequalities</center></b></font>'; 
 var def_equivalent_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Equivalent Inequalities'; 
 var def_equivalent_inequality =
  'Two inequalities are <b class = "bold_blue">equivalent</b> inequalities if they '
  +'have the same solution sets.';     
  
 var def_solving_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solving Inequalities</center></b></font>'; 
 var def_solving_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solving Inequalities'; 
 var def_solving_inequality =
  'The process of finding all the solutions (the solution set) of an inequality is called '
  +'<b class = "bold_blue">solving</b> the inequality.';  
  
 var def_simplest_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Simplest Inequalities</center></b></font>'; 
 var def_simplest_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Simplest Inequalities'; 
 var def_simplest_inequality =
  'A <b class = "bold_blue">simplest inequality</b> is an inequality which has a single variable on one side of the inequality symbol and '
  +'a single number on the other side.';    
  
 var def_graph_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Graph of an Inequality</center></b></font>'; 
 var def_graph_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Graph of an Inequality'; 
 var def_graph_inequality =
  'The <b class = "bold_blue">graph</b> of an inequality consists of all the points, and only those points, whose '
  +'coordinates  are solutions of the inequality.'
+'<br><br>An alternate, but equivalent definition is: <br>The <b class = "bold_blue">graph</b> of an inequality consists of all the points, '
+'and only those points, whose coordinates satisfy the inequality.';    

 var def_compound_inequality =
  'A <b class = "bold_blue">compound inequality</b> is two inequalities joined by either '
  +'the conjunction <b>and</b> or the conjunction <b>or</b>.';

 var def_compact_compound_inequality =
  'A <b class = "bold_blue">compact compound inequality</b> is a compound inequality '
  +'which can be written in the form a < x < b.';

 var def_linear_inequality_one_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Linear Inequality in One Variable</center></b></font>'; 
 var def_linear_inequality_one_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Linear Inequality in One Variable'; 
 var def_linear_inequality_one_variable =
  'A <b class = "bold_blue">linear inequality</b> in one variable x is an inequality which can be written in the form '
  +'<span class = "nobr">ax + b < 0.</span>';   
  
 
 var def_linear_inequality_two_variable =
  'A <b class = "bold_blue">linear inequality in two variables</b>'
  +'  x and y is an inequality which can be written as <br><br>' 
  +'<span class = nobr>y < mx + b</span>&nbsp;&nbsp; or &nbsp;&nbsp;'
  +'<span class = nobr>y > mx + b.</span>';
        
   


 var def_solution_inequality_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution of an Inequality in Two Variables</center></b></font>'; 
 var def_solution_inequality_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution of an Inequality in Two Variables'; 
 var def_solution_inequality_two_variable=
'A <b class = "bold_blue">solution</b> of an inequality in two variables is an '
+'ordered pair of Real Numbers whose coordinates make the inequality true when '
+'substituted for the variables.';
  
 var def_solution_set_inequality_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Solution Set of an Inequality in Two Variables</center></b></font>'; 
 var def_solution_set_inequality_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Solution Set of an Inequality in Two Variables'; 
 var def_solution_set_inequality_two_variable =
 'The collection of all solutions of an inequality is called the <b class = "bold_blue">solution set</b> '
 +'of the inequality.';     

 var def_graph_inequality_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Graph of an Inequality in Two Variables</center></b></font>'; 
 var def_graph_inequality_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Graph of an Inequality in Two Variables'; 
 var def_graph_inequality_two_variable =
  'The <b class = "bold_blue">graph</b> of an inequality consists of all the points, and only those points, whose coordinates are solutions of the inequality.'
  +'<br><br>An alternate, but equivalent definition is: The <b class = "bold_blue">graph</b> of an equation consists of all the points, and only '
  +'those points, which satisfy the inequality.'; 
  
  
 var def_boundary_line_inequality_two_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Boundary Line of an Inequality in Two Variables</center></b></font>'; 
 var def_boundary_line_inequality_two_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Boundary Line of an Inequality in Two Variables'; 
 var def_boundary_line_inequality_two_variable =
 'If the inequality symbol in an inequality in two variables is replaced with an equality symbol, the graph of '
 +'the resulting equation is called the <b class = "bold_blue">boundary curve</b> for the inequality.';

var def_solution_equation_in_two_variable=
'An ordered pair (x, y) of real numbers is a <b class = "bold_blue">solution</b> of an '
+'equation in two variables if the coordinates satisfy the equation. '
+'(that is, if a true statement results when the coordinates are substituted for the '
+'variables in the equation.)';  

var def_solution_inequality_in_two_variable=
'An ordered pair (x, y) of real numbers is a <b class = "bold_blue">solution</b> of an '
+'inequality in two variables if the coordinates satisfy the inequality. '
+'(that is, if a true statement results when the coordinates are substituted for the '
+'variables in the inequality.)';



 var def_quadratic_inequality_one_variable_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Quadratic Inequality in One Variable</center></b></font>'; 
 var def_quadratic_inequality_one_variable_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Quadratic Inequality in One Variable'; 
 var def_quadratic_inequality_one_variable =
  ' A <b class = "bold_blue">quadratic inequality</b> in one variable is an inequality which may be written in the form <br><br>'
 +'<span class=nobr><span class=formula>ax<sup>2</sup> + bx + c < 0</span></span> <br>'
 +'where a, b, and c are real numbers and a is not zero.';   
  
 var def_polynomial_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Polynomial Inequality</center></b></font>'; 
 var def_polynomial_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Polynomial Inequality'; 
 var def_polynomial_inequality =
  'A <b class = "bold_blue">polynomial inequality</b> is an inequality which may be written in the form<br><br>'
+' <img src="../../college_algebra/image/polynomial_inequality.gif"  align="absmiddle">';    
  
 var def_rational_inequality_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Rational Inequality</center></b></font>'; 
 
 var def_rational_inequality_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Rational Inequality'; 
 
 var def_rational_inequality =
  'A <b class = "bold_blue">rational inequality</b> is an inequality which may be written in the form<br><br>'
+' <img src="../../college_algebra/image/rational_inequality_general.gif"  align="absmiddle">';     
  
  
 var def_square_root_of_a_nonnegative_number =
  'If k is a positive real number then the <b class = "bold_blue">principal square root </b>'
+'  of k is a positive number whose square is k.<br><br>The opposite of the principal '
+'square root is also a square root of k. It is called the negative square root of k. ';   
  
 var def_principal_square_root_of_a_negative_number_keyword =
 '<font color="#0000FF" size="5" face="Arial, Helvetica, sans-serif"><br><br>'
 +'<b><center>Principal Square Root of a Negative Number</center></b></font>'; 
 var def_principal_square_root_of_a_negative_number_caption =
 '<center><b><font color= "#ffff00" size = "2">Definition</font></b></center><br>Principal Square Root of a Negative Number'; 
 var def_principal_square_root_of_a_negative_number =
  'If k is a positive real number then the <b class = "bold_blue">principal square root </b> of its opposite -k is defined by'
+' <IMG src="../../image/principal_square_root_negative_small.gif" align=Absmiddle>';   





 var def_divisible_natural_number =
	'If the remainder r in the division algorithm is 0, then we say that a is '
	+'<b class = "bold_blue">divisible</b> by b.';
  
 var def_divisible_polynomial =
	'If the remainder r in the division algorithm is 0, then we say that the polynomial p is '
   +'<b class = "bold_blue">divisible</b> by the polynomial d.';  


 // Start SYSTEMS OF EQUATIONS AND INEQUALITIES 
  
 var def_system_of_equations =
	'A <b class = "bold_blue">system of equations</b> consists of '
  +'two or more equations involving the same variables.';    
  
 var def_solution_for_system_of_equations =
	'A <b class = "bold_blue">solution for a system of '
	+'equations</b> is an ordered n-tuple of numbers which satisfy all of the equations '
	+'in the system of equations.';     
 
 var def_solution_set_for_system_of_equations =
 'The collection of all solutions of a system of equations '
+'is called the <b class = "bold_blue">solution set</b> of the system of equations.';   


 var def_solving_system_of_equations =
  'The process of finding all the solutions (the solution set) of a system of equations is called '
  +'<b class = "bold_blue">solving</b> the system of equations.';  	
	
 var def_equivalent_systems_of_equations =
	'Two systems of equations are <b class = "bold_blue">'
	+'equivalent systems </b> if they have the same solution sets.'; 	
	
 var def_to_factor =
	'<b class = "bold_blue">To factor</b> a number or algebraic expression '
	+'means to write the number or expression as a product.'; 	
	
 var def_factorization =
	'When a number or algebraic expression is factored, written as a product, the indicated ' 
	+'product is called a <b class = "bold_blue">factorization</b> of the number or algebraic expression ';
	
 var def_right_triangle =
	'A triangle with one right angle is a <b class = "bold_blue">right triangle</b>. ';
		
 var def_hypotenuse =
	'The <b class = "bold_blue">hypotenuse</b> of a right triangle is the side opposite the right angle.</b> ';	
	
 var def_legs_triangle =
	'Sides adjacent to the right angle in a right triangle are called <b class = "bold_blue">legs of the triangle</b>.';	
	
	
	
 
