document.write( "Question 766413: which set of ordered pairs is a function
\n" ); document.write( "(1,2)(3,4)(5,6)(3-4)
\n" ); document.write( "(8,4)(4,3)(2,2)(8,1)
\n" ); document.write( "(2,5)(3,10)4,15)5,20)
\n" ); document.write( "(2,4)(2,3)(2,1)(2,0)
\n" ); document.write( "

Algebra.Com's Answer #466866 by Edwin McCravy(20081)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Rule:\r\n" );
document.write( "\r\n" );
document.write( "Make a list of all first coordinates\r\n" );
document.write( "If the list contains any number more than once it is NOT a function\r\n" );
document.write( "If the list contains each number once only, it is a function.\r\n" );
document.write( "\r\n" );
document.write( "Note: [It does not matter whether any of the second coordinates are \r\n" );
document.write( "the same or not, only the first coordinates matter.]\r\n" );
document.write( "\r\n" );
document.write( "----------------------------------------------------------------\r\n" );
document.write( "\r\n" );
document.write( "(1,2)(3,4)(5,6)(3,-4)\r\n" );
document.write( "\r\n" );
document.write( "That one is not a function because the list of first coordinates 1,3,5,3\r\n" );
document.write( "contains 3 more than once, in this case twice.\r\n" );
document.write( "\r\n" );
document.write( "(8,4)(4,3)(2,2)(8,1)\r\n" );
document.write( "\r\n" );
document.write( "That one is not a function because the list of first coordinates 8,4,2,8,\r\n" );
document.write( "contains 8 more than once, in this case twice.\r\n" );
document.write( "\r\n" );
document.write( "(2,5)(3,10)(4,15)(5,20)\r\n" );
document.write( "\r\n" );
document.write( "That one is a function because the list of first coordinates 2,3,4,5, does\r\n" );
document.write( "not contain the same number twice.\r\n" );
document.write( "\r\n" );
document.write( "(2,4)(2,3)(2,1)(2,0)\r\n" );
document.write( "\r\n" );
document.write( "That one is not a function because the list of first coordinates 2,2,2,2,\r\n" );
document.write( "contains 2 more than once, in this case four times.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );