document.write( "Question 765563: f(1)=8,f(2)=-5,f(3)=1\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I need to write the function as a ordered pair, giving the domain and range of f.
\n" );
document.write( "I am not understanding the whole concept of functions. \n" );
document.write( "
Algebra.Com's Answer #466242 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f(1)=8 ---> (1,8) \n" ); document.write( "f(2)=-5 ---> (2,-5) \n" ); document.write( "f(3)=1 ---> (3,1)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Function is \r \n" ); document.write( "\n" ); document.write( "{(1,8), (2,-5), (3,1)}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Domain: {1, 2, 3}\r \n" ); document.write( "\n" ); document.write( "Note: the domain is the set of possible x values\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Range: {8, -5, 1}\r \n" ); document.write( "\n" ); document.write( "Note: Range is the set of possible y values\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |