document.write( "Question 958177: what is the range of y=3x+2 if the domain is {-3,-1,0,1,3}? \n" ); document.write( "
Algebra.Com's Answer #585571 by arodr172(1)![]() ![]() ![]() You can put this solution on YOUR website! To solve this, you have to plug-in each value of the domain to see what the y values are. The result of all your y values is the set of the range. \r \n" ); document.write( "\n" ); document.write( "Equation: \n" ); document.write( "y = 3x + 2 if the domain is {-3,-1,0,1,3}\r \n" ); document.write( "\n" ); document.write( "Solution:\r \n" ); document.write( "\n" ); document.write( "y = 3(-3) + 2 => -9 + 2 = -7 \r \n" ); document.write( "\n" ); document.write( "y = 3(-1) + 2 => -3 + 2 = -1\r \n" ); document.write( "\n" ); document.write( "y = 3(0) + 0 = 0\r \n" ); document.write( "\n" ); document.write( "y = 3(1) + 2 = 5\r \n" ); document.write( "\n" ); document.write( "y = 3(3) + 2 = 11\r \n" ); document.write( "\n" ); document.write( "Therefore, the range is the set of all the y values {-7, -1, 0, 5, 11}. \n" ); document.write( " |