document.write( "Question 180810: Determine whether the relation is a function.\r
\n" );
document.write( "\n" );
document.write( "{(-1, -9), (1, 5), (6, -3), (7, -4), (10, 2)} \n" );
document.write( "
Algebra.Com's Answer #135541 by eperette(173)![]() ![]() ![]() You can put this solution on YOUR website! There are different ways to remember if a relation is a function, when given sets of points the best method to use is to make sure the x-values do not repeat\r \n" ); document.write( "\n" ); document.write( "(-1, -9) \n" ); document.write( "(1, 5) \n" ); document.write( "(6, -3) \n" ); document.write( "(7, -4) \n" ); document.write( "(10, 2)\r \n" ); document.write( "\n" ); document.write( "If you look down, there are no x's repeating so this is a function \n" ); document.write( " |