document.write( "Question 590521: solve each equation if the domain is (-4,-2,0,2,4)
\n" );
document.write( "y = -4x-6 \n" );
document.write( "
Algebra.Com's Answer #375530 by KMST(5328)![]() ![]() You can put this solution on YOUR website! This is a very strange question (or so it looks to me). Maybe this is how functions are taught somewhere nowadays. \n" ); document.write( "The domain is the set of x values allowed for a function. \n" ); document.write( "A function assigns one y value to each x value. (The same y value can be assigned to more than one x, but no x can have two different y values in a function). \n" ); document.write( "With only 5 x values in the domain, the function will consist of 5 (x,y) ordered pairs. \n" ); document.write( "For x=-4, y=-4(-4)-6=16-6=10. \n" ); document.write( "For x=-2, y=-4(-2)-6=8-6=2. \n" ); document.write( "For x=0, y=-4(0)-6=0-6=-6. \n" ); document.write( "For x=2, y=-4(2)-6=-8-6=-14. \n" ); document.write( "For x=4, y=-4(4)-6=-16-6=-22. \n" ); document.write( "The function can be represented by the ordered pairs \n" ); document.write( "(-4,10), (-2,2), (0,-6), (2,-14), and (4,-22). \n" ); document.write( "I guess that is what was meant to be the answer. \n" ); document.write( "I do not know what notation was expected. \n" ); document.write( "Maybe the function was expected to be represented as the set \n" ); document.write( "{(-4,10), (-2,2), (0,-6), (2,-14), and (4,-22)} \n" ); document.write( " |