document.write( "Question 206010:  Determine if the relation is a function or not.\r
\n" );
document.write( "\n" );
document.write( "{(1,2), (1,2), (-3,1), (5,0)} \n" );
document.write( "
| Algebra.Com's Answer #155772 by HyperBrain(694)      You can put this solution on YOUR website! A relation is a function if for every x in the domain, there correponds one and only value of y in the range.\r \n" ); document.write( "\n" ); document.write( "Domain: {-3,1,5} \n" ); document.write( "Range: {0,1,2}\r \n" ); document.write( "\n" ); document.write( "by inspection, every x in the domain corresponds to one and only one y: it is a function.\r \n" ); document.write( "\n" ); document.write( "Note: Notice that the ordered pair (1,2) is repeated in the set. In a set, repetition of elements are always ignored.\r \n" ); document.write( "\n" ); document.write( "Power up, \n" ); document.write( "HyperBrain! \n" ); document.write( " |