document.write( "Question 51266: s=3t+1\r
\n" ); document.write( "\n" ); document.write( "find the range of the function if the domain is {-3,0,3}
\n" ); document.write( "

Algebra.Com's Answer #34198 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
s = 3t + 1 \r\n" );
document.write( "find the range of the function if \r\n" );
document.write( "the domain is {-3,0,3}\r\n" );
document.write( "\r\n" );
document.write( "Plug in the -3 for t.\r\n" );
document.write( "\r\n" );
document.write( "s = 3t + 1\r\n" );
document.write( "s = 3(-3) + 1\r\n" );
document.write( "s = -9 + 1\r\n" );
document.write( "s = -8\r\n" );
document.write( "\r\n" );
document.write( "So -8 is one member of the range. \r\n" );
document.write( "\r\n" );
document.write( "Plug in the 0 for t.\r\n" );
document.write( "\r\n" );
document.write( "s = 3t + 1\r\n" );
document.write( "s = 3(0) + 1\r\n" );
document.write( "s = 0 + 1\r\n" );
document.write( "s = 1\r\n" );
document.write( "\r\n" );
document.write( "So 1 is another member of the range.\r\n" );
document.write( "\r\n" );
document.write( "Plug in the 3 for t.\r\n" );
document.write( "\r\n" );
document.write( "s = 3t + 1\r\n" );
document.write( "s = 3(3) + 1\r\n" );
document.write( "s = 9 + 1\r\n" );
document.write( "s = 10\r\n" );
document.write( "\r\n" );
document.write( "So 10 is the last member of the range. \r\n" );
document.write( "\r\n" );
document.write( "So the range is {-8, 1, 10}\r\n" );
document.write( "\r\n" );
document.write( "That wasn't very hard, was it?\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );