document.write( "Question 934653: Let X={1,2,3,4}. Determine whether or not each relation below is a Function from X to X\r
\n" );
document.write( "\n" );
document.write( "(i) f={(2,3); (1,4); (2,1); (3,2);(4,4)}
\n" );
document.write( "
\n" );
document.write( "(ii) g={(4,2); (3,1); (1,1)}
\n" );
document.write( "
\n" );
document.write( "(iii) h={(2,1); (3,4); (1,4); (2,1); (4,4)}\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #567656 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f is not a function as x = 2 maps to both y = 3 and y = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g is a function since any given x value maps to EXACTLY ONE y value\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h is a function since any given x value maps to EXACTLY ONE y value (assuming the two copies of \"(2,1)\" are not a typo) \n" ); document.write( " |