document.write( "Question 141237: I have to look at a table and decide if its a function or not. The table looks like this:\r
\n" );
document.write( "\n" );
document.write( "x 4 -3 0 -3 2 3
\n" );
document.write( "y 7 -5 2 -1 5 -2\r
\n" );
document.write( "\n" );
document.write( "So, how do i decide if this would be a function or not, just by looking at the table given \n" );
document.write( "
Algebra.Com's Answer #102894 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x 4 -3 0 -3 2 3 \n" ); document.write( "y 7 -5 2 -1 5 -2 \n" ); document.write( "-------------------------- \n" ); document.write( "Does each different x-value have only one y-value? \n" ); document.write( "--------------------- \n" ); document.write( "No because x=-3 has a y-value of -5 and x=-3 has a y-value of -1 \n" ); document.write( "---------- \n" ); document.write( "So the set of ordered pairs is not a function. \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |