document.write( "Question 888761: Which of the following relations is a function? A.{ (1, 2), (1, 3), (2, 8), (3, 9) } B.{ (1, 2), (2, 3), (3, 4), (4, 5) } C.{ (3, -1), (2, 3), (3, 4), (1, 7) } D.{ (3, 0), (4, -3), (6, 7), (4, 4) } \n" ); document.write( "
Algebra.Com's Answer #537666 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A.{ (1, 2), (1, 3), (2,8), (3, 9) }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Not a function since x = 1 maps to y = 2, y = 3\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "B.{ (1, 2), (2, 3), (3, 4), (4, 5) }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is a function since every x maps to exactly one y value.\r \n" ); document.write( "\n" ); document.write( "------------------------------------------------------- \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "C.{ (3, -1), (2, 3), (3, 4), (1, 7) } \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Not a function since x = 3 maps to y = -1, y = 4\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "D.{ (3, 0), (4, -3), (6, 7), (4, 4) }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Not a function since x = 4 maps to y = -3, y = 4 \n" ); document.write( " |