document.write( "Question 353865: Given the relations {(7,5), (-6,0), (2,3)}
\n" );
document.write( " {7,-6,2,-7}
\n" );
document.write( "this is how they are written exactly\r
\n" );
document.write( "\n" );
document.write( "domain is -6,2,7 range is 0,3,5 of the first one i am confused by the way the other one is written....
\n" );
document.write( "I need to find which is a function and I think it is the first set...am I right and why is the other one written like that
\n" );
document.write( "thank you so much \n" );
document.write( "
Algebra.Com's Answer #252957 by Edwin McCravy(20086) You can put this solution on YOUR website! Any set of ordered pairs of numbers is called \"a relation\".\r \n" ); document.write( "\n" ); document.write( "Here is an example of a relation which is not a function:\r \n" ); document.write( "\n" ); document.write( "{(1,-5), (3,4), (-7,5), (3,9), (2}\r \n" ); document.write( "\n" ); document.write( "Its domain is the set of all first coordinates \r \n" ); document.write( "\n" ); document.write( "{-7,1,2,3,5}\r \n" ); document.write( "\n" ); document.write( "Its range is the set of all second coordinates:\r \n" ); document.write( "\n" ); document.write( "{-5,4,5,9}\r \n" ); document.write( "\n" ); document.write( "However this relation is not labeled \"a function\" because \n" ); document.write( "the two ordered pairs (3,4) and (3,9) have the same first \n" ); document.write( "coordinate 3. In ordered to be labeled \"a function\", a relation \n" ); document.write( "cannot contain two ordered pairs with the same first coordinate. \n" ); document.write( "It does not matter about second coordinates being the same, \n" ); document.write( "just the first coordinates can't be the same.\r \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Here is an example of a relation which is also a function:\r \n" ); document.write( "\n" ); document.write( "{(3,7), (-3,0), (-6,-8), (8,7), (723,-8)}\r \n" ); document.write( "\n" ); document.write( "Its domain is the set of all first coordinates \r \n" ); document.write( "\n" ); document.write( "{-6,-3,3,8,723}\r \n" ); document.write( "\n" ); document.write( "Its range is the set of all second coordinates:\r \n" ); document.write( "\n" ); document.write( "{-8,0,7}\r \n" ); document.write( "\n" ); document.write( "This relation IS labeled \"a function\" because none of the ordered \n" ); document.write( "pairs it contains have the same first coordinate. It does not matter \n" ); document.write( "that the two ordered pairs (3,7) and (8,7) have the same second coordinate \n" ); document.write( "coordinate 7. It also does not matter \n" ); document.write( "that the two ordered pairs (-6,-8) and (723,-8) have the same second coordinate \n" ); document.write( "coordinate -8. \n" ); document.write( " \n" ); document.write( "So in short to find out if a relation is a function, you just look at \n" ); document.write( "the first coordinates and if none of them are the same, then you know \n" ); document.write( "it is a function, but if two first coordinates are the same, then the \n" ); document.write( "relation is not a function.\r \n" ); document.write( "\n" ); document.write( "Now, there is a special kind of function, called a \"one-to-one function\", \n" ); document.write( "which you will study later, that also has no two second coordinates the \n" ); document.write( "same. However, for now, just to be a function, there may be two or more \n" ); document.write( "second coordinates the same, but just no two first coordinates the same.\r \n" ); document.write( "\n" ); document.write( "Edwin \n" ); document.write( " |