document.write( "Question 1086290: What is the domain (the first element or number, from each pair) of this relation:\r
\n" );
document.write( "\n" );
document.write( "{ (4,1), (5,2), (6,-1), (8,5) }
\n" );
document.write( " *\r
\n" );
document.write( "\n" );
document.write( "{4, 5, 6, 8}
\n" );
document.write( "{4, 5, 6}
\n" );
document.write( "{-1, 2, -1, 5}
\n" );
document.write( "{4, -1, 5, 2} \n" );
document.write( "
Algebra.Com's Answer #700459 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Each point is of the form (x,y). The x coordinate is listed first. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The domain is the set of all possible x values of a relation. So it's simply the set of all the x coordinates.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The x coordinates are {4, 5, 6, 8} which is why the answer is choice A \n" ); document.write( " |